chore(deps): update all non-major dependencies (#1131)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-11 16:15:24 +00:00 committed by GitHub
parent 5c4721acf0
commit 7f873a94a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 1300 additions and 1380 deletions

View File

@ -52,34 +52,34 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.7",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@types/chrome": "^0.0.180",
"@types/chrome": "^0.0.181",
"@types/lodash": "^4.14.181",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"babel-loader": "^8.2.4",
"bestzip": "^2.2.0",
"chromedriver": "^100.0.0",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"electron": "^18.0.1",
"eslint": "^8.12.0",
"electron": "^18.0.3",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"immutable": "^4.0.0",
"jest": "^27.5.1",
"path-browserify": "^1.0.1",
@ -93,7 +93,7 @@
"style-loader": "^3.3.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}

View File

@ -1,14 +1,14 @@
{
"private": true,
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@changesets/cli": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",

View File

@ -29,22 +29,22 @@
"map2tree": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -42,7 +42,7 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@types/d3": "^3.5.47",
"d3": "^3.5.17",
"d3tooltip": "^2.1.0",
@ -52,7 +52,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -60,10 +60,10 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/ramda": "^0.28.7",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@types/ramda": "^0.28.8",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",

View File

@ -38,12 +38,12 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"ramda": "^0.28.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -52,11 +52,11 @@
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/d3": "^3.5.47",
"@types/ramda": "^0.28.7",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/ramda": "^0.28.8",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"d3": "^3.5.17",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",

View File

@ -42,12 +42,12 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -57,11 +57,11 @@
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"immutable": "^4.0.0",
"jest": "^27.5.1",
"rimraf": "^3.0.2",

View File

@ -39,7 +39,7 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@types/base16": "^1.0.2",
"@types/lodash": "^4.14.181",
"base16": "^1.0.0",
@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -57,11 +57,11 @@
"@types/color": "^3.0.3",
"@types/jest": "^27.4.1",
"@types/lodash.curry": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"react": "^17.0.2",
"react-bootstrap": "^2.2.2",
"react-bootstrap": "^2.2.3",
"react-dock": "^0.5.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
@ -19,28 +19,28 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -39,15 +39,15 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@types/lodash": "^4.14.181",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -55,13 +55,13 @@
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",

View File

@ -26,27 +26,27 @@
"react-json-tree": "^0.16.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -45,14 +45,14 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@types/prop-types": "^15.7.4",
"@babel/runtime": "^7.17.9",
"@types/prop-types": "^15.7.5",
"prop-types": "^15.8.1",
"react-base16-styling": "^0.9.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -62,13 +62,13 @@
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",

View File

@ -40,7 +40,7 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/chart-monitor": "^2.1.0",
"@redux-devtools/core": "^3.11.0",
"@redux-devtools/inspector-monitor": "^2.1.1",
@ -51,7 +51,7 @@
"@redux-devtools/slider-monitor": "^3.1.1",
"@redux-devtools/ui": "^1.2.1",
"@reduxjs/toolkit": "^1.8.1",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"d3-state-visualizer": "^1.6.0",
"javascript-stringify": "^2.1.0",
"jsan": "^3.1.14",
@ -68,38 +68,38 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rjsf/core": "^4.1.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.181",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"@types/testing-library__jest-dom": "^5.14.3",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
@ -112,13 +112,13 @@
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.5"
}

View File

@ -39,8 +39,8 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@types/prop-types": "^15.7.4",
"@babel/runtime": "^7.17.9",
"@types/prop-types": "^15.7.5",
"@types/redux-devtools-themes": "^1.0.0",
"d3-state-visualizer": "^1.6.0",
"deepmerge": "^4.2.2",
@ -49,17 +49,17 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.11.0",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",

View File

@ -41,13 +41,13 @@
},
"dependencies": {
"@redux-devtools/app": "^2.1.3",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"apollo-server-express": "^3.6.7",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"electron": "^18.0.1",
"electron": "^18.0.3",
"express": "^4.17.3",
"getport": "^0.1.0",
"graphql": "^16.3.0",
@ -59,7 +59,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"semver": "^7.3.5",
"semver": "^7.3.6",
"socketcluster": "^14.4.2",
"sqlite3": "^5.0.2",
"styled-components": "^5.3.5",
@ -78,14 +78,14 @@
"@types/socketcluster": "^14.0.4",
"@types/socketcluster-client": "^13.0.5",
"@types/socketcluster-server": "^14.2.6",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"jest": "^27.5.1",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",

View File

@ -41,15 +41,15 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@types/prop-types": "^15.7.4",
"@babel/runtime": "^7.17.9",
"@types/prop-types": "^15.7.5",
"parse-key": "^0.2.1",
"prop-types": "^15.8.1",
"react-dock": "^0.5.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -57,10 +57,10 @@
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.11.0",
"@types/parse-key": "^0.2.0",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",

View File

@ -29,18 +29,18 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8"
"@babel/runtime": "^7.17.9"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"redux": "^4.1.2",
"rimraf": "^3.0.2",

View File

@ -29,36 +29,36 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/history": "^4.7.11",
"@types/lodash.shuffle": "^4.2.6",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/react-router": "^5.1.18",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -43,9 +43,9 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/ui": "^1.2.1",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"es6template": "^1.0.5",
"javascript-stringify": "^2.1.0",
"jsan": "^3.1.14",
@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -69,13 +69,13 @@
"@types/jest": "^27.4.1",
"@types/jsan": "^3.1.2",
"@types/object-path": "^0.11.1",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"@types/simple-diff": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
@ -89,7 +89,7 @@
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^2.0.0",
"@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.5"

View File

@ -31,8 +31,8 @@
},
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/runtime": "^7.17.8",
"@types/chrome": "^0.0.180",
"@babel/runtime": "^7.17.9",
"@types/chrome": "^0.0.181",
"anser": "^2.1.1",
"html-entities": "^2.3.3",
"path-browserify": "^1.0.1",
@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -55,14 +55,14 @@
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/path-browserify": "^1.0.0",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"@types/redux-devtools-themes": "^1.0.0",
"@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",

