Skip to content

Commit

Permalink
revert: move to react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTheHun committed Dec 11, 2024
1 parent b7ecb5d commit ae17f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ This package aims to support `Storybook > 7` and `React > 16`.
✅ Storybook 8.0
✅ Storybook 7.0

✅ React 19
✅ React 18
✅ React 17
✅ React 16
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"@storybook/manager-api": "^8.0.0",
"@storybook/preview-api": "^8.0.0",
"@storybook/theming": "^8.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.4.0 || ^7.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -115,8 +115,8 @@
"prettier": "2.8.8",
"prompts": "^2.4.2",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^18.0.1",
"react-dom": "^18.0.1",
"react-router-dom": "^6.14.2",
"rimraf": "^3.0.2",
"storybook": "^8.0.0",
Expand Down

0 comments on commit ae17f86

Please sign in to comment.