Package update.s

This commit is contained in:
Patrick Fic
2025-10-29 09:35:20 -07:00
parent fde918c1ba
commit 9c5ee8ed16
2 changed files with 10 additions and 9 deletions

14
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"expo-localization": "~17.0.7",
"expo-media-library": "~18.2.0",
"expo-notifications": "~0.32.12",
"expo-router": "~6.0.13",
"expo-router": "~6.0.14",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
@@ -56,6 +56,7 @@
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-image-viewing": "^0.2.2",
"react-native-pager-view": "6.9.1",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~4.1.3",
"react-native-reanimated-dnd": "^1.1.0",
@@ -8549,9 +8550,9 @@
}
},
"node_modules/expo-router": {
"version": "6.0.13",
"resolved": "https://registry.npmjs.org/expo-router/-/expo-router-6.0.13.tgz",
"integrity": "sha512-ngvdEah2+/Xf3/2SSrEuaW9qawUYlkh3NEpw0ZSsjUjgliKTI2rtw1H+dNnIsZEcvnGe/b8UvQHai60KnhAnJw==",
"version": "6.0.14",
"resolved": "https://registry.npmjs.org/expo-router/-/expo-router-6.0.14.tgz",
"integrity": "sha512-vizLO4SgnMEL+PPs2dXr+etEOuksjue7yUQBCtfCEdqoDkQlB0r35zI7rS34Wt53sxKWSlM2p+038qQEpxtiFw==",
"license": "MIT",
"dependencies": {
"@expo/metro-runtime": "^6.1.2",
@@ -8564,7 +8565,7 @@
"client-only": "^0.0.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"expo-server": "^1.0.2",
"expo-server": "^1.0.3",
"fast-deep-equal": "^3.1.3",
"invariant": "^2.2.4",
"nanoid": "^3.3.8",
@@ -8583,7 +8584,7 @@
"@react-navigation/drawer": "^7.5.0",
"@testing-library/react-native": ">= 12.0.0",
"expo": "*",
"expo-constants": "^18.0.9",
"expo-constants": "^18.0.10",
"expo-linking": "^8.0.8",
"react": "*",
"react-dom": "*",
@@ -13032,7 +13033,6 @@
"resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.9.1.tgz",
"integrity": "sha512-uUT0MMMbNtoSbxe9pRvdJJKEi9snjuJ3fXlZhG8F2vVMOBJVt/AFtqMPUHu9yMflmqOr08PewKzj9EPl/Yj+Gw==",
"license": "MIT",
"peer": true,
"peerDependencies": {
"react": "*",
"react-native": "*"

View File

@@ -34,7 +34,7 @@
"@reduxjs/toolkit": "^2.9.1",
"axios": "^1.12.2",
"dinero.js": "^1.9.1",
"expo": "54.0.20",
"expo": "54.0.21",
"expo-application": "~7.0.7",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.16",
@@ -48,7 +48,7 @@
"expo-localization": "~17.0.7",
"expo-media-library": "~18.2.0",
"expo-notifications": "~0.32.12",
"expo-router": "~6.0.13",
"expo-router": "~6.0.14",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
@@ -71,6 +71,7 @@
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-image-viewing": "^0.2.2",
"react-native-pager-view": "6.9.1",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~4.1.3",
"react-native-reanimated-dnd": "^1.1.0",