Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19 (#404)
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 Jan 27, 2025
1 parent 0bbcf06 commit 72a2ce6
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 57 deletions.
122 changes: 70 additions & 52 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@storybook/test": "^8.0.8",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tooltip": "^4.5.1"
},
"devDependencies": {
Expand All @@ -41,13 +41,13 @@
"@storybook/react-vite": "^8.0.8",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.0.0",
"babel-loader": "^9.0.0",
"happy-dom": "^16.0.0",
"jsdom": "^26.0.0",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "^19.0.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"storybook": "^8.0.8",
Expand Down

0 comments on commit 72a2ce6

Please sign in to comment.