chore(deps): update dependency @types/react to v18

This commit is contained in:
Renovate Bot 2022-05-16 00:49:41 +00:00
parent d64e3b9472
commit 76aaf39a3b
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
23 changed files with 35 additions and 35 deletions

View File

@ -61,7 +61,7 @@
"@testing-library/react": "^12.1.5", "@testing-library/react": "^12.1.5",
"@types/chrome": "^0.0.184", "@types/chrome": "^0.0.184",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"babel-loader": "^8.2.5", "babel-loader": "^8.2.5",

View File

@ -24,7 +24,7 @@
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",

View File

@ -55,7 +55,7 @@
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-test-renderer": "^17.0.2", "@types/react-test-renderer": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
@ -72,7 +72,7 @@
"typescript": "~4.6.4" "typescript": "~4.6.4"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0" "react": "^16.3.0 || ^17.0.0"
} }
} }

View File

@ -31,7 +31,7 @@
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",

View File

@ -64,7 +64,7 @@
"@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-test-renderer": "^17.0.2", "@types/react-test-renderer": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
@ -85,7 +85,7 @@
"typescript": "~4.6.4" "typescript": "~4.6.4"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0" "react": "^16.3.0 || ^17.0.0"
} }
} }

View File

@ -82,7 +82,7 @@
"@types/json-schema": "^7.0.11", "@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/socketcluster-client": "^13.0.5", "@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
@ -116,7 +116,7 @@
"webpack-dev-server": "^4.9.0" "webpack-dev-server": "^4.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.5" "styled-components": "^5.3.5"

View File

@ -56,7 +56,7 @@
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0", "@redux-devtools/core": "^3.12.0",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",
@ -70,7 +70,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"
} }

View File

@ -41,7 +41,7 @@
}, },
"dependencies": { "dependencies": {
"@redux-devtools/app": "^2.1.3", "@redux-devtools/app": "^2.1.3",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"apollo-server-express": "^3.7.0", "apollo-server-express": "^3.7.0",
"body-parser": "^1.20.0", "body-parser": "^1.20.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",

View File

@ -57,7 +57,7 @@
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0", "@redux-devtools/core": "^3.12.0",
"@types/parse-key": "^0.2.0", "@types/parse-key": "^0.2.0",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",
@ -71,7 +71,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"
} }

View File

@ -33,7 +33,7 @@
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@types/lodash.shuffle": "^4.2.7", "@types/lodash.shuffle": "^4.2.7",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",

View File

@ -69,7 +69,7 @@
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@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.45", "@types/react": "^18.0.9",
"@types/simple-diff": "^1.6.1", "@types/simple-diff": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
@ -88,7 +88,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/inspector-monitor": "^2.0.0", "@redux-devtools/inspector-monitor": "^2.0.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0", "redux": "^3.4.0 || ^4.0.0",

View File

@ -55,7 +55,7 @@
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/path-browserify": "^1.0.0", "@types/path-browserify": "^1.0.0",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@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.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
@ -76,7 +76,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/inspector-monitor": "^2.0.0", "@redux-devtools/inspector-monitor": "^2.0.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"
} }

View File

@ -32,7 +32,7 @@
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/lodash.shuffle": "^4.2.7", "@types/lodash.shuffle": "^4.2.7",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/webpack-env": "^1.16.4", "@types/webpack-env": "^1.16.4",

View File

@ -66,7 +66,7 @@
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.11", "@types/history": "^4.7.11",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@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.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
@ -82,7 +82,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"
} }

View File

@ -59,7 +59,7 @@
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0", "@redux-devtools/core": "^3.12.0",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",
@ -73,7 +73,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"
} }

View File

@ -37,7 +37,7 @@
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@types/copy-webpack-plugin": "^8.0.1", "@types/copy-webpack-plugin": "^8.0.1",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",

View File

@ -70,7 +70,7 @@
"@reduxjs/toolkit": "^1.8.1", "@reduxjs/toolkit": "^1.8.1",
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",
@ -85,7 +85,7 @@
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@reduxjs/toolkit": "^1.8.1", "@reduxjs/toolkit": "^1.8.1",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0", "redux": "^3.4.0 || ^4.0.0",

View File

@ -37,7 +37,7 @@
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"@types/webpack-env": "^1.16.4", "@types/webpack-env": "^1.16.4",

View File

@ -50,7 +50,7 @@
"@redux-devtools/core": "^3.12.0", "@redux-devtools/core": "^3.12.0",
"@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-babel": "^5.3.1",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",
@ -67,7 +67,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0", "redux": "^3.4.0 || ^4.0.0",

View File

@ -74,7 +74,7 @@
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.3", "@types/color": "^3.0.3",
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
@ -102,7 +102,7 @@
"webpack": "^5.72.0" "webpack": "^5.72.0"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.5" "styled-components": "^5.3.5"

View File

@ -36,7 +36,7 @@
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/webpack-env": "^1.16.4", "@types/webpack-env": "^1.16.4",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",

View File

@ -50,7 +50,7 @@
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/webpack-env": "^1.16.4", "@types/webpack-env": "^1.16.4",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",

View File

@ -58,7 +58,7 @@
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^16.11.33", "@types/node": "^16.11.33",
"@types/react": "^17.0.45", "@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",