Skip to content

Commit

Permalink
Bump with-react-native-web to [email protected] (vercel#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Nov 1, 2022
1 parent 60f143e commit 9da8684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/with-react-native-web/apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"expo": "^45.0.6",
"expo-status-bar": "~1.3.0",
"react": "18.1",
"react": "18.2",
"react-dom": "18.1",
"react-native": "0.68.2",
"react-native-web": "^0.18.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-native-web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"next": "latest",
"react": "18.1",
"react": "18.2",
"react-dom": "18.1",
"react-native-web": "^0.18.4",
"ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-native-web/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"react": "18.1",
"react": "^18.1.0",
"react-native": "^0.70.3"
}
}

0 comments on commit 9da8684

Please sign in to comment.