Skip to content

Commit

Permalink
chore: adjust package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 10, 2025
1 parent 7343298 commit 3bccc81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@rc-component/father-plugin": "^2.0.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^13.0.0",
"@types/jest": "^29.4.0",
"@types/keyv": "3.1.4",
"@types/react": "^18.0.24",
Expand All @@ -82,13 +82,13 @@
"rc-drawer": "^7.0.0",
"rc-select": "^14.11.0",
"rc-test": "^7.0.14",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.3",
"typescript": "^5.4.3"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}

0 comments on commit 3bccc81

Please sign in to comment.