Skip to content

Commit a3d8bcb

Browse files
author
손태무
committed
demo library update
1 parent 37f67e9 commit a3d8bcb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6-
"babel-preset-expo": "^7.1.0",
7-
"jest-expo": "^35.0.0",
8-
"react-test-renderer": "16.0.0"
6+
"babel-preset-expo": "^8.3.0",
7+
"jest-expo": "^41.0.0",
8+
"react-test-renderer": "17.0.2"
99
},
1010
"main": "node_modules/expo/AppEntry.js",
1111
"scripts": {
@@ -19,9 +19,9 @@
1919
"preset": "jest-expo"
2020
},
2121
"dependencies": {
22-
"expo": "^35.0.0",
23-
"react": "16.8.3",
24-
"react-native": "0.59.8",
25-
"react-native-image-pan-zoom": "^2.1.7"
22+
"expo": "^41.0.1",
23+
"react": "17.0.1",
24+
"react-native": "^0.63.2",
25+
"react-native-image-pan-zoom": "^2.1.12"
2626
}
2727
}

0 commit comments

Comments
 (0)