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 10, 2024
1 parent cbb25a5 commit f10283a
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 34 deletions.
95 changes: 65 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@lapidist/styles": "^6.2.0",
"classnames": "^2.5.1",
"react": "18.x",
"react-dom": "18.x"
"react": "19.x",
"react-dom": "19.x"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand All @@ -92,8 +92,8 @@
"@storybook/react-vite": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@testing-library/react": "^15.0.0",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.0.0",
"axe-playwright": "^2.0.1",
Expand Down

0 comments on commit f10283a

Please sign in to comment.