Skip to content

Commit

Permalink
Update dependencies, add babel traverse into devDependencies (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
svbutko authored Jul 6, 2023
1 parent 20022af commit 74be287
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.19.0",
"@react-native-community/datetimepicker": "7.3.0",
"@react-native-community/datetimepicker": "7.4.0",
"@react-native-community/netinfo": "9.4.1",
"@react-native-menu/menu": "0.8.0",
"@reduxjs/toolkit": "1.9.5",
Expand All @@ -85,17 +85,18 @@
"react-native-permissions": "3.8.3",
"react-native-reanimated": "3.3.0",
"react-native-reanimated-carousel": "3.4.0",
"react-native-share": "9.2.0",
"react-native-share": "9.2.1",
"react-native-size-matters": "0.4.0",
"react-native-sfsymbols": "1.2.1",
"react-native-vector-icons": "9.2.0",
"react-redux": "8.1.1",
"redux-persist": "6.0.0"
},
"devDependencies": {
"@babel/core": "7.22.6",
"@babel/preset-env": "7.22.6",
"@babel/core": "7.22.8",
"@babel/preset-env": "7.22.7",
"@babel/runtime": "7.22.6",
"@babel/traverse": "7.22.8",
"@react-native/metro-config": "0.72.7",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-controls": "6.5.16",
Expand All @@ -118,7 +119,7 @@
"@types/react-native-vector-icons": "6.4.13",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"babel-jest": "29.6.0",
"babel-jest": "29.6.1",
"babel-plugin-transform-remove-console": "6.9.4",
"detox": "20.11.0",
"eslint": "8.44.0",
Expand Down

0 comments on commit 74be287

Please sign in to comment.