Skip to content

Commit

Permalink
bump example app dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfrr committed May 3, 2024
1 parent b03412a commit 6184921
Show file tree
Hide file tree
Showing 2 changed files with 1,080 additions and 472 deletions.
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"dependencies": {
"@react-native-community/hooks": "^3.0.0",
"@react-navigation/native": "^6.1.17",
"expo": "~50.0.14",
"expo-application": "~5.8.3",
"expo": "~50.0.17",
"expo-application": "~5.8.4",
"expo-build-properties": "~0.11.1",
"expo-dev-client": "~3.3.11",
"react": "../node_modules/react",
"react-native": "../node_modules/react-native",
"react-native-reanimated": "~3.8.1",
"react-native-safe-area-context": "4.9.0",
"react-native-reanimated": "~3.10.0",
"react-native-safe-area-context": "4.10.1",
"react-native-vision-camera": "../node_modules/react-native-vision-camera",
"react-native-vision-camera-face-detector": "../",
"react-native-worklets-core": "../node_modules/react-native-worklets-core"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/runtime": "^7.24.1",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@types/react": "../node_modules/@types/react",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "../node_modules/eslint",
"metro-react-native-babel-preset": "^0.77.0",
"typescript": "../node_modules/typescript"
Expand Down
Loading

0 comments on commit 6184921

Please sign in to comment.