Skip to content

Commit

Permalink
build: update peer-dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-dickman committed Jan 24, 2024
1 parent 1960061 commit 0f435de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"antd": "5.13.2",
"react": "18.2.0",
"react-dom": "18.2.0"
"antd": "<=5.13.2",
"react": "<=17.0.2",
"react-dom": "<=17.0.2"
},
"devDependencies": {
"@storybook/addon-essentials": "7.6.10",
Expand Down

0 comments on commit 0f435de

Please sign in to comment.