Skip to content

Commit 90a7df6

Browse files
committed
fix(deps): update react
1 parent d28e05f commit 90a7df6

File tree

23 files changed

+91
-91
lines changed

23 files changed

+91
-91
lines changed

extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"jsan": "^3.1.14",
4242
"localforage": "^1.10.0",
4343
"lodash": "^4.17.21",
44-
"react": "^17.0.2",
45-
"react-dom": "^17.0.2",
44+
"react": "^18.1.0",
45+
"react-dom": "^18.1.0",
4646
"react-icons": "^4.4.0",
47-
"react-is": "^17.0.2",
47+
"react-is": "^18.1.0",
4848
"react-json-tree": "^0.17.0",
4949
"react-redux": "^8.0.2",
5050
"redux": "^4.2.0",
@@ -58,11 +58,11 @@
5858
"@babel/preset-typescript": "^7.17.12",
5959
"@babel/register": "^7.17.7",
6060
"@testing-library/jest-dom": "^5.16.4",
61-
"@testing-library/react": "^12.1.5",
61+
"@testing-library/react": "^13.3.0",
6262
"@types/chrome": "^0.0.188",
6363
"@types/lodash": "^4.14.182",
64-
"@types/react": "^17.0.45",
65-
"@types/react-dom": "^17.0.17",
64+
"@types/react": "^18.0.12",
65+
"@types/react-dom": "^18.0.5",
6666
"@types/styled-components": "^5.1.25",
6767
"babel-loader": "^8.2.5",
6868
"bestzip": "^2.2.1",

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"react": "^17.0.2",
13+
"react": "^18.1.0",
1414
"react-bootstrap": "^2.4.0",
1515
"react-dock": "^0.6.0",
16-
"react-dom": "^17.0.2",
16+
"react-dom": "^18.1.0",
1717
"react-icons": "^4.4.0",
18-
"react-is": "^17.0.2",
18+
"react-is": "^18.1.0",
1919
"styled-components": "^5.3.5"
2020
},
2121
"devDependencies": {
@@ -24,8 +24,8 @@
2424
"@babel/preset-react": "^7.17.12",
2525
"@babel/preset-typescript": "^7.17.12",
2626
"@types/node": "^16.11.38",
27-
"@types/react": "^17.0.45",
28-
"@types/react-dom": "^17.0.17",
27+
"@types/react": "^18.0.12",
28+
"@types/react-dom": "^18.0.5",
2929
"@types/styled-components": "^5.1.25",
3030
"@typescript-eslint/eslint-plugin": "^5.27.0",
3131
"@typescript-eslint/parser": "^5.27.0",

packages/react-dock/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@babel/preset-typescript": "^7.17.12",
5656
"@types/jest": "^27.5.2",
5757
"@types/lodash.debounce": "^4.0.7",
58-
"@types/react": "^17.0.45",
59-
"@types/react-test-renderer": "^17.0.2",
58+
"@types/react": "^18.0.12",
59+
"@types/react-test-renderer": "^18.0.0",
6060
"@typescript-eslint/eslint-plugin": "^5.27.0",
6161
"@typescript-eslint/parser": "^5.27.0",
6262
"eslint": "^8.17.0",
@@ -65,8 +65,8 @@
6565
"eslint-plugin-react": "^7.30.0",
6666
"eslint-plugin-react-hooks": "^4.5.0",
6767
"jest": "^27.5.1",
68-
"react": "^17.0.2",
69-
"react-test-renderer": "^17.0.2",
68+
"react": "^18.1.0",
69+
"react-test-renderer": "^18.1.0",
7070
"rimraf": "^3.0.2",
7171
"ts-jest": "^27.1.5",
7272
"typescript": "~4.6.4"

packages/react-json-tree/examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"dependencies": {
2222
"immutable": "^4.1.0",
23-
"react": "^17.0.2",
23+
"react": "^18.1.0",
2424
"react-base16-styling": "^0.9.1",
25-
"react-dom": "^17.0.2",
25+
"react-dom": "^18.1.0",
2626
"react-json-tree": "^0.17.0"
2727
},
2828
"devDependencies": {
@@ -31,8 +31,8 @@
3131
"@babel/preset-react": "^7.17.12",
3232
"@babel/preset-typescript": "^7.17.12",
3333
"@types/node": "^16.11.38",
34-
"@types/react": "^17.0.45",
35-
"@types/react-dom": "^17.0.17",
34+
"@types/react": "^18.0.12",
35+
"@types/react-dom": "^18.0.5",
3636
"@typescript-eslint/eslint-plugin": "^5.27.0",
3737
"@typescript-eslint/parser": "^5.27.0",
3838
"babel-loader": "^8.2.5",

packages/react-json-tree/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@rollup/plugin-node-resolve": "^13.3.0",
6565
"@types/jest": "^27.5.2",
6666
"@types/node": "^16.11.38",
67-
"@types/react": "^17.0.45",
68-
"@types/react-test-renderer": "^17.0.2",
67+
"@types/react": "^18.0.12",
68+
"@types/react-test-renderer": "^18.0.0",
6969
"@typescript-eslint/eslint-plugin": "^5.27.0",
7070
"@typescript-eslint/parser": "^5.27.0",
7171
"eslint": "^8.17.0",
@@ -74,8 +74,8 @@
7474
"eslint-plugin-react": "^7.30.0",
7575
"eslint-plugin-react-hooks": "^4.5.0",
7676
"jest": "^27.5.1",
77-
"react": "^17.0.2",
78-
"react-test-renderer": "^17.0.2",
77+
"react": "^18.1.0",
78+
"react-test-renderer": "^18.1.0",
7979
"rimraf": "^3.0.2",
8080
"rollup": "^2.75.5",
8181
"rollup-plugin-terser": "^7.0.2",

packages/redux-devtools-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lodash": "^4.17.21",
6161
"prop-types": "^15.8.1",
6262
"react-icons": "^4.4.0",
63-
"react-is": "^17.0.2",
63+
"react-is": "^18.1.0",
6464
"react-redux": "^8.0.2",
6565
"redux": "^4.2.0",
6666
"redux-persist": "^6.0.0",
@@ -76,14 +76,14 @@
7676
"@babel/preset-typescript": "^7.17.12",
7777
"@rjsf/core": "^4.2.0",
7878
"@testing-library/jest-dom": "^5.16.4",
79-
"@testing-library/react": "^12.1.5",
79+
"@testing-library/react": "^13.3.0",
8080
"@types/jest": "^27.5.2",
8181
"@types/jsan": "^3.1.2",
8282
"@types/json-schema": "^7.0.11",
8383
"@types/lodash": "^4.14.182",
8484
"@types/node": "^16.11.38",
85-
"@types/react": "^17.0.45",
86-
"@types/react-dom": "^17.0.17",
85+
"@types/react": "^18.0.12",
86+
"@types/react-dom": "^18.0.5",
8787
"@types/socketcluster-client": "^13.0.5",
8888
"@types/styled-components": "^5.1.25",
8989
"@types/testing-library__jest-dom": "^5.14.3",
@@ -103,8 +103,8 @@
103103
"html-webpack-plugin": "^5.5.0",
104104
"jest": "^27.5.1",
105105
"path-browserify": "^1.0.1",
106-
"react": "^17.0.2",
107-
"react-dom": "^17.0.2",
106+
"react": "^18.1.0",
107+
"react-dom": "^18.1.0",
108108
"rimraf": "^3.0.2",
109109
"style-loader": "^3.3.1",
110110
"styled-components": "^5.3.5",

packages/redux-devtools-chart-monitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"@babel/preset-react": "^7.17.12",
5757
"@babel/preset-typescript": "^7.17.12",
5858
"@redux-devtools/core": "^3.13.1",
59-
"@types/react": "^17.0.45",
59+
"@types/react": "^18.0.12",
6060
"@typescript-eslint/eslint-plugin": "^5.27.0",
6161
"@typescript-eslint/parser": "^5.27.0",
6262
"eslint": "^8.17.0",
6363
"eslint-config-prettier": "^8.5.0",
6464
"eslint-plugin-react": "^7.30.0",
6565
"eslint-plugin-react-hooks": "^4.5.0",
66-
"react": "^17.0.2",
66+
"react": "^18.1.0",
6767
"redux": "^4.2.0",
6868
"rimraf": "^3.0.2",
6969
"typescript": "~4.6.4"

packages/redux-devtools-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@redux-devtools/app": "^2.1.3",
44-
"@types/react": "^17.0.45",
44+
"@types/react": "^18.0.12",
4545
"apollo-server-express": "^3.8.2",
4646
"body-parser": "^1.20.0",
4747
"chalk": "^4.1.2",
@@ -56,9 +56,9 @@
5656
"minimist": "^1.2.6",
5757
"morgan": "^1.10.0",
5858
"open": "^8.4.0",
59-
"react": "^17.0.2",
60-
"react-dom": "^17.0.2",
61-
"react-is": "^17.0.2",
59+
"react": "^18.1.0",
60+
"react-dom": "^18.1.0",
61+
"react-is": "^18.1.0",
6262
"semver": "^7.3.7",
6363
"socketcluster": "^14.4.2",
6464
"sqlite3": "^5.0.8",

packages/redux-devtools-dock-monitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"@babel/preset-typescript": "^7.17.12",
5858
"@redux-devtools/core": "^3.13.1",
5959
"@types/parse-key": "^0.2.0",
60-
"@types/react": "^17.0.45",
60+
"@types/react": "^18.0.12",
6161
"@typescript-eslint/eslint-plugin": "^5.27.0",
6262
"@typescript-eslint/parser": "^5.27.0",
6363
"eslint": "^8.17.0",
6464
"eslint-config-prettier": "^8.5.0",
6565
"eslint-plugin-react": "^7.30.0",
6666
"eslint-plugin-react-hooks": "^4.5.0",
67-
"react": "^17.0.2",
67+
"react": "^18.1.0",
6868
"redux": "^4.2.0",
6969
"rimraf": "^3.0.2",
7070
"typescript": "~4.6.4"

packages/redux-devtools-inspector-monitor-test-tab/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@redux-devtools/ui": "^1.3.0",
1818
"immutable": "^4.1.0",
1919
"lodash.shuffle": "^4.2.0",
20-
"react": "^17.0.2",
21-
"react-dom": "^17.0.2",
22-
"react-is": "^17.0.2",
20+
"react": "^18.1.0",
21+
"react-dom": "^18.1.0",
22+
"react-is": "^18.1.0",
2323
"react-redux": "^8.0.2",
2424
"react-router-dom": "^6.3.0",
2525
"redux": "^4.2.0",
@@ -33,8 +33,8 @@
3333
"@babel/preset-typescript": "^7.17.12",
3434
"@types/lodash.shuffle": "^4.2.7",
3535
"@types/node": "^16.11.38",
36-
"@types/react": "^17.0.45",
37-
"@types/react-dom": "^17.0.17",
36+
"@types/react": "^18.0.12",
37+
"@types/react-dom": "^18.0.5",
3838
"@types/redux-logger": "^3.0.9",
3939
"@types/styled-components": "^5.1.25",
4040
"@types/webpack-env": "^1.17.0",

0 commit comments

Comments
 (0)