Skip to content

Commit

Permalink
Update react monorepo to v19 (major) (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 903b698 commit f14a93c
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 37 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"bundle-visualizer": "vite-bundle-visualizer"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand All @@ -38,8 +38,8 @@
"@storybook/testing-library": "0.2.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "22.9.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.1",
"axe-playwright": "2.0.1",
"eslint": "9.7.0",
Expand Down
102 changes: 69 additions & 33 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 f14a93c

Please sign in to comment.