Skip to content

Commit

Permalink
chore(deps): expo 47
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-godefroy-dev committed Dec 21, 2022
1 parent ab775c3 commit 6829b79
Show file tree
Hide file tree
Showing 4 changed files with 2,957 additions and 2,823 deletions.
31 changes: 16 additions & 15 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@
"private": false,
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"eject": "npx expo eject",
"typecheck": "tsc"
},
"dependencies": {
"@bounceapp/iframe": "../src",
"expo": "45.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1"
"expo": "^47.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1"
},
"devDependencies": {
"@expo/webpack-config": "~0.16.21",
"babel-preset-expo": "9.2.0",
"@babel/core": "7.20.5",
"typescript": "4.9.4"
"@babel/core": "^7.19.3",
"@expo/webpack-config": "^0.17.2",
"babel-plugin-module-resolver": "4.1.0",
"babel-preset-expo": "~9.2.1",
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit 6829b79

Please sign in to comment.