Skip to content

Commit

Permalink
chore: upgrade expo 46 (#5)
Browse files Browse the repository at this point in the history
* chore: upgrade to expo 46

* 1.0.0-0

* 1.0.0
  • Loading branch information
dannyhw authored Aug 3, 2022
1 parent f2d1a53 commit bad3dcf
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 542 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-storybook",
"description": "template for react native storybook 6 and react native web",
"version": "0.1.0",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"license": "MIT",
"scripts": {
Expand All @@ -18,17 +18,17 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-community/slider": "4.2.1",
"expo": "^45.0.0",
"expo-status-bar": "~1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-web": "0.17.7"
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/slider": "4.2.3",
"expo": "^46.0.0",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/core": "^7.18.6",
"@storybook/addon-actions": "~6.3",
"@storybook/addon-controls": "~6.3",
"@storybook/addon-essentials": "~6.3",
Expand All @@ -40,10 +40,10 @@
"@storybook/addon-react-native-web": "^0.0.18",
"@storybook/react": "~6.3",
"@storybook/react-native": "next",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"babel-loader": "^8.2.3",
"babel-plugin-react-native-web": "^0.17.5",
"typescript": "~4.3.5"
"babel-plugin-react-native-web": "~0.18.7",
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit bad3dcf

Please sign in to comment.