Add moment-timezone dependency and implement countdown timer in AlertBanner component

This commit is contained in:
akcodez
2025-05-29 09:09:15 -07:00
parent 6d90eb4974
commit 5c97efbdac
3 changed files with 59 additions and 3 deletions

13
package-lock.json generated
View File

@@ -20,6 +20,7 @@
"five-bells-condition": "^5.0.1",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"moment-timezone": "^0.6.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-alert": "^7.0.3",
@@ -5940,6 +5941,18 @@
"node": "*"
}
},
"node_modules/moment-timezone": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz",
"integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==",
"license": "MIT",
"dependencies": {
"moment": "^2.29.4"
},
"engines": {
"node": "*"
}
},
"node_modules/mri": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",