Skip to content

Commit

Permalink
demo library update
Browse files Browse the repository at this point in the history
  • Loading branch information
손태무 committed Jun 24, 2021
1 parent 37f67e9 commit a3d8bcb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-expo": "^7.1.0",
"jest-expo": "^35.0.0",
"react-test-renderer": "16.0.0"
"babel-preset-expo": "^8.3.0",
"jest-expo": "^41.0.0",
"react-test-renderer": "17.0.2"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -19,9 +19,9 @@
"preset": "jest-expo"
},
"dependencies": {
"expo": "^35.0.0",
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-image-pan-zoom": "^2.1.7"
"expo": "^41.0.1",
"react": "17.0.1",
"react-native": "^0.63.2",
"react-native-image-pan-zoom": "^2.1.12"
}
}

0 comments on commit a3d8bcb

Please sign in to comment.