Skip to content

Commit c96fc8f

Browse files
committed
build(dev-deps): bump react and react-dom to v18.1.0
1 parent 1e9d31e commit c96fc8f

File tree

2 files changed

+76
-311
lines changed

2 files changed

+76
-311
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"@rollup/plugin-commonjs": "^22.0.0",
5757
"@rollup/plugin-node-resolve": "^13.2.1",
5858
"@rollup/plugin-replace": "^4.0.0",
59-
"@testing-library/jest-dom": "^5.16.2",
60-
"@testing-library/react": "^12.1.4",
61-
"@types/inquirer": "^8.2.0",
59+
"@testing-library/jest-dom": "^5.16.4",
60+
"@testing-library/react": "^13.1.1",
61+
"@types/inquirer": "^8.2.1",
6262
"@types/jest": "^27.4.1",
63-
"@types/node": "^17.0.21",
63+
"@types/node": "^17.0.31",
6464
"@types/prismjs": "^1.26.0",
65-
"@types/react": "^17.0.40",
66-
"@types/react-dom": "^17.0.13",
65+
"@types/react": "^18.0.8",
66+
"@types/react-dom": "^18.0.3",
6767
"dotenv": "^16.0.0",
6868
"eslint": "^8.14.0",
6969
"filesize": "^8.0.7",
@@ -77,8 +77,8 @@
7777
"npm-run-all": "^4.1.5",
7878
"prettier": "^2.6.2",
7979
"prismjs": "^1.28.0",
80-
"react": "^17.0.2",
81-
"react-dom": "^17.0.2",
80+
"react": "^18.1.0",
81+
"react-dom": "^18.1.0",
8282
"react-md": "^5.1.2",
8383
"rimraf": "^3.0.2",
8484
"rollup": "^2.71.1",

0 commit comments

Comments
 (0)