Skip to content

Commit

Permalink
fix(deps): update dependency react-native to ^0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2023
1 parent c7f1393 commit 8659150
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 2,211 deletions.
4 changes: 2 additions & 2 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"expo-status-bar": "~1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.68.2",
"react-native": "0.72.4",
"react-native-web": "^0.18.9",
"ui": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "^18.0.22",
"@types/react-native": "^0.69.15",
"@types/react-native": "^0.72.0",
"typescript": "^4.7.4"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-native": "^0.69.15",
"@types/react-native": "^0.72.0",
"tsconfig": "workspace:*",
"tsup": "^6.0.1",
"typescript": "^4.7.4"
},
"dependencies": {
"react": "^18.2.0",
"react-native": "^0.70.3"
"react-native": "^0.72.0"
}
}
Loading

0 comments on commit 8659150

Please sign in to comment.