fix(deps): update all non-major dependencies (#935)

* fix(deps): update all non-major dependencies

* Combine react types

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2021-11-08 02:33:44 +00:00 committed by GitHub
parent 1ccbfbbf81
commit 621063b97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 1752 additions and 1484 deletions

File diff suppressed because one or more lines are too long

768
.yarn/releases/yarn-3.1.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
yarnPath: .yarn/releases/yarn-3.0.2.cjs yarnPath: .yarn/releases/yarn-3.1.0.cjs
packageExtensions: packageExtensions:
'http-proxy-middleware@^2.0.0': 'http-proxy-middleware@^2.0.0':

View File

@ -62,12 +62,12 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@babel/register": "^7.16.0", "@babel/register": "^7.16.0",
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2", "@testing-library/react": "^12.1.2",
"@types/chrome": "^0.0.162", "@types/chrome": "^0.0.163",
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
@ -75,7 +75,7 @@
"chromedriver": "^94.0.0", "chromedriver": "^94.0.0",
"copy-webpack-plugin": "^9.0.1", "copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.5.0", "css-loader": "^6.5.1",
"electron": "^15.3.0", "electron": "^15.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb": "^18.2.1",
@ -99,7 +99,7 @@
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
} }
} }

View File

@ -1,11 +1,11 @@
{ {
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",
@ -36,5 +36,5 @@
"resolutions": { "resolutions": {
"@babel/highlight/chalk": "Methuselah96/chalk#head=v2-without-process" "@babel/highlight/chalk": "Methuselah96/chalk#head=v2-without-process"
}, },
"packageManager": "yarn@3.0.2" "packageManager": "yarn@3.1.0"
} }

View File

@ -35,8 +35,8 @@
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
@ -44,7 +44,7 @@
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -54,15 +54,15 @@
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/ramda": "^0.27.46", "@types/ramda": "^0.27.46",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
} }
} }

View File

@ -47,8 +47,8 @@
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/ramda": "^0.27.46", "@types/ramda": "^0.27.46",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"d3": "^3.5.17", "d3": "^3.5.17",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -56,7 +56,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -51,19 +51,19 @@
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jest": "^27.3.1", "jest": "^27.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
} }
} }

View File

@ -51,11 +51,11 @@
"@types/color": "^3.0.2", "@types/color": "^3.0.2",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash.curry": "^4.1.6", "@types/lodash.curry": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"jest": "^27.3.1", "jest": "^27.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"react": "^17.0.2", "react": "^17.0.2",
"react-bootstrap": "^2.0.1", "react-bootstrap": "^2.0.2",
"react-dock": "^0.4.1", "react-dock": "^0.4.1",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
@ -24,13 +24,13 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
@ -40,7 +40,7 @@
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -49,13 +49,13 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-test-renderer": "^17.0.1", "@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",

View File

@ -31,12 +31,12 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
@ -46,7 +46,7 @@
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -55,15 +55,15 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-test-renderer": "^17.0.1", "@types/react-test-renderer": "^17.0.1",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",
@ -73,7 +73,7 @@
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -67,15 +67,15 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@rjsf/core": "^3.2.0", "@rjsf/core": "^3.2.0",
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2", "@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.9", "@types/json-schema": "^7.0.9",
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/socketcluster-client": "^13.0.5", "@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
@ -83,18 +83,18 @@
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@types/webpack-env": "^1.16.3", "@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"css-loader": "^6.5.0", "css-loader": "^6.5.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.4.0", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-loader": "^3.0.0", "html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"jest": "^27.3.1", "jest": "^27.3.1",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
@ -107,7 +107,7 @@
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
}, },

View File

@ -50,9 +50,9 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@redux-devtools/core": "^3.9.1", "@redux-devtools/core": "^3.9.1",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",

View File

