date issue 7

This commit is contained in:
2025-05-19 08:49:04 +05:30
parent b5132581c0
commit 67dcc94d8e
4 changed files with 18 additions and 2 deletions

10
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"packages/*"
],
"dependencies": {
"date-fns-tz": "^3.2.0",
"dotenv": "^16.5.0",
"dotenv-cli": "^8.0.0",
"shx": "^0.4.0"
@@ -6360,6 +6361,15 @@
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/date-fns-tz": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.2.0.tgz",
"integrity": "sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==",
"license": "MIT",
"peerDependencies": {
"date-fns": "^3.0.0 || ^4.0.0"
}
},
"node_modules/debug": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",