Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 9b144eb commit 3b48989
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 62 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"storycap": "storycap http://localhost:9009 --serverCmd 'storybook dev -p 9009'"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@storybook/react": "^8.0.8",
Expand All @@ -25,8 +25,8 @@
"@tsconfig/vite-react": "^3.0.1",
"@types/chrome": "0.0.287",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.34.1",
Expand Down
105 changes: 47 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b48989

Please sign in to comment.