Skip to content

Commit 8ac338f

Browse files
committed
chore: upgrade expo in example project
1 parent 21d613f commit 8ac338f

File tree

2 files changed

+2037
-920
lines changed

2 files changed

+2037
-920
lines changed

example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"expo": "~47.0.12",
13-
"expo-status-bar": "~1.4.2",
14-
"react": "18.1.0",
15-
"react-native": "0.70.5",
16-
"react-dom": "18.1.0",
17-
"react-native-web": "~0.18.9"
12+
"expo": "~49.0.3",
13+
"expo-status-bar": "~1.6.0",
14+
"react": "18.2.0",
15+
"react-dom": "18.2.0",
16+
"react-native": "0.72.3",
17+
"react-native-web": "~0.19.6"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.12.9",
21-
"babel-plugin-module-resolver": "^4.1.0",
20+
"@babel/core": "^7.20.0",
2221
"@expo/webpack-config": "^0.17.2",
23-
"babel-loader": "^8.1.0"
22+
"babel-loader": "^8.1.0",
23+
"babel-plugin-module-resolver": "^4.1.0"
2424
},
2525
"private": true
26-
}
26+
}

0 commit comments

Comments
 (0)