Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 61ef1e3 commit c7dc584
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 110 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"expo-screen-orientation": "~8.0.1",
"expo-splash-screen": "~0.29.16",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react": "19.0.0",
"react-native": "0.76.3",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@react-universal/next": "workspace:*",
"@shikijs/rehype": "^1.24.0",
"@types/node": "^22.10.1",
"@types/react": "~18.3.14",
"@types/react-dom": "~18.3.2",
"@types/react": "~19.0.0",
"@types/react-dom": "~19.0.0",
"next": "^15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-native": "0.76.3",
"rehype-slug": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/react": "~18.3.14",
"@types/react": "~19.0.0",
"@vitest/browser": "^2.1.8",
"jsdom": "^25.0.1",
"lefthook": "^1.8.5",
"playwright": "^1.49.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.76.3",
"react-native-unistyles": "^2.20.0",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.4.7",
"tsup": "^8.3.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"@tamagui/compose-refs": "^1.119.0"
},
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"@types/react": "~19.0.0",
"react": "19.0.0",
"react-native": "0.76.3"
},
"peerDependencies": {
"@types/react": "^18.2.0",
"react": "^18.2.0",
"@types/react": "^18.2.0 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0",
"react-native": ">=0.76.0"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@tamagui/react-native-use-responder-events": "^1.119.0"
},
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"@types/react": "~19.0.0",
"react": "19.0.0",
"react-native": "0.76.3",
"react-native-unistyles": "^2.20.0"
},
"peerDependencies": {
"@types/react": "^18.2.0",
"react": "^18.2.0",
"@types/react": "^18.2.0 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0",
"react-native": ">=0.76.0",
"react-native-unistyles": "^2.20.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@react-universal/core": "workspace:*"
},
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"@types/react": "~19.0.0",
"react": "19.0.0",
"react-native": "0.76.3"
},
"peerDependencies": {
"@types/react": "^18.2.0",
"react": "^18.2.0",
"@types/react": "^18.2.0 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0",
"react-native": ">=0.76.0"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"devDependencies": {
"next": "^15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"next": "^14.0.0 || ^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@react-universal/utils": "workspace:*"
},
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"@types/react": "~19.0.0",
"react": "19.0.0",
"react-native": "0.76.3",
"react-native-svg": "15.8.0"
},
"peerDependencies": {
"@types/react": "^18.2.0",
"react": "^18.2.0",
"@types/react": "^18.2.0 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0",
"react-native": ">=0.76.0",
"react-native-svg": "^15.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@react-universal/core": "workspace:*"
},
"devDependencies": {
"react": "18.3.1",
"react": "19.0.0",
"vite": "^5.4.11"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18.2.0 || ^19.0.0",
"vite": "^5.0.0"
}
}
8 changes: 4 additions & 4 deletions sandbox/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@react-universal/elements": "workspace:*",
"@react-universal/next": "workspace:*",
"@types/node": "^22.10.1",
"@types/react": "~18.3.14",
"@types/react-dom": "~18.3.2",
"@types/react": "~19.0.0",
"@types/react-dom": "~19.0.0",
"next": "^15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.76.3",
"typescript": "~5.7.2"
}
Expand Down
Loading

0 comments on commit c7dc584

Please sign in to comment.