Skip to content

Commit

Permalink
chore(deps): update to react@19 (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiktb authored Dec 8, 2024
1 parent 37cf812 commit 0c6171e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 120 deletions.
184 changes: 69 additions & 115 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 @@ -86,9 +86,9 @@
"@rollup/plugin-terser": "0.4.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"@vitest/coverage-v8": "^2.0.5",
"all-contributors-cli": "^6.26.1",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -111,9 +111,9 @@
"lint-staged": "^15.2.9",
"mkdirp": "^3.0.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
"typescript": "~5.5.4",
Expand Down

0 comments on commit 0c6171e

Please sign in to comment.