@ -41,8 +41,8 @@
}, },
"dependencies": { "dependencies": {
"@redux-devtools/app": "^1.0.0-9", "@redux-devtools/app": "^1.0.0-9",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"apollo-server-express": "^3.4.0", "apollo-server-express": "^3.5.0",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cors": "^2.8.5", "cors": "^2.8.5",
@ -51,7 +51,7 @@
"express": "^4.17.1", "express": "^4.17.1",
"getport": "^0.1.0", "getport": "^0.1.0",
"graphql": "^15.7.2", "graphql": "^15.7.2",
"knex": "^0.95.12", "knex": "^0.95.13",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"morgan": "^1.10.0", "morgan": "^1.10.0",
@ -81,11 +81,11 @@
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"@types/supertest": "^2.0.11", "@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1", "@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"jest": "^27.3.1", "jest": "^27.3.1",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",

View File

@ -51,9 +51,9 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@redux-devtools/core": "^3.9.1", "@redux-devtools/core": "^3.9.1",
"@types/parse-key": "^0.2.0", "@types/parse-key": "^0.2.0",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",

View File

@ -30,8 +30,8 @@
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0", "@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"redux": "^4.1.2", "redux": "^4.1.2",

View File

@ -34,17 +34,17 @@
"@types/history": "^4.7.9", "@types/history": "^4.7.9",
"@types/lodash.shuffle": "^4.2.6", "@types/lodash.shuffle": "^4.2.6",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17", "@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"css-loader": "^6.5.0", "css-loader": "^6.5.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
@ -54,7 +54,7 @@
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -65,13 +65,13 @@
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/object-path": "^0.11.1", "@types/object-path": "^0.11.1",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/simple-diff": "^1.6.1", "@types/simple-diff": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",

View File

@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.16.0", "@babel/code-frame": "^7.16.0",
"@babel/runtime": "^7.16.0", "@babel/runtime": "^7.16.0",
"@types/chrome": "^0.0.162", "@types/chrome": "^0.0.163",
"anser": "^2.1.0", "anser": "^2.1.0",
"html-entities": "^2.3.2", "html-entities": "^2.3.2",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
@ -48,14 +48,14 @@
"@types/babel__code-frame": "^7.0.3", "@types/babel__code-frame": "^7.0.3",
"@types/html-entities": "^1.3.4", "@types/html-entities": "^1.3.4",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@types/source-map": "0.5.2", "@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",

View File

@ -19,7 +19,7 @@
"immutable": "^4.0.0", "immutable": "^4.0.0",
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-bootstrap": "^2.0.1", "react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-redux": "^7.2.6", "react-redux": "^7.2.6",
"react-router": "^5.2.1", "react-router": "^5.2.1",
@ -35,15 +35,15 @@
"@types/history": "^4.7.9", "@types/history": "^4.7.9",
"@types/lodash.shuffle": "^4.2.6", "@types/lodash.shuffle": "^4.2.6",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17", "@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
@ -53,7 +53,7 @@
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -62,11 +62,11 @@
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.9", "@types/history": "^4.7.9",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dragula": "^1.1.0", "@types/react-dragula": "^1.1.0",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",

View File

@ -48,11 +48,11 @@
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"jest": "^27.3.1", "jest": "^27.3.1",
"redux": "^4.1.2", "redux": "^4.1.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",

View File

@ -53,9 +53,9 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@redux-devtools/core": "^3.9.1", "@redux-devtools/core": "^3.9.1",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",

View File

@ -53,8 +53,8 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/socketcluster-client": "^13.0.5", "@types/socketcluster-client": "^13.0.5",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"redux": "^4.1.2", "redux": "^4.1.2",

View File

@ -11,10 +11,10 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.0", "@babel/runtime": "^7.16.0",
"@chakra-ui/react": "^1.6.10", "@chakra-ui/react": "^1.6.12",
"@emotion/react": "^11.5.0", "@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0", "@emotion/styled": "^11.3.0",
"@mswjs/data": "^0.7.0", "@mswjs/data": "^0.7.1",
"@redux-devtools/core": "^3.9.1", "@redux-devtools/core": "^3.9.1",
"@redux-devtools/dock-monitor": "^1.4.1", "@redux-devtools/dock-monitor": "^1.4.1",
"@redux-devtools/rtk-query-monitor": "^1.0.1", "@redux-devtools/rtk-query-monitor": "^1.0.1",
@ -35,17 +35,17 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/copy-webpack-plugin": "^8.0.1", "@types/copy-webpack-plugin": "^8.0.1",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2", "@types/react-router-dom": "^5.3.2",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"copy-webpack-plugin": "^9.0.1", "copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.0", "css-loader": "^6.5.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
@ -55,7 +55,7 @@
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
}, },

