Skip to content

Commit

Permalink
bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Carlos committed Jul 2, 2024
1 parent ef088b2 commit a5f3d0b
Show file tree
Hide file tree
Showing 5 changed files with 1,921 additions and 1,691 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ If you find other errors while using this package you're wellcome to open a new

This package was tested using the following:

- `react-native`: `0.73.8` (new arch disabled)
- `react-native-vision-camera`: `4.0.4`
- `react-native`: `0.74.3` (new arch disabled)
- `react-native-vision-camera`: `4.4.0`
- `react-native-worklets-core`: `1.3.3`
- `react-native-reanimated`: `3.10.0`
- `expo`: `50.0.17`
- `react-native-reanimated`: `3.12.1`
- `expo`: `51.0.17`

Min O.S version:

Expand Down
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"dependencies": {
"@react-native-community/hooks": "^3.0.0",
"@react-navigation/native": "^6.1.17",
"expo": "~50.0.17",
"expo-application": "~5.8.4",
"expo-build-properties": "~0.11.1",
"expo-dev-client": "~3.3.11",
"expo": "~51.0.17",
"expo-application": "~5.9.1",
"expo-build-properties": "~0.12.3",
"expo-dev-client": "~4.0.19",
"react": "../node_modules/react",
"react-native": "../node_modules/react-native",
"react-native-reanimated": "~3.10.0",
"react-native-safe-area-context": "4.10.1",
"react-native-reanimated": "~3.12.1",
"react-native-safe-area-context": "4.10.7",
"react-native-vision-camera": "../node_modules/react-native-vision-camera",
"react-native-vision-camera-face-detector": "link:../",
"react-native-worklets-core": "../node_modules/react-native-worklets-core"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@types/react": "../node_modules/@types/react",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "../node_modules/eslint",
Expand Down
Loading

0 comments on commit a5f3d0b

Please sign in to comment.