Skip to content

Commit

Permalink
Bump package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao committed Apr 3, 2023
1 parent dba2235 commit 5fe4221
Show file tree
Hide file tree
Showing 2 changed files with 1,828 additions and 2,144 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-typescript": "^7.16.8",
"@storybook/addon-docs": "next",
"@storybook/react": "next",
"@storybook/react-webpack5": "next",
"@storybook/addon-docs": "^7.0.0",
"@storybook/react": "^7.0.0",
"@storybook/react-webpack5": "^7.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand All @@ -65,9 +65,9 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",
"storybook": "next",
"storybook": "^7.0.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3"
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
Expand Down

0 comments on commit 5fe4221

Please sign in to comment.