View File

@ -63,9 +63,9 @@
"@reduxjs/toolkit": "^1.6.2", "@reduxjs/toolkit": "^1.6.2",
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",

View File

@ -39,11 +39,11 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jest": "^27.3.1", "jest": "^27.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",

View File

@ -35,15 +35,15 @@
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"css-loader": "^6.5.0", "css-loader": "^6.5.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
@ -53,7 +53,7 @@
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -42,9 +42,9 @@
"@babel/preset-react": "^7.16.0", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@redux-devtools/core": "^3.9.1", "@redux-devtools/core": "^3.9.1",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",

View File

@ -46,7 +46,7 @@
"color": "^3.2.1", "color": "^3.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"react-select": "^5.1.0", "react-select": "^5.2.1",
"redux-devtools-themes": "^1.0.0", "redux-devtools-themes": "^1.0.0",
"simple-element-resize-detector": "^1.3.0" "simple-element-resize-detector": "^1.3.0"
}, },
@ -58,20 +58,20 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@storybook/addon-essentials": "^6.3.12", "@storybook/addon-essentials": "^6.3.12",
"@storybook/react": "^6.3.12", "@storybook/react": "^6.3.12",
"@testing-library/dom": "^8.10.1", "@testing-library/dom": "^8.11.0",
"@testing-library/react": "^12.1.2", "@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.2", "@types/color": "^3.0.2",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"csstype": "^3.0.9", "csstype": "^3.0.9",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",
@ -87,7 +87,7 @@
"stylelint-processor-styled-components": "^1.10.0", "stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0" "webpack": "^5.62.1"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",

View File

@ -198,7 +198,7 @@ exports[`Form renders correctly 1`] = `
id="react-select-2-placeholder" id="react-select-2-placeholder"
/> />
<div <div
class=" css-1qx78vi-Input" class=" css-1xl7is7-Input"
data-value="" data-value=""
> >
<input <input
@ -549,7 +549,7 @@ exports[`Form renders with no button 1`] = `
id="react-select-4-placeholder" id="react-select-4-placeholder"
/> />
<div <div
class=" css-1qx78vi-Input" class=" css-1xl7is7-Input"
data-value="" data-value=""
> >
<input <input
@ -891,7 +891,7 @@ exports[`Form renders with primary button 1`] = `
id="react-select-3-placeholder" id="react-select-3-placeholder"
/> />
<div <div
class=" css-1qx78vi-Input" class=" css-1xl7is7-Input"
data-value="" data-value=""
> >
<input <input

View File

@ -27,7 +27,7 @@ exports[`Select renders correctly 1`] = `
Select... Select...
</div> </div>
<div <div
class=" css-1qx78vi-Input" class=" css-1xl7is7-Input"
data-value="" data-value=""
> >
<input <input
@ -214,7 +214,7 @@ exports[`Select should select another option 1`] = `
class=" css-1dzc0nd-ValueContainer" class=" css-1dzc0nd-ValueContainer"
> >
<div <div
class=" css-1qx78vi-Input" class=" css-e4ucyw-Input"
data-value="two" data-value="two"
> >
<input <input
@ -313,7 +313,7 @@ exports[`Select shouldn't find any results 1`] = `
class=" css-1dzc0nd-ValueContainer" class=" css-1dzc0nd-ValueContainer"
> >
<div <div
class=" css-1qx78vi-Input" class=" css-e4ucyw-Input"
data-value="text" data-value="text"
> >
<input <input

View File

@ -48,8 +48,8 @@
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",

View File

@ -36,14 +36,14 @@
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@types/webpack-env": "^1.16.3", "@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
@ -53,7 +53,7 @@
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -50,15 +50,15 @@
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"css-loader": "^6.5.0", "css-loader": "^6.5.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
@ -68,7 +68,7 @@
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "~4.4.4", "typescript": "~4.4.4",
"webpack": "^5.61.0", "webpack": "^5.62.1",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.4.0"
} }

View File

@ -52,13 +52,13 @@
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/react": "^17.0.33", "@types/react": "^17.0.34",
"@types/react-redux": "^7.1.20", "@types/react-redux": "^7.1.20",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.3",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.1", "jest": "^27.3.1",

1527
yarn.lock

File diff suppressed because it is too large Load Diff