Skip to content

Commit

Permalink
chore: upgrade to antd 5
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 11, 2024
1 parent 8a0c9df commit 08888dd
Show file tree
Hide file tree
Showing 5 changed files with 11,125 additions and 23 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"pretty-quick": "pretty-quick"
},
"dependencies": {
"antd": "^4.6.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"antd": "^5.20.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.13",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.0.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-test-renderer": "^16.0.3",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
Expand Down
Loading

0 comments on commit 08888dd

Please sign in to comment.