Skip to content

Commit

Permalink
Update dependency react-native to v0.76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent bc722ed commit bd27161
Show file tree
Hide file tree
Showing 8 changed files with 834 additions and 2,171 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native": "0.76.1",
"react-native-safe-area-context": "4.10.5",
"react-native-svg": "15.2.0",
"react-native-unistyles": "^2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4"
"react-native": "0.76.1"
},
"devDependencies": {
"@types/node": "^20.16.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4",
"react-native": "0.76.1",
"react-native-unistyles": "^2.11.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 @@ -15,7 +15,7 @@
"devDependencies": {
"@types/react": "~18.3.12",
"react": "18.3.1",
"react-native": "0.75.4"
"react-native": "0.76.1"
},
"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 @@ -19,7 +19,7 @@
"devDependencies": {
"@types/react": "~18.3.12",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native": "0.76.1",
"react-native-unistyles": "^2.11.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 @@ -13,7 +13,7 @@
"devDependencies": {
"@types/react": "~18.3.12",
"react": "18.3.1",
"react-native": "0.75.4"
"react-native": "0.76.1"
},
"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 @@ -13,7 +13,7 @@
"devDependencies": {
"@types/react": "~18.3.12",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native": "0.76.1",
"react-native-svg": "15.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit bd27161

Please sign in to comment.