Skip to content

Commit

Permalink
Update dependency react-native to v0.75.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and efoken committed Sep 12, 2024
1 parent 264da9d commit 079e974
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 210 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native": "0.75.3",
"react-native-safe-area-context": "4.10.5",
"react-native-svg": "^15.6.0",
"react-native-unistyles": "^2.9.2"
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.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.2"
"react-native": "0.75.3"
},
"devDependencies": {
"@types/node": "^20.16.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "^3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.2",
"react-native": "0.75.3",
"react-native-unistyles": "^2.9.2",
"react-test-renderer": "18.3.1",
"storybook": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/react": "~18.3.5",
"react": "18.3.1",
"react-native": "0.75.2"
"react-native": "0.75.3"
},
"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.5",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native": "0.75.3",
"react-native-unistyles": "^2.9.2"
},
"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.5",
"react": "18.3.1",
"react-native": "0.75.2"
"react-native": "0.75.3"
},
"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.5",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native": "0.75.3",
"react-native-svg": "^15.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 079e974

Please sign in to comment.