Skip to content

Commit

Permalink
upgrade to react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Dec 23, 2024
1 parent 43a43b4 commit 1e48872
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 78 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"valtio": "^2.0.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@chromatic-com/storybook": "1.9.0",
Expand All @@ -54,11 +54,11 @@
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/raf": "^3.4.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"storybook": "^8.2.9",
"typescript": "^5.5.4"
}
Expand Down
Loading

0 comments on commit 1e48872

Please sign in to comment.