Skip to content

Commit 5e5bd80

Browse files
authored
chore(deps-dev): bump react & react-dom from 17 to 18 (#706)
* chore(deps-dev): bump react/react-dom from 17 to 18 * fix: fix
1 parent 616f6df commit 5e5bd80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@rc-component/father-plugin": "^1.0.0",
52-
"@testing-library/react": "^12",
52+
"@testing-library/react": "^14.1.0",
5353
"@types/classnames": "^2.2.9",
5454
"@types/jest": "^29.4.0",
5555
"@types/luxon": "^3.2.0",
@@ -74,8 +74,8 @@
7474
"np": "^9.2.0",
7575
"prettier": "^3.1.0",
7676
"rc-test": "^7.0.9",
77-
"react": "^17.0.0",
78-
"react-dom": "^17.0.0",
77+
"react": "^18.2.0",
78+
"react-dom": "^18.2.0",
7979
"typescript": "^5.3.0"
8080
},
8181
"peerDependencies": {

0 commit comments

Comments
 (0)