Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 5e9f3c0 commit 97d9718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@storybook/addons": "^6.4.18",
"@storybook/components": "^6.4.18",
"@storybook/theming": "^6.4.18",
"react": "^17.0.2"
"react": "^17.0.2 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "7.17.2",
Expand All @@ -32,13 +32,13 @@
"@storybook/core-events": "6.4.19",
"@storybook/preact": "6.4.19",
"@storybook/theming": "6.4.19",
"@types/react": "17.0.39",
"@types/react": "18.3.13",
"@types/webpack-env": "1.16.3",
"babel-loader": "8.2.3",
"core-js": "3.21.0",
"esbuild": "0.14.21",
"minimist": "1.2.5",
"react": "17.0.2"
"react": "19.0.0"
},
"scripts": {
"dev": "tsc --watch --preserveWatchOutput",
Expand All @@ -54,7 +54,7 @@
"@storybook/client-api": "6.4.19",
"preact": "10.6.5",
"preact-render-to-string": "5.1.19",
"react-dom": "17.0.2"
"react-dom": "19.0.0"
},
"publishConfig": {
"tag": "latest"
Expand Down

0 comments on commit 97d9718

Please sign in to comment.