Skip to content

Commit

Permalink
Internal: Revert Revert "Internal: Upgrade React to 19 (#3937)" (#39… (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras authored Jan 16, 2025
1 parent 5e03ce3 commit a0e8e99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/gestalt-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"peerDependencies": {
"gestalt": ">0.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"scripts": {
"build": "rollup -c rollup.config.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/gestalt-datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"peerDependencies": {
"gestalt": ">0.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"scripts": {
"build": "rollup -c rollup.config.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/gestalt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"gestalt-design-tokens": ">0.0.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"scripts": {
"build": "rollup -c rollup.config.js",
Expand Down

0 comments on commit a0e8e99

Please sign in to comment.