Skip to content

Commit 15cc060

Browse files
author
Marco Cesarato
committed
chore: update example dependencies
1 parent ae32117 commit 15cc060

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^38.0.9",
12-
"react": "16.13.1",
13-
"react-dom": "^16.13.1",
11+
"expo": "^39.0.3",
12+
"react": "16.14.0",
13+
"react-dom": "^16.14.0",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
1515
"react-native-input-spinner": "^1.2.19",
16-
"react-native-web": "^0.13.5"
16+
"react-native-web": "^0.14.1"
1717
},
1818
"prettier": {
1919
"tabWidth": 4,
@@ -28,7 +28,7 @@
2828
"insertPragma": false
2929
},
3030
"devDependencies": {
31-
"babel-preset-expo": "^8.2.3"
31+
"babel-preset-expo": "^8.3.0"
3232
},
3333
"private": true
3434
}

0 commit comments

Comments
 (0)