Skip to content

Commit

Permalink
Update dependency react-native to v0.76.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent ec48bb4 commit d1d7a4e
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 54 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"expo-splash-screen": "~0.29.16",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-unistyles": "^2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.4.0",
"react-native": "0.76.3",
"react-native": "0.76.4",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "^3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-unistyles": "^2.20.0",
"react-test-renderer": "18.3.1",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"react-native": "0.76.3"
"react-native": "0.76.4"
},
"peerDependencies": {
"@types/react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-unistyles": "^2.20.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"react-native": "0.76.3"
"react-native": "0.76.4"
},
"peerDependencies": {
"@types/react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/react": "~18.3.14",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-svg": "15.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"next": "^15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"typescript": "~5.7.2"
}
}
Loading

0 comments on commit d1d7a4e

Please sign in to comment.