Skip to content

Commit

Permalink
Upgrade all react packages to 19.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 10, 2024
1 parent 417adc3 commit 4d33ea5
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 52 deletions.
102 changes: 62 additions & 40 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@testing-library/user-event": "14.5.2",
"@types/jest-axe": "^3.5.9",
"@types/node": "18.19.50",
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.16.0",
Expand All @@ -57,8 +57,8 @@
"jest-axe": "^9.0.0",
"postcss": "^8.4.49",
"prettier": "3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.28.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/comet-data-viz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
],
"types": "./dist/index.d.ts",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"victory": "^37.3.4"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^19.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/comet-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-table": "8.20.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"react": "^18.2.0"
"react": "^19.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/comet-uswds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"dependencies": {
"@uswds/uswds": "3.10.0",
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependencies": {
"@uswds/uswds": "3.10.0",
"react": "^18.2.0"
"react": "^19.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4d33ea5

Please sign in to comment.