frontend: pull date-fns
Parents:
24fd7a72 file(s) changed
- frontend/package-lock.json +11 -0
- frontend/package.json +1 -0
frontend/package-lock.json
@@ -19,6 +19,7 @@ "@react-navigation/native": "^7.1.8",
19 19 "@tanstack/query-sync-storage-persister": "^5.100.10",
20 20 "@tanstack/react-query": "^5.100.10",
21 21 "@tanstack/react-query-persist-client": "^5.100.10",
22 + "date-fns": "^4.1.0",
22 23 "expo": "~54.0.34",
23 24 "expo-constants": "~18.0.13",
24 25 "expo-dev-client": "~6.0.21",
@@ -5986,6 +5987,16 @@ "node": ">= 0.4"
5986 5987 },
5987 5988 "funding": {
5988 5989 "url": "https://github.com/sponsors/ljharb"
5990 + }
5991 + },
5992 + "node_modules/date-fns": {
5993 + "version": "4.1.0",
5994 + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
5995 + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
5996 + "license": "MIT",
5997 + "funding": {
5998 + "type": "github",
5999 + "url": "https://github.com/sponsors/kossnocorp"
5989 6000 }
5990 6001 },
5991 6002 "node_modules/dayjs": {
frontend/package.json
@@ -21,6 +21,7 @@ "@react-navigation/native": "^7.1.8",
21 21 "@tanstack/query-sync-storage-persister": "^5.100.10",
22 22 "@tanstack/react-query": "^5.100.10",
23 23 "@tanstack/react-query-persist-client": "^5.100.10",
24 + "date-fns": "^4.1.0",
24 25 "expo": "~54.0.34",
25 26 "expo-constants": "~18.0.13",
26 27 "expo-dev-client": "~6.0.21",