mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
chore(deps): update react monorepo (#792)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e8dc843f78
commit
a0472bdeaa
|
@ -17,8 +17,8 @@ packageExtensions:
|
||||||
'@emotion/utils': '^0.11.3'
|
'@emotion/utils': '^0.11.3'
|
||||||
'redux-persist@^6.0.0':
|
'redux-persist@^6.0.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/react': '^16.14.15'
|
'@types/react': '*'
|
||||||
'react': '^16.14.0'
|
'react': '*'
|
||||||
'apollo-server-core@^2.25.2':
|
'apollo-server-core@^2.25.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': '^14.17.15'
|
'@types/node': '^14.17.15'
|
||||||
|
|
|
@ -45,10 +45,10 @@
|
||||||
"jsan": "^3.1.13",
|
"jsan": "^3.1.13",
|
||||||
"localforage": "^1.10.0",
|
"localforage": "^1.10.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"react-is": "^16.13.1",
|
"react-is": "^17.0.2",
|
||||||
"react-json-tree": "^0.15.0",
|
"react-json-tree": "^0.15.0",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
|
@ -65,8 +65,8 @@
|
||||||
"@testing-library/react": "^12.1.2",
|
"@testing-library/react": "^12.1.2",
|
||||||
"@types/chrome": "^0.0.159",
|
"@types/chrome": "^0.0.159",
|
||||||
"@types/lodash": "^4.14.176",
|
"@types/lodash": "^4.14.176",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
"type-check": "tsc --noEmit"
|
"type-check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-bootstrap": "^2.0.0",
|
"react-bootstrap": "^2.0.0",
|
||||||
"react-dock": "^0.4.0",
|
"react-dock": "^0.4.0",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"react-is": "^16.13.1",
|
"react-is": "^17.0.2",
|
||||||
"styled-components": "^5.3.3"
|
"styled-components": "^5.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -49,8 +49,8 @@
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.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": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-test-renderer": "^16.9.5",
|
"@types/react-test-renderer": "^17.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
|
@ -58,8 +58,8 @@
|
||||||
"eslint-plugin-jest": "^25.2.2",
|
"eslint-plugin-jest": "^25.2.2",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-test-renderer": "^16.14.0",
|
"react-test-renderer": "^17.0.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^27.0.7",
|
"ts-jest": "^27.0.7",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"immutable": "^4.0.0",
|
"immutable": "^4.0.0",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-base16-styling": "^0.8.0",
|
"react-base16-styling": "^0.8.0",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-json-tree": "^0.15.0"
|
"react-json-tree": "^0.15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -31,8 +31,8 @@
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
|
|
|
@ -55,8 +55,8 @@
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@types/jest": "^27.0.2",
|
"@types/jest": "^27.0.2",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-test-renderer": "^16.9.5",
|
"@types/react-test-renderer": "^17.0.1",
|
||||||
"@types/webpack": "^5.28.0",
|
"@types/webpack": "^5.28.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.0",
|
||||||
|
@ -66,8 +66,8 @@
|
||||||
"eslint-plugin-jest": "^25.2.2",
|
"eslint-plugin-jest": "^25.2.2",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-test-renderer": "^16.14.0",
|
"react-test-renderer": "^17.0.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^27.0.7",
|
"ts-jest": "^27.0.7",
|
||||||
"ts-node": "^10.3.0",
|
"ts-node": "^10.3.0",
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"react-is": "^16.13.1",
|
"react-is": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"redux-persist": "^6.0.0",
|
"redux-persist": "^6.0.0",
|
||||||
|
@ -74,8 +74,8 @@
|
||||||
"@types/json-schema": "^7.0.9",
|
"@types/json-schema": "^7.0.9",
|
||||||
"@types/lodash": "^4.14.176",
|
"@types/lodash": "^4.14.176",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
@ -97,8 +97,8 @@
|
||||||
"html-webpack-plugin": "^5.4.0",
|
"html-webpack-plugin": "^5.4.0",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"style-loader": "^3.3.0",
|
"style-loader": "^3.3.0",
|
||||||
"styled-components": "^5.3.3",
|
"styled-components": "^5.3.3",
|
||||||
|
|
|
@ -50,13 +50,13 @@
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@redux-devtools/core": "^3.9.0",
|
"@redux-devtools/core": "^3.9.0",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.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",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redux-devtools/app": "^1.0.0-8",
|
"@redux-devtools/app": "^1.0.0-8",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"apollo-server": "^2.25.2",
|
"apollo-server": "^2.25.2",
|
||||||
"apollo-server-express": "^2.25.2",
|
"apollo-server-express": "^2.25.2",
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
|
@ -57,9 +57,9 @@
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
"open": "^8.3.0",
|
"open": "^8.3.0",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-is": "^16.13.1",
|
"react-is": "^17.0.2",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"socketcluster": "^14.4.2",
|
"socketcluster": "^14.4.2",
|
||||||
"sqlite3": "^5.0.2",
|
"sqlite3": "^5.0.2",
|
||||||
|
|
|
@ -51,13 +51,13 @@
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@redux-devtools/core": "^3.9.0",
|
"@redux-devtools/core": "^3.9.0",
|
||||||
"@types/parse-key": "^0.2.0",
|
"@types/parse-key": "^0.2.0",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.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",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
"history": "^4.10.1",
|
"history": "^4.10.1",
|
||||||
"immutable": "^4.0.0",
|
"immutable": "^4.0.0",
|
||||||
"lodash.shuffle": "^4.2.0",
|
"lodash.shuffle": "^4.2.0",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"react-router": "^5.2.1",
|
"react-router": "^5.2.1",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
"@types/history": "^4.7.9",
|
"@types/history": "^4.7.9",
|
||||||
"@types/lodash.shuffle": "^4.2.6",
|
"@types/lodash.shuffle": "^4.2.6",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
"@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": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/simple-diff": "^1.6.1",
|
"@types/simple-diff": "^1.6.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.0",
|
||||||
|
@ -74,8 +74,8 @@
|
||||||
"eslint-plugin-jest": "^25.2.2",
|
"eslint-plugin-jest": "^25.2.2",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^27.0.7",
|
"ts-jest": "^27.0.7",
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
"@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": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@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.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
|
@ -58,9 +58,9 @@
|
||||||
"eslint-plugin-jest": "^25.2.2",
|
"eslint-plugin-jest": "^25.2.2",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-test-renderer": "^16.14.0",
|
"react-test-renderer": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^27.0.7",
|
"ts-jest": "^27.0.7",
|
||||||
|
|
|
@ -18,9 +18,9 @@
|
||||||
"history": "^4.10.1",
|
"history": "^4.10.1",
|
||||||
"immutable": "^4.0.0",
|
"immutable": "^4.0.0",
|
||||||
"lodash.shuffle": "^4.2.0",
|
"lodash.shuffle": "^4.2.0",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-bootstrap": "^2.0.0",
|
"react-bootstrap": "^2.0.0",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"react-router": "^5.2.1",
|
"react-router": "^5.2.1",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"@types/history": "^4.7.9",
|
"@types/history": "^4.7.9",
|
||||||
"@types/lodash.shuffle": "^4.2.6",
|
"@types/lodash.shuffle": "^4.2.6",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
"@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": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@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.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
"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",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -53,13 +53,13 @@
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@redux-devtools/core": "^3.9.0",
|
"@redux-devtools/core": "^3.9.0",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.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",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
"@reduxjs/toolkit": "^1.6.2",
|
"@reduxjs/toolkit": "^1.6.2",
|
||||||
"framer-motion": "^4.1.17",
|
"framer-motion": "^4.1.17",
|
||||||
"msw": "^0.35.0",
|
"msw": "^0.35.0",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"react-router-dom": "^5.3.0"
|
"react-router-dom": "^5.3.0"
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@types/copy-webpack-plugin": "^8.0.1",
|
"@types/copy-webpack-plugin": "^8.0.1",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@types/react-redux": "^7.1.20",
|
"@types/react-redux": "^7.1.20",
|
||||||
"@types/react-router-dom": "^5.3.1",
|
"@types/react-router-dom": "^5.3.1",
|
||||||
"@types/webpack": "^5.28.0",
|
"@types/webpack": "^5.28.0",
|
||||||
|
|
|
@ -63,13 +63,13 @@
|
||||||
"@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": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.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",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
"@redux-devtools/slider-monitor": "^2.0.0-8",
|
"@redux-devtools/slider-monitor": "^2.0.0-8",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"todomvc-app-css": "^2.4.1"
|
"todomvc-app-css": "^2.4.1"
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"@types/classnames": "^2.3.1",
|
"@types/classnames": "^2.3.1",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/prop-types": "^15.7.4",
|
"@types/prop-types": "^15.7.4",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -42,13 +42,13 @@
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@redux-devtools/core": "^3.9.0",
|
"@redux-devtools/core": "^3.9.0",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.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",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "~4.4.4"
|
"typescript": "~4.4.4"
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"@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": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/styled-components": "^5.1.15",
|
"@types/styled-components": "^5.1.15",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.0",
|
||||||
|
@ -74,9 +74,9 @@
|
||||||
"eslint-plugin-jest": "^25.2.2",
|
"eslint-plugin-jest": "^25.2.2",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-is": "^16.13.1",
|
"react-is": "^17.0.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"styled-components": "^5.3.3",
|
"styled-components": "^5.3.3",
|
||||||
"stylelint": "^14.0.0",
|
"stylelint": "^14.0.0",
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||||
"@redux-devtools/log-monitor": "^2.3.0",
|
"@redux-devtools/log-monitor": "^2.3.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"redux-thunk": "^2.3.0"
|
"redux-thunk": "^2.3.0"
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/prop-types": "^15.7.4",
|
"@types/prop-types": "^15.7.4",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -36,8 +36,8 @@
|
||||||
"@redux-devtools/log-monitor": "^2.3.0",
|
"@redux-devtools/log-monitor": "^2.3.0",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"todomvc-app-css": "^2.4.1"
|
"todomvc-app-css": "^2.4.1"
|
||||||
|
@ -50,8 +50,8 @@
|
||||||
"@types/classnames": "^2.3.1",
|
"@types/classnames": "^2.3.1",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/prop-types": "^15.7.4",
|
"@types/prop-types": "^15.7.4",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-dom": "^16.9.14",
|
"@types/react-dom": "^17.0.10",
|
||||||
"@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",
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"@types/jest": "^27.0.2",
|
"@types/jest": "^27.0.2",
|
||||||
"@types/lodash": "^4.14.176",
|
"@types/lodash": "^4.14.176",
|
||||||
"@types/node": "^14.17.27",
|
"@types/node": "^14.17.27",
|
||||||
"@types/react": "^16.14.18",
|
"@types/react": "^17.0.31",
|
||||||
"@types/react-redux": "^7.1.20",
|
"@types/react-redux": "^7.1.20",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||||
"@typescript-eslint/parser": "^5.1.0",
|
"@typescript-eslint/parser": "^5.1.0",
|
||||||
|
@ -61,8 +61,8 @@
|
||||||
"eslint-plugin-jest": "^25.2.2",
|
"eslint-plugin-jest": "^25.2.2",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
"react": "^16.14.0",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.5",
|
"react-redux": "^7.2.5",
|
||||||
"redux": "^4.1.1",
|
"redux": "^4.1.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
|
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchPackageNames": [
|
|
||||||
"@types/react",
|
|
||||||
"@types/react-dom",
|
|
||||||
"@types/react-test-renderer"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": ["major"],
|
|
||||||
"groupName": "react monorepo"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["knex"],
|
"matchPackageNames": ["knex"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
|
|
252
yarn.lock
252
yarn.lock
|
@ -4512,8 +4512,8 @@ __metadata:
|
||||||
"@types/lodash": ^4.14.176
|
"@types/lodash": ^4.14.176
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -4542,10 +4542,10 @@ __metadata:
|
||||||
lodash: ^4.17.21
|
lodash: ^4.17.21
|
||||||
path-browserify: ^1.0.1
|
path-browserify: ^1.0.1
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-icons: ^4.3.1
|
react-icons: ^4.3.1
|
||||||
react-is: ^16.13.1
|
react-is: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
redux-persist: ^6.0.0
|
redux-persist: ^6.0.0
|
||||||
|
@ -4579,7 +4579,7 @@ __metadata:
|
||||||
"@babel/preset-typescript": ^7.15.0
|
"@babel/preset-typescript": ^7.15.0
|
||||||
"@redux-devtools/core": ^3.9.0
|
"@redux-devtools/core": ^3.9.0
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/redux-devtools-themes": ^1.0.0
|
"@types/redux-devtools-themes": ^1.0.0
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -4589,7 +4589,7 @@ __metadata:
|
||||||
eslint-config-prettier: ^8.3.0
|
eslint-config-prettier: ^8.3.0
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
redux-devtools-themes: ^1.0.0
|
redux-devtools-themes: ^1.0.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -4615,7 +4615,7 @@ __metadata:
|
||||||
"@types/lodash": ^4.14.176
|
"@types/lodash": ^4.14.176
|
||||||
"@types/minimist": ^1.2.2
|
"@types/minimist": ^1.2.2
|
||||||
"@types/morgan": ^1.9.3
|
"@types/morgan": ^1.9.3
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/semver": ^7.3.9
|
"@types/semver": ^7.3.9
|
||||||
"@types/socketcluster": ^14.0.4
|
"@types/socketcluster": ^14.0.4
|
||||||
"@types/socketcluster-client": ^13.0.5
|
"@types/socketcluster-client": ^13.0.5
|
||||||
|
@ -4645,9 +4645,9 @@ __metadata:
|
||||||
morgan: ^1.10.0
|
morgan: ^1.10.0
|
||||||
ncp: ^2.0.0
|
ncp: ^2.0.0
|
||||||
open: ^8.3.0
|
open: ^8.3.0
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-is: ^16.13.1
|
react-is: ^17.0.2
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
semver: ^7.3.5
|
semver: ^7.3.5
|
||||||
socketcluster: ^14.4.2
|
socketcluster: ^14.4.2
|
||||||
|
@ -4677,7 +4677,7 @@ __metadata:
|
||||||
"@types/lodash": ^4.14.176
|
"@types/lodash": ^4.14.176
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-redux": ^7.1.20
|
"@types/react-redux": ^7.1.20
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -4688,8 +4688,8 @@ __metadata:
|
||||||
jest: ^27.3.1
|
jest: ^27.3.1
|
||||||
lodash: ^4.17.21
|
lodash: ^4.17.21
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -4714,7 +4714,7 @@ __metadata:
|
||||||
"@redux-devtools/core": ^3.9.0
|
"@redux-devtools/core": ^3.9.0
|
||||||
"@types/parse-key": ^0.2.0
|
"@types/parse-key": ^0.2.0
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
eslint: ^7.32.0
|
eslint: ^7.32.0
|
||||||
|
@ -4722,7 +4722,7 @@ __metadata:
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
parse-key: ^0.2.1
|
parse-key: ^0.2.1
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dock: ^0.4.0
|
react-dock: ^0.4.0
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -4755,7 +4755,7 @@ __metadata:
|
||||||
"@types/jsan": ^3.1.2
|
"@types/jsan": ^3.1.2
|
||||||
"@types/object-path": ^0.11.1
|
"@types/object-path": ^0.11.1
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/simple-diff": ^1.6.1
|
"@types/simple-diff": ^1.6.1
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -4769,8 +4769,8 @@ __metadata:
|
||||||
jsan: ^3.1.13
|
jsan: ^3.1.13
|
||||||
object-path: ^0.11.8
|
object-path: ^0.11.8
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-icons: ^4.3.1
|
react-icons: ^4.3.1
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -4804,7 +4804,7 @@ __metadata:
|
||||||
"@types/chrome": ^0.0.159
|
"@types/chrome": ^0.0.159
|
||||||
"@types/html-entities": ^1.3.4
|
"@types/html-entities": ^1.3.4
|
||||||
"@types/jest": ^27.0.2
|
"@types/jest": ^27.0.2
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@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.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
|
@ -4817,9 +4817,9 @@ __metadata:
|
||||||
html-entities: ^2.3.2
|
html-entities: ^2.3.2
|
||||||
jest: ^27.3.1
|
jest: ^27.3.1
|
||||||
path-browserify: ^1.0.1
|
path-browserify: ^1.0.1
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-test-renderer: ^16.14.0
|
react-test-renderer: ^17.0.2
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
redux-devtools-themes: ^1.0.0
|
redux-devtools-themes: ^1.0.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -4853,7 +4853,7 @@ __metadata:
|
||||||
"@types/lodash": ^4.14.176
|
"@types/lodash": ^4.14.176
|
||||||
"@types/lodash.debounce": ^4.0.6
|
"@types/lodash.debounce": ^4.0.6
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@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.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
|
@ -4870,7 +4870,7 @@ __metadata:
|
||||||
jss-preset-default: ^10.8.1
|
jss-preset-default: ^10.8.1
|
||||||
lodash.debounce: ^4.0.8
|
lodash.debounce: ^4.0.8
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-base16-styling: ^0.8.0
|
react-base16-styling: ^0.8.0
|
||||||
react-dragula: ^1.1.17
|
react-dragula: ^1.1.17
|
||||||
react-json-tree: ^0.15.0
|
react-json-tree: ^0.15.0
|
||||||
|
@ -4926,7 +4926,7 @@ __metadata:
|
||||||
"@redux-devtools/core": ^3.9.0
|
"@redux-devtools/core": ^3.9.0
|
||||||
"@types/lodash.debounce": ^4.0.6
|
"@types/lodash.debounce": ^4.0.6
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/redux-devtools-themes": ^1.0.0
|
"@types/redux-devtools-themes": ^1.0.0
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -4935,7 +4935,7 @@ __metadata:
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
lodash.debounce: ^4.0.8
|
lodash.debounce: ^4.0.8
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-json-tree: ^0.15.0
|
react-json-tree: ^0.15.0
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
redux-devtools-themes: ^1.0.0
|
redux-devtools-themes: ^1.0.0
|
||||||
|
@ -4964,7 +4964,7 @@ __metadata:
|
||||||
"@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/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/redux-devtools-themes": ^1.0.0
|
"@types/redux-devtools-themes": ^1.0.0
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -4977,7 +4977,7 @@ __metadata:
|
||||||
jss-preset-default: ^10.8.1
|
jss-preset-default: ^10.8.1
|
||||||
lodash.debounce: ^4.0.8
|
lodash.debounce: ^4.0.8
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-base16-styling: ^0.8.0
|
react-base16-styling: ^0.8.0
|
||||||
react-json-tree: ^0.15.0
|
react-json-tree: ^0.15.0
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
|
@ -5031,7 +5031,7 @@ __metadata:
|
||||||
"@redux-devtools/core": ^3.9.0
|
"@redux-devtools/core": ^3.9.0
|
||||||
"@redux-devtools/ui": ^1.0.0-9
|
"@redux-devtools/ui": ^1.0.0-9
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/redux-devtools-themes": ^1.0.0
|
"@types/redux-devtools-themes": ^1.0.0
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -5039,7 +5039,7 @@ __metadata:
|
||||||
eslint-config-prettier: ^8.3.0
|
eslint-config-prettier: ^8.3.0
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
redux-devtools-themes: ^1.0.0
|
redux-devtools-themes: ^1.0.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -5073,7 +5073,7 @@ __metadata:
|
||||||
"@types/jest": ^27.0.2
|
"@types/jest": ^27.0.2
|
||||||
"@types/json-schema": ^7.0.9
|
"@types/json-schema": ^7.0.9
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/redux-devtools-themes": ^1.0.0
|
"@types/redux-devtools-themes": ^1.0.0
|
||||||
"@types/simple-element-resize-detector": ^1.3.0
|
"@types/simple-element-resize-detector": ^1.3.0
|
||||||
"@types/styled-components": ^5.1.15
|
"@types/styled-components": ^5.1.15
|
||||||
|
@ -5090,10 +5090,10 @@ __metadata:
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
jest: ^27.3.1
|
jest: ^27.3.1
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-icons: ^4.3.1
|
react-icons: ^4.3.1
|
||||||
react-is: ^16.13.1
|
react-is: ^17.0.2
|
||||||
react-select: ^5.1.0
|
react-select: ^5.1.0
|
||||||
redux-devtools-themes: ^1.0.0
|
redux-devtools-themes: ^1.0.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
@ -7290,12 +7290,12 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/react-dom@npm:^16.9.14":
|
"@types/react-dom@npm:^17.0.10":
|
||||||
version: 16.9.14
|
version: 17.0.10
|
||||||
resolution: "@types/react-dom@npm:16.9.14"
|
resolution: "@types/react-dom@npm:17.0.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/react": ^16
|
"@types/react": "*"
|
||||||
checksum: 68a4ee88f7a56cdbfbca24b1936b9aa5dad8b40ffbf1f047ddf990454aec6e0c9da2a01c9ae87045e95236602061646c90d02f01281533e14f1970687873030f
|
checksum: cc7d8d5b77ee2f3b989c107abd8ec0f2460ba1b1ee6e6d637124e1939594b5619fa4166ef0ea7632a69b68358e0b71aa618de446ccc416dcc0017175549da601
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -7350,12 +7350,12 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/react-test-renderer@npm:^16.9.5":
|
"@types/react-test-renderer@npm:^17.0.1":
|
||||||
version: 16.9.5
|
version: 17.0.1
|
||||||
resolution: "@types/react-test-renderer@npm:16.9.5"
|
resolution: "@types/react-test-renderer@npm:17.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/react": ^16
|
"@types/react": "*"
|
||||||
checksum: 5ba383f05342c9bdd3bdd431591586b76d01d673f7446bf0a035f990cdb8a84c8944994089bf179855b39324f516ed1461e23c7f27e2522210a7acaba60a5172
|
checksum: ecaae8df36cd8cfeb89080d52534856acc3789bad9a6e369ff5119426377c827b4e5b5daa638507f2c1c2fd6c994bf45de288a698143178cd4049c2cd8b77b35
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -7368,14 +7368,14 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/react@npm:*, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11, @types/react@npm:^16, @types/react@npm:^16.14.15, @types/react@npm:^16.14.18":
|
"@types/react@npm:*, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11, @types/react@npm:^17.0.31":
|
||||||
version: 16.14.18
|
version: 17.0.31
|
||||||
resolution: "@types/react@npm:16.14.18"
|
resolution: "@types/react@npm:17.0.31"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/prop-types": "*"
|
"@types/prop-types": "*"
|
||||||
"@types/scheduler": "*"
|
"@types/scheduler": "*"
|
||||||
csstype: ^3.0.2
|
csstype: ^3.0.2
|
||||||
checksum: 083e3620b4733ac1f028e6b7a75b5f9d5ad874b93184caddac77f1798a5d5670bf267dca3d640b240eb72077e9232825eb426c7184b6999137f8ccb761e9a5a6
|
checksum: c2ea547b3e3398f53971908ae34bdb1ca1f2d8f1cf57a6f21c37b2bb77c2e625b5349de69b3c573f969056362eddac4bbac075d5d470716feef4161e26692b83
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -11925,8 +11925,8 @@ __metadata:
|
||||||
"@redux-devtools/log-monitor": ^2.3.0
|
"@redux-devtools/log-monitor": ^2.3.0
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -11940,8 +11940,8 @@ __metadata:
|
||||||
fork-ts-checker-webpack-plugin: ^6.4.0
|
fork-ts-checker-webpack-plugin: ^6.4.0
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
redux-thunk: ^2.3.0
|
redux-thunk: ^2.3.0
|
||||||
|
@ -17008,8 +17008,8 @@ fsevents@^1.2.7:
|
||||||
"@types/history": ^4.7.9
|
"@types/history": ^4.7.9
|
||||||
"@types/lodash.shuffle": ^4.2.6
|
"@types/lodash.shuffle": ^4.2.6
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -17028,9 +17028,9 @@ fsevents@^1.2.7:
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
immutable: ^4.0.0
|
immutable: ^4.0.0
|
||||||
lodash.shuffle: ^4.2.0
|
lodash.shuffle: ^4.2.0
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-bootstrap: ^2.0.0
|
react-bootstrap: ^2.0.0
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
react-router: ^5.2.1
|
react-router: ^5.2.1
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
|
@ -24168,8 +24168,8 @@ fsevents@^1.2.7:
|
||||||
"@babel/preset-react": ^7.14.5
|
"@babel/preset-react": ^7.14.5
|
||||||
"@babel/preset-typescript": ^7.15.0
|
"@babel/preset-typescript": ^7.15.0
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -24181,12 +24181,12 @@ fsevents@^1.2.7:
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
fork-ts-checker-webpack-plugin: ^6.4.0
|
fork-ts-checker-webpack-plugin: ^6.4.0
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-bootstrap: ^2.0.0
|
react-bootstrap: ^2.0.0
|
||||||
react-dock: ^0.4.0
|
react-dock: ^0.4.0
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-icons: ^4.3.1
|
react-icons: ^4.3.1
|
||||||
react-is: ^16.13.1
|
react-is: ^17.0.2
|
||||||
styled-components: ^5.3.3
|
styled-components: ^5.3.3
|
||||||
ts-node: ^10.3.0
|
ts-node: ^10.3.0
|
||||||
typescript: ~4.4.4
|
typescript: ~4.4.4
|
||||||
|
@ -24209,8 +24209,8 @@ fsevents@^1.2.7:
|
||||||
"@types/lodash": ^4.14.176
|
"@types/lodash": ^4.14.176
|
||||||
"@types/lodash.debounce": ^4.0.6
|
"@types/lodash.debounce": ^4.0.6
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-test-renderer": ^16.9.5
|
"@types/react-test-renderer": ^17.0.1
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
eslint: ^7.32.0
|
eslint: ^7.32.0
|
||||||
|
@ -24220,8 +24220,8 @@ fsevents@^1.2.7:
|
||||||
jest: ^27.3.1
|
jest: ^27.3.1
|
||||||
lodash.debounce: ^4.0.8
|
lodash.debounce: ^4.0.8
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-test-renderer: ^16.14.0
|
react-test-renderer: ^17.0.2
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
ts-jest: ^27.0.7
|
ts-jest: ^27.0.7
|
||||||
typescript: ~4.4.4
|
typescript: ~4.4.4
|
||||||
|
@ -24231,17 +24231,16 @@ fsevents@^1.2.7:
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"react-dom@npm:^16.14.0":
|
"react-dom@npm:^17.0.2":
|
||||||
version: 16.14.0
|
version: 17.0.2
|
||||||
resolution: "react-dom@npm:16.14.0"
|
resolution: "react-dom@npm:17.0.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
loose-envify: ^1.1.0
|
loose-envify: ^1.1.0
|
||||||
object-assign: ^4.1.1
|
object-assign: ^4.1.1
|
||||||
prop-types: ^15.6.2
|
scheduler: ^0.20.2
|
||||||
scheduler: ^0.19.1
|
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.14.0
|
react: 17.0.2
|
||||||
checksum: 5a5c49da0f106b2655a69f96c622c347febcd10532db391c262b26aec225b235357d9da1834103457683482ab1b229af7a50f6927a6b70e53150275e31785544
|
checksum: 1c1eaa3bca7c7228d24b70932e3d7c99e70d1d04e13bb0843bbf321582bc25d7961d6b8a6978a58a598af2af496d1cedcfb1bf65f6b0960a0a8161cb8dab743c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -24350,14 +24349,14 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-is@npm:17.0.2, react-is@npm:^17.0.1, react-is@npm:^17.0.2":
|
"react-is@npm:17.0.2, react-is@npm:^16.12.0 || ^17.0.0, react-is@npm:^17.0.1, react-is@npm:^17.0.2":
|
||||||
version: 17.0.2
|
version: 17.0.2
|
||||||
resolution: "react-is@npm:17.0.2"
|
resolution: "react-is@npm:17.0.2"
|
||||||
checksum: 9d6d111d8990dc98bc5402c1266a808b0459b5d54830bbea24c12d908b536df7883f268a7868cfaedde3dd9d4e0d574db456f84d2e6df9c4526f99bb4b5344d8
|
checksum: 9d6d111d8990dc98bc5402c1266a808b0459b5d54830bbea24c12d908b536df7883f268a7868cfaedde3dd9d4e0d574db456f84d2e6df9c4526f99bb4b5344d8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-is@npm:^16.13.1, react-is@npm:^16.3.2, react-is@npm:^16.6.0, react-is@npm:^16.7.0, react-is@npm:^16.8.1, react-is@npm:^16.8.6, react-is@npm:^16.9.0":
|
"react-is@npm:^16.13.1, react-is@npm:^16.3.2, react-is@npm:^16.6.0, react-is@npm:^16.7.0, react-is@npm:^16.8.1, react-is@npm:^16.9.0":
|
||||||
version: 16.13.1
|
version: 16.13.1
|
||||||
resolution: "react-is@npm:16.13.1"
|
resolution: "react-is@npm:16.13.1"
|
||||||
checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f
|
checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f
|
||||||
|
@ -24373,8 +24372,8 @@ fsevents@^1.2.7:
|
||||||
"@babel/preset-react": ^7.14.5
|
"@babel/preset-react": ^7.14.5
|
||||||
"@babel/preset-typescript": ^7.15.0
|
"@babel/preset-typescript": ^7.15.0
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
|
@ -24386,9 +24385,9 @@ fsevents@^1.2.7:
|
||||||
fork-ts-checker-webpack-plugin: ^6.4.0
|
fork-ts-checker-webpack-plugin: ^6.4.0
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
immutable: ^4.0.0
|
immutable: ^4.0.0
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-base16-styling: ^0.8.0
|
react-base16-styling: ^0.8.0
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-json-tree: ^0.15.0
|
react-json-tree: ^0.15.0
|
||||||
ts-node: ^10.3.0
|
ts-node: ^10.3.0
|
||||||
typescript: ~4.4.4
|
typescript: ~4.4.4
|
||||||
|
@ -24410,8 +24409,8 @@ fsevents@^1.2.7:
|
||||||
"@types/jest": ^27.0.2
|
"@types/jest": ^27.0.2
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-test-renderer": ^16.9.5
|
"@types/react-test-renderer": ^17.0.1
|
||||||
"@types/webpack": ^5.28.0
|
"@types/webpack": ^5.28.0
|
||||||
"@typescript-eslint/eslint-plugin": ^5.1.0
|
"@typescript-eslint/eslint-plugin": ^5.1.0
|
||||||
"@typescript-eslint/parser": ^5.1.0
|
"@typescript-eslint/parser": ^5.1.0
|
||||||
|
@ -24422,9 +24421,9 @@ fsevents@^1.2.7:
|
||||||
eslint-plugin-react: ^7.26.1
|
eslint-plugin-react: ^7.26.1
|
||||||
jest: ^27.3.1
|
jest: ^27.3.1
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-base16-styling: ^0.8.0
|
react-base16-styling: ^0.8.0
|
||||||
react-test-renderer: ^16.14.0
|
react-test-renderer: ^17.0.2
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
ts-jest: ^27.0.7
|
ts-jest: ^27.0.7
|
||||||
ts-node: ^10.3.0
|
ts-node: ^10.3.0
|
||||||
|
@ -24599,6 +24598,18 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"react-shallow-renderer@npm:^16.13.1":
|
||||||
|
version: 16.14.1
|
||||||
|
resolution: "react-shallow-renderer@npm:16.14.1"
|
||||||
|
dependencies:
|
||||||
|
object-assign: ^4.1.1
|
||||||
|
react-is: ^16.12.0 || ^17.0.0
|
||||||
|
peerDependencies:
|
||||||
|
react: ^16.0.0 || ^17.0.0
|
||||||
|
checksum: f344c663c48720d19559b4198b1f63ad47a3f11bedc92ede053a6c0706b5209e6110086f3ccc6db04eda9f0d1a415845956ddfb6ce09a922167d4831fcba9314
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"react-sizeme@npm:^3.0.1":
|
"react-sizeme@npm:^3.0.1":
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
resolution: "react-sizeme@npm:3.0.2"
|
resolution: "react-sizeme@npm:3.0.2"
|
||||||
|
@ -24643,17 +24654,17 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-test-renderer@npm:^16.14.0":
|
"react-test-renderer@npm:^17.0.2":
|
||||||
version: 16.14.0
|
version: 17.0.2
|
||||||
resolution: "react-test-renderer@npm:16.14.0"
|
resolution: "react-test-renderer@npm:17.0.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
object-assign: ^4.1.1
|
object-assign: ^4.1.1
|
||||||
prop-types: ^15.6.2
|
react-is: ^17.0.2
|
||||||
react-is: ^16.8.6
|
react-shallow-renderer: ^16.13.1
|
||||||
scheduler: ^0.19.1
|
scheduler: ^0.20.2
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.14.0
|
react: 17.0.2
|
||||||
checksum: 96eb8a2566e67ebd246ef6e1b36d8c8498c68ebfdb94ca8399c19b4e3b73368caf0ffbe44767593e3499f2f58b4b5e57ba0565a47628048d2ab01b23a422724e
|
checksum: e6b5c6ed2a0bde2c34f1ab9523ff9bc4c141a271daf730d6b852374e83acc0155d58ab71a318251e953ebfa65b8bebb9c5dce3eba1ccfcbef7cc4e1e8261c401
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -24702,14 +24713,13 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react@npm:^16.14.0":
|
"react@npm:*, react@npm:^17.0.2":
|
||||||
version: 16.14.0
|
version: 17.0.2
|
||||||
resolution: "react@npm:16.14.0"
|
resolution: "react@npm:17.0.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
loose-envify: ^1.1.0
|
loose-envify: ^1.1.0
|
||||||
object-assign: ^4.1.1
|
object-assign: ^4.1.1
|
||||||
prop-types: ^15.6.2
|
checksum: b254cc17ce3011788330f7bbf383ab653c6848902d7936a87b09d835d091e3f295f7e9dd1597c6daac5dc80f90e778c8230218ba8ad599f74adcc11e33b9d61b
|
||||||
checksum: 8484f3ecb13414526f2a7412190575fc134da785c02695eb92bb6028c930bfe1c238d7be2a125088fec663cc7cda0a3623373c46807cf2c281f49c34b79881ac
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -25329,8 +25339,8 @@ fsevents@^1.2.7:
|
||||||
"@types/chrome": ^0.0.159
|
"@types/chrome": ^0.0.159
|
||||||
"@types/jsan": ^3.1.2
|
"@types/jsan": ^3.1.2
|
||||||
"@types/lodash": ^4.14.176
|
"@types/lodash": ^4.14.176
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -25357,10 +25367,10 @@ fsevents@^1.2.7:
|
||||||
path-browserify: ^1.0.1
|
path-browserify: ^1.0.1
|
||||||
pug-html-loader: ^1.1.5
|
pug-html-loader: ^1.1.5
|
||||||
raw-loader: ^4.0.2
|
raw-loader: ^4.0.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-icons: ^4.3.1
|
react-icons: ^4.3.1
|
||||||
react-is: ^16.13.1
|
react-is: ^17.0.2
|
||||||
react-json-tree: ^0.15.0
|
react-json-tree: ^0.15.0
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
react-transform-catch-errors: ^1.0.2
|
react-transform-catch-errors: ^1.0.2
|
||||||
|
@ -25807,8 +25817,8 @@ resolve@^2.0.0-next.3:
|
||||||
"@reduxjs/toolkit": ^1.6.2
|
"@reduxjs/toolkit": ^1.6.2
|
||||||
"@types/copy-webpack-plugin": ^8.0.1
|
"@types/copy-webpack-plugin": ^8.0.1
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@types/react-redux": ^7.1.20
|
"@types/react-redux": ^7.1.20
|
||||||
"@types/react-router-dom": ^5.3.1
|
"@types/react-router-dom": ^5.3.1
|
||||||
"@types/webpack": ^5.28.0
|
"@types/webpack": ^5.28.0
|
||||||
|
@ -25825,8 +25835,8 @@ resolve@^2.0.0-next.3:
|
||||||
framer-motion: ^4.1.17
|
framer-motion: ^4.1.17
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
msw: ^0.35.0
|
msw: ^0.35.0
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-icons: ^4.3.1
|
react-icons: ^4.3.1
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
react-router-dom: ^5.3.0
|
react-router-dom: ^5.3.0
|
||||||
|
@ -26046,13 +26056,13 @@ resolve@^2.0.0-next.3:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"scheduler@npm:^0.19.1":
|
"scheduler@npm:^0.20.2":
|
||||||
version: 0.19.1
|
version: 0.20.2
|
||||||
resolution: "scheduler@npm:0.19.1"
|
resolution: "scheduler@npm:0.20.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
loose-envify: ^1.1.0
|
loose-envify: ^1.1.0
|
||||||
object-assign: ^4.1.1
|
object-assign: ^4.1.1
|
||||||
checksum: 73e185a59e2ff5aa3609f5b9cb97ddd376f89e1610579d29939d952411ca6eb7a24907a4ea4556569dacb931467a1a4a56d94fe809ef713aa76748642cd96a6c
|
checksum: c4b35cf967c8f0d3e65753252d0f260271f81a81e427241295c5a7b783abf4ea9e905f22f815ab66676f5313be0a25f47be582254db8f9241b259213e999b8fc
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -26586,8 +26596,8 @@ resolve@^2.0.0-next.3:
|
||||||
"@types/classnames": ^2.3.1
|
"@types/classnames": ^2.3.1
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -26602,8 +26612,8 @@ resolve@^2.0.0-next.3:
|
||||||
fork-ts-checker-webpack-plugin: ^6.4.0
|
fork-ts-checker-webpack-plugin: ^6.4.0
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
style-loader: ^3.3.0
|
style-loader: ^3.3.0
|
||||||
|
@ -28112,8 +28122,8 @@ resolve@^2.0.0-next.3:
|
||||||
"@types/history": ^4.7.9
|
"@types/history": ^4.7.9
|
||||||
"@types/lodash.shuffle": ^4.2.6
|
"@types/lodash.shuffle": ^4.2.6
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -28132,8 +28142,8 @@ resolve@^2.0.0-next.3:
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
immutable: ^4.0.0
|
immutable: ^4.0.0
|
||||||
lodash.shuffle: ^4.2.0
|
lodash.shuffle: ^4.2.0
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
react-router: ^5.2.1
|
react-router: ^5.2.1
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
|
@ -28393,8 +28403,8 @@ resolve@^2.0.0-next.3:
|
||||||
"@types/classnames": ^2.3.1
|
"@types/classnames": ^2.3.1
|
||||||
"@types/node": ^14.17.27
|
"@types/node": ^14.17.27
|
||||||
"@types/prop-types": ^15.7.4
|
"@types/prop-types": ^15.7.4
|
||||||
"@types/react": ^16.14.18
|
"@types/react": ^17.0.31
|
||||||
"@types/react-dom": ^16.9.14
|
"@types/react-dom": ^17.0.10
|
||||||
"@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
|
||||||
|
@ -28409,8 +28419,8 @@ resolve@^2.0.0-next.3:
|
||||||
fork-ts-checker-webpack-plugin: ^6.4.0
|
fork-ts-checker-webpack-plugin: ^6.4.0
|
||||||
html-webpack-plugin: ^5.4.0
|
html-webpack-plugin: ^5.4.0
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react: ^16.14.0
|
react: ^17.0.2
|
||||||
react-dom: ^16.14.0
|
react-dom: ^17.0.2
|
||||||
react-redux: ^7.2.5
|
react-redux: ^7.2.5
|
||||||
redux: ^4.1.1
|
redux: ^4.1.1
|
||||||
style-loader: ^3.3.0
|
style-loader: ^3.3.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user