View File

@ -19,7 +19,7 @@
"immutable": "^4.0.0",
"lodash.shuffle": "^4.2.0",
"react": "^17.0.2",
"react-bootstrap": "^2.2.2",
"react-bootstrap": "^2.2.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.8",
"react-router": "^5.2.1",
@ -27,7 +27,7 @@
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
@ -35,26 +35,26 @@
"@types/history": "^4.7.11",
"@types/lodash.shuffle": "^4.2.6",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/react-router": "^5.1.18",
"@types/redux-logger": "^3.0.9",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -35,10 +35,10 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@types/dragula": "^3.7.1",
"@types/lodash": "^4.14.181",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"dateformat": "^4.6.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0",
@ -55,7 +55,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -66,12 +66,12 @@
"@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.11",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"@types/react-dragula": "^1.1.0",
"@types/redux-devtools-themes": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",

View File

@ -41,12 +41,12 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -54,11 +54,11 @@
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"jest": "^27.5.1",
"redux": "^4.1.2",
"rimraf": "^3.0.2",

View File

@ -41,9 +41,9 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@types/lodash.debounce": "^4.0.6",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"@types/redux-devtools-themes": "^1.0.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1",
@ -52,17 +52,17 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.11.0",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",

View File

@ -41,7 +41,7 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/utils": "^1.2.0",
"jsan": "^3.1.14",
@ -51,7 +51,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -59,9 +59,9 @@
"@types/jsan": "^3.1.2",
"@types/rn-host-detect": "^1.2.0",
"@types/socketcluster-client": "^13.0.5",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"redux": "^4.1.2",
"rimraf": "^3.0.2",

View File

@ -10,16 +10,16 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@chakra-ui/react": "^1.8.7",
"@emotion/react": "^11.8.2",
"@babel/runtime": "^7.17.9",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mswjs/data": "^0.9.2",
"@mswjs/data": "^0.10.0",
"@redux-devtools/core": "^3.11.0",
"@redux-devtools/dock-monitor": "^2.1.0",
"@redux-devtools/rtk-query-monitor": "^2.1.1",
"@reduxjs/toolkit": "^1.8.1",
"framer-motion": "^6.2.8",
"framer-motion": "^6.2.9",
"msw": "^0.39.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -30,36 +30,36 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
},
"msw": {
"workerDirectory": "public"

View File

@ -43,9 +43,9 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/ui": "^1.2.1",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"@types/redux-devtools-themes": "^1.0.0",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0",
@ -59,7 +59,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -69,10 +69,10 @@
"@reduxjs/toolkit": "^1.8.1",
"@types/hex-rgba": "^1.0.1",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
@ -85,7 +85,7 @@
"@redux-devtools/core": "^3.7.0",
"@reduxjs/toolkit": "^1.8.1",
"@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.5"

View File

@ -37,23 +37,23 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"jsan": "^3.1.14"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"@types/jsan": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"immutable": "^4.0.0",
"jest": "^27.5.1",
"rimraf": "^3.0.2",

View File

@ -30,34 +30,34 @@
"todomvc-app-css": "^2.4.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/classnames": "^2.3.1",
"@types/node": "^16.11.26",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -32,16 +32,16 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/ui": "^1.2.1",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"@types/redux-devtools-themes": "^1.0.0",
"prop-types": "^15.8.1",
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -49,10 +49,10 @@
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.11.0",
"@rollup/plugin-babel": "^5.3.1",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
@ -67,7 +67,7 @@
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.5"

View File

@ -42,12 +42,12 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@rjsf/core": "^4.1.1",
"@types/base16": "^1.0.2",
"@types/codemirror": "^5.60.5",
"@types/json-schema": "^7.0.11",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"@types/redux-devtools-themes": "^1.0.0",
"@types/simple-element-resize-detector": "^1.3.0",
"base16": "^1.0.0",
@ -55,34 +55,34 @@
"color": "^4.2.3",
"prop-types": "^15.8.1",
"react-icons": "^4.3.1",
"react-select": "^5.2.2",
"react-select": "^5.3.0",
"redux-devtools-themes": "^1.0.0",
"simple-element-resize-detector": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/react": "^6.4.20",
"@testing-library/dom": "^8.12.0",
"@storybook/addon-essentials": "^6.4.21",
"@storybook/react": "^6.4.21",
"@testing-library/dom": "^8.13.0",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/react": "^17.0.44",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"csstype": "^3.0.11",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
@ -99,11 +99,11 @@
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^27.1.4",
"typescript": "~4.5.5",
"webpack": "^5.71.0"
"webpack": "^5.72.0"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.24",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.5"
}

View File

@ -203,11 +203,9 @@ exports[`Form renders correctly 1`] = `
>
<input
aria-autocomplete="list"
aria-controls="react-select-2-listbox"
aria-describedby="react-select-2-placeholder"
aria-expanded="false"
aria-haspopup="true"
aria-owns="react-select-2-listbox"
autocapitalize="none"
autocomplete="off"
autocorrect="off"
@ -554,11 +552,9 @@ exports[`Form renders with no button 1`] = `
>
<input
aria-autocomplete="list"
aria-controls="react-select-4-listbox"
aria-describedby="react-select-4-placeholder"
aria-expanded="false"
aria-haspopup="true"
aria-owns="react-select-4-listbox"
autocapitalize="none"
autocomplete="off"
autocorrect="off"
@ -896,11 +892,9 @@ exports[`Form renders with primary button 1`] = `
>
<input
aria-autocomplete="list"
aria-controls="react-select-3-listbox"
aria-describedby="react-select-3-placeholder"
aria-expanded="false"
aria-haspopup="true"
aria-owns="react-select-3-listbox"
autocapitalize="none"
autocomplete="off"
autocorrect="off"

View File

@ -32,11 +32,9 @@ exports[`Select renders correctly 1`] = `
>
<input
aria-autocomplete="list"
aria-controls="react-select-2-listbox"
aria-describedby="react-select-2-placeholder"
aria-expanded="false"
aria-haspopup="true"
aria-owns="react-select-2-listbox"
autocapitalize="none"
autocomplete="off"
autocorrect="off"
@ -128,10 +126,8 @@ exports[`Select renders with props 1`] = `
</div>
<input
aria-autocomplete="list"
aria-controls="react-select-3-listbox"
aria-expanded="false"
aria-haspopup="true"
aria-owns="react-select-3-listbox"
aria-readonly="true"
class="css-mohuvp-dummyInput-DummyInput"
disabled=""

View File

@ -32,7 +32,7 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/core": "^3.11.0",
"@redux-devtools/serialize": "^0.4.1",
"@types/get-params": "^0.1.0",
@ -45,7 +45,7 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -53,9 +53,9 @@
"@types/jsan": "^3.1.2",
"@types/lodash": "^4.14.181",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"rimraf": "^3.0.2",
"typescript": "~4.5.5"

View File

@ -30,30 +30,30 @@
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.26",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -43,33 +43,33 @@
"todomvc-app-css": "^2.4.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/classnames": "^2.3.1",
"@types/node": "^16.11.26",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-redux": "^7.1.23",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"fork-ts-checker-webpack-plugin": "^7.2.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
"typescript": "~4.5.5",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
}
}

View File

@ -41,15 +41,15 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@redux-devtools/instrument": "^2.1.0",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.5",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
@ -58,13 +58,13 @@
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react": "^17.0.44",
"@types/react-redux": "^7.1.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",

2104
yarn.lock

File diff suppressed because it is too large Load Diff