Skip to content

Commit

Permalink
add patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jul 1, 2020
1 parent 6dac847 commit 12675d0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions apps/native-component-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"dependencies": {
"@expo/react-native-action-sheet": "^2.0.1",
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/datetimepicker": "2.4.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
Expand Down Expand Up @@ -104,7 +103,7 @@
"react-native-shared-element": "0.7.0",
"react-native-svg": "12.1.0",
"react-native-view-shot": "^3.1.2",
"react-native-web": "~0.12",
"react-native-web": "~0.12.0",
"react-native-webview": "9.4.0",
"react-navigation-shared-element": "^3.0.0",
"regl": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@unimodules/react-native-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"peerDependencies": {
"react-native": "*",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"unimodulePeerDependencies": {
"@unimodules/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"preset": "expo-module-scripts/enzyme"
},
"peerDependencies": {
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"devDependencies": {
"expo-module-scripts": "~1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expo-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"peerDependencies": {
"react": "~16.11.0",
"react-native": "*",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"dependencies": {
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"react": "~16.11.0",
"react-native": "*",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"dependencies": {
"@expo/config": "^3.2.3",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-bare-minimum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-native-reanimated": "~1.9.0",
"react-native-screens": "~2.9.0",
"react-native-unimodules": "~0.10.1",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-bare-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-native-reanimated": "~1.9.0",
"react-native-screens": "~2.9.0",
"react-native-unimodules": "~0.10.0",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-blank-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-native-gesture-handler": "~1.6.0",
"react-native-safe-area-context": "3.0.2",
"react-native-screens": "~2.9.0",
"react-native-web": "~0.12"
"react-native-web": "~0.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down

0 comments on commit 12675d0

Please sign in to comment.