Skip to content

Commit 2dca878

Browse files
chore: Update npm dependencies to latest versions
1 parent 0121240 commit 2dca878

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@react-navigation/native-stack": "^6.9.17",
108108
"@react-navigation/stack": "^6.3.20",
109109
"@tanstack/react-query": "^4.29.19",
110-
"axios": "^1.6.7",
110+
"axios": "^1.7.2",
111111
"expo": "~51.0.8",
112112
"expo-apple-authentication": "~6.4.1",
113113
"expo-application": "~5.9.1",
@@ -135,13 +135,13 @@
135135
"expo-updates": "~0.25.14",
136136
"expo-web-browser": "~13.0.3",
137137
"i18next": "^23.7.20",
138-
"jotai": "^2.4.3",
138+
"jotai": "^2.8.1",
139139
"jwt-decode": "^4.0.0",
140140
"moti": "^0.25.3",
141141
"react": "18.2.0",
142142
"react-dom": "18.2.0",
143-
"react-hook-form": "^7.49.3",
144-
"react-i18next": "^14.0.1",
143+
"react-hook-form": "^7.51.5",
144+
"react-i18next": "^14.1.2",
145145
"react-native": "0.74.1",
146146
"react-native-gesture-handler": "~2.16.1",
147147
"react-native-keyboard-aware-scroll-view": "^0.9.5",
@@ -152,8 +152,8 @@
152152
"react-native-screens": "3.31.1",
153153
"react-native-svg": "15.2.0",
154154
"react-native-web": "~0.19.6",
155-
"reactotron-react-native": "^5.1.3",
156-
"sass": "^1.70.0",
155+
"reactotron-react-native": "^5.1.7",
156+
"sass": "^1.77.2",
157157
"setimmediate": "^1.0.5",
158158
"use-debounce": "^9.0.4"
159159
},
@@ -175,7 +175,7 @@
175175
"babel-loader": "^9.1.3",
176176
"babel-plugin-module-resolver": "^5.0.0",
177177
"babel-preset-expo": "^11.0.5",
178-
"commander": "^12.0.0",
178+
"commander": "^12.1.0",
179179
"cross-env": "^7.0.3",
180180
"dotenv": "^16.4.1",
181181
"enquirer": "^2.4.1",
@@ -184,21 +184,21 @@
184184
"eslint-config-universe": "^11.2.0",
185185
"eslint-plugin-prettier": "^4.2.1",
186186
"eslint-plugin-react": "^7.32.2",
187-
"eslint-plugin-react-hooks": "^4.6.0",
187+
"eslint-plugin-react-hooks": "^4.6.2",
188188
"eslint-plugin-react-native": "^4.0.0",
189189
"eslint-plugin-react-native-globals": "^0.1.2",
190190
"fast-text-encoding": "^1.0.6",
191191
"husky": "^8.0.3",
192192
"jest": "^29.6.1",
193193
"jest-expo": "~51.0.2",
194194
"lint-staged": "^13.2.3",
195-
"msw": "^2.2.2",
196-
"orval": "^6.25.0",
195+
"msw": "^2.3.0",
196+
"orval": "^6.29.1",
197197
"patch-package": "^7.0.1",
198198
"prettier": "^2.8.8",
199199
"pretty-quick": "^4.0.0",
200200
"react-native-url-polyfill": "^2.0.0",
201-
"react-test-renderer": "^18.2.0",
201+
"react-test-renderer": "^18.3.1",
202202
"readline": "^1.3.0",
203203
"text-encoding-polyfill": "^0.6.7",
204204
"typescript": "~5.3.3",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4092,7 +4092,7 @@ available-typed-arrays@^1.0.7:
40924092
dependencies:
40934093
possible-typed-array-names "^1.0.0"
40944094

4095-
axios@^1.6.7:
4095+
axios@^1.7.2:
40964096
version "1.7.2"
40974097
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
40984098
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
@@ -4807,7 +4807,7 @@ commander@2.20.0:
48074807
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
48084808
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
48094809

4810-
commander@^12.0.0:
4810+
commander@^12.1.0:
48114811
version "12.1.0"
48124812
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
48134813
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
@@ -5932,7 +5932,7 @@ eslint-plugin-prettier@^4.2.1:
59325932
dependencies:
59335933
prettier-linter-helpers "^1.0.0"
59345934

5935-
eslint-plugin-react-hooks@^4.6.0:
5935+
eslint-plugin-react-hooks@^4.6.0, eslint-plugin-react-hooks@^4.6.2:
59365936
version "4.6.2"
59375937
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
59385938
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
@@ -8490,7 +8490,7 @@ join-component@^1.1.0:
84908490
resolved "https://registry.yarnpkg.com/join-component/-/join-component-1.1.0.tgz#b8417b750661a392bee2c2537c68b2a9d4977cd5"
84918491
integrity sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==
84928492

8493-
jotai@^2.4.3:
8493+
jotai@^2.8.1:
84948494
version "2.8.1"
84958495
resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.8.1.tgz#796713545a4da9593fe4243845c0f1111a6a0968"
84968496
integrity sha512-Gmk5Y3yJL/vN5S0rQ6AaWpXH5Q+HBGHThMHXfylVzXGVuO8YxPRtZf8Y9XYvl+h7ZMQXoHNdFi37vNsJFsiszQ==
@@ -9555,7 +9555,7 @@ ms@2.1.3, ms@^2.1.1:
95559555
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
95569556
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
95579557

9558-
msw@^2.2.2:
9558+
msw@^2.3.0:
95599559
version "2.3.0"
95609560
resolved "https://registry.yarnpkg.com/msw/-/msw-2.3.0.tgz#7d48ab8472a435878f4ee94dfa0efcd2b3c2264b"
95619561
integrity sha512-cDr1q/QTMzaWhY8n9lpGhceY209k29UZtdTgJ3P8Bzne3TSMchX2EM/ldvn4ATLOktpCefCU2gcEgzHc31GTPw==
@@ -10053,7 +10053,7 @@ ora@^5.4.1:
1005310053
strip-ansi "^6.0.0"
1005410054
wcwidth "^1.0.1"
1005510055

10056-
orval@^6.25.0:
10056+
orval@^6.29.1:
1005710057
version "6.29.1"
1005810058
resolved "https://registry.yarnpkg.com/orval/-/orval-6.29.1.tgz#e0651d9072f4a4a5bc9de597d4278c8a67206415"
1005910059
integrity sha512-hYGuPNucbHZeQgSpcoujuR6GzRKbHhl59zFMt6bxZd6XkeEONhGAqOLETAFQ9og/arOlPOMvchy6COCnrEKlRQ==
@@ -10945,12 +10945,12 @@ react-freeze@^1.0.0:
1094510945
resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.4.tgz#cbbea2762b0368b05cbe407ddc9d518c57c6f3ad"
1094610946
integrity sha512-r4F0Sec0BLxWicc7HEyo2x3/2icUTrRmDjaaRyzzn+7aDyFZliszMDOgLVwSnQnYENOlL1o569Ze2HZefk8clA==
1094710947

10948-
react-hook-form@^7.49.3:
10948+
react-hook-form@^7.51.5:
1094910949
version "7.51.5"
1095010950
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.5.tgz#4afbfb819312db9fea23e8237a3a0d097e128b43"
1095110951
integrity sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==
1095210952

10953-
react-i18next@^14.0.1:
10953+
react-i18next@^14.1.2:
1095410954
version "14.1.2"
1095510955
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.2.tgz#cd57a755f25a32a5fcc3dbe546cf3cc62b4f3ebd"
1095610956
integrity sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==
@@ -11142,7 +11142,7 @@ react-test-renderer@18.2.0:
1114211142
react-shallow-renderer "^16.15.0"
1114311143
scheduler "^0.23.0"
1114411144

11145-
react-test-renderer@^18.2.0:
11145+
react-test-renderer@^18.3.1:
1114611146
version "18.3.1"
1114711147
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-18.3.1.tgz#e693608a1f96283400d4a3afead6893f958b80b4"
1114811148
integrity sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==
@@ -11170,7 +11170,7 @@ reactotron-core-contract@0.2.3:
1117011170
resolved "https://registry.yarnpkg.com/reactotron-core-contract/-/reactotron-core-contract-0.2.3.tgz#4b72bbe2905fda2a7e69f2653fc32bbdaaebb052"
1117111171
integrity sha512-GMeulATwiTsAqRnTKLWgM4gG3pUxAuspW412SWutHIW0fZNEOiHg8bWTEQURhm1WZj+u4tmdbkPiIWBfH8fvvQ==
1117211172

11173-
reactotron-react-native@^5.1.3:
11173+
reactotron-react-native@^5.1.7:
1117411174
version "5.1.7"
1117511175
resolved "https://registry.yarnpkg.com/reactotron-react-native/-/reactotron-react-native-5.1.7.tgz#eb344d274615f505c0ec716dc622690e2356e7cb"
1117611176
integrity sha512-JA2NpnPJo7tHew9tMzELslmF8JX/5pDftrvrG63diZ1uW0S7UYufS47JVZEGsGozgMttERp0APMBdiTBrPW1iQ==
@@ -11551,7 +11551,7 @@ safe-stable-stringify@^1.1:
1155111551
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
1155211552
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
1155311553

11554-
sass@^1.70.0:
11554+
sass@^1.77.2:
1155511555
version "1.77.2"
1155611556
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.2.tgz#18d4ed2eefc260cdc8099c5439ec1303fd5863aa"
1155711557
integrity sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==

0 commit comments

Comments
 (0)