Skip to content

Commit 3bccc81

Browse files
committed
chore: adjust package.json
1 parent 7343298 commit 3bccc81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@rc-component/father-plugin": "^2.0.1",
6060
"@testing-library/jest-dom": "^6.1.6",
61-
"@testing-library/react": "^12.0.0",
61+
"@testing-library/react": "^13.0.0",
6262
"@types/jest": "^29.4.0",
6363
"@types/keyv": "3.1.4",
6464
"@types/react": "^18.0.24",
@@ -82,13 +82,13 @@
8282
"rc-drawer": "^7.0.0",
8383
"rc-select": "^14.11.0",
8484
"rc-test": "^7.0.14",
85-
"react": "^16.9.0",
86-
"react-dom": "^16.9.0",
85+
"react": "^18.0.0",
86+
"react-dom": "^18.0.0",
8787
"react-draggable": "^4.4.3",
8888
"typescript": "^5.4.3"
8989
},
9090
"peerDependencies": {
91-
"react": ">=16.9.0",
92-
"react-dom": ">=16.9.0"
91+
"react": ">=18.0.0",
92+
"react-dom": ">=18.0.0"
9393
}
9494
}

0 commit comments

Comments
 (0)