Skip to content

Commit 4210037

Browse files
committed
feat: update dependecies versions
1 parent 63db3ac commit 4210037

File tree

4 files changed

+1687
-1778
lines changed

4 files changed

+1687
-1778
lines changed

ios/ObytesApp/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<key>NSUserActivityTypes</key>
5353
<array>
5454
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
55+
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5556
</array>
5657
<key>UIAppFonts</key>
5758
<array>

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
},
3939
"dependencies": {
4040
"@expo/metro-runtime": "^3.2.1",
41-
"@gorhom/bottom-sheet": "^4.6.0",
41+
"@gorhom/bottom-sheet": "^4.6.3",
4242
"@hookform/resolvers": "^2.9.11",
43-
"@react-navigation/bottom-tabs": "^6.5.11",
44-
"@react-navigation/native": "^6.1.9",
45-
"@react-navigation/native-stack": "^6.9.17",
43+
"@react-navigation/bottom-tabs": "^6.5.20",
44+
"@react-navigation/native": "^6.1.17",
45+
"@react-navigation/native-stack": "^6.9.26",
4646
"@shopify/flash-list": "1.6.4",
47-
"@tanstack/react-query": "^5.32.1",
47+
"@tanstack/react-query": "^5.37.1",
4848
"app-icon-badge": "^0.0.15",
49-
"axios": "^1.6.5",
49+
"axios": "^1.7.1",
5050
"expo": "~51.0.8",
5151
"expo-build-properties": "~0.12.1",
5252
"expo-constants": "~16.0.1",
@@ -66,7 +66,7 @@
6666
"react": "18.2.0",
6767
"react-dom": "18.2.0",
6868
"react-error-boundary": "^3.1.4",
69-
"react-hook-form": "^7.49.3",
69+
"react-hook-form": "^7.51.4",
7070
"react-i18next": "^12.3.1",
7171
"react-native": "0.74.1",
7272
"react-native-avoid-softinput": "^4.0.2",
@@ -78,11 +78,11 @@
7878
"react-native-safe-area-context": "4.10.1",
7979
"react-native-screens": "~3.31.1",
8080
"react-native-svg": "15.2.0",
81-
"react-native-web": "~0.19.10",
82-
"react-query-kit": "^3.2.2",
81+
"react-native-web": "~0.19.11",
82+
"react-query-kit": "^3.3.0",
8383
"tailwind-variants": "^0.1.20",
84-
"zod": "^3.22.4",
85-
"zustand": "^4.5.0"
84+
"zod": "^3.23.8",
85+
"zustand": "^4.5.2"
8686
},
8787
"devDependencies": {
8888
"@babel/core": "^7.24.5",
@@ -93,22 +93,22 @@
9393
"@expo/config": "~9.0.2",
9494
"@react-native-community/eslint-config": "^3.2.0",
9595
"@testing-library/jest-dom": "^5.17.0",
96-
"@testing-library/react-native": "^12.4.3",
96+
"@testing-library/react-native": "^12.5.0",
9797
"@types/i18n-js": "^3.8.9",
98-
"@types/jest": "^29.5.11",
98+
"@types/jest": "^29.5.12",
9999
"@types/lodash.memoize": "^4.1.9",
100100
"@types/react": "~18.2.79",
101-
"@types/react-test-renderer": "^18.0.7",
101+
"@types/react-test-renderer": "^18.3.0",
102102
"@typescript-eslint/eslint-plugin": "^5.62.0",
103103
"@typescript-eslint/parser": "^5.62.0",
104-
"babel-plugin-module-resolver": "^5.0.0",
104+
"babel-plugin-module-resolver": "^5.0.2",
105105
"cross-env": "^7.0.3",
106-
"dotenv": "^16.3.2",
106+
"dotenv": "^16.4.5",
107107
"eslint": "^8.57.0",
108108
"eslint-plugin-i18n-json": "^4.0.0",
109109
"eslint-plugin-simple-import-sort": "^10.0.0",
110-
"eslint-plugin-tailwindcss": "^3.10.1",
111-
"eslint-plugin-testing-library": "^6.2.0",
110+
"eslint-plugin-tailwindcss": "^3.15.2",
111+
"eslint-plugin-testing-library": "^6.2.2",
112112
"eslint-plugin-unicorn": "^46.0.1",
113113
"eslint-plugin-unused-imports": "^2.0.0",
114114
"husky": "^8.0.3",
@@ -120,10 +120,10 @@
120120
"metro-babel-register": "^0.73.10",
121121
"np": "^7.7.0",
122122
"prettier": "^2.8.8",
123-
"react-test-renderer": "^18.2.0",
123+
"react-test-renderer": "^18.3.1",
124124
"tailwindcss": "3.3.2",
125-
"ts-jest": "^29.1.1",
126-
"typescript": "^5.3.3"
125+
"ts-jest": "^29.1.2",
126+
"typescript": "^5.4.5"
127127
},
128128
"repository": {
129129
"type": "git",

0 commit comments

Comments
 (0)