diff options
| author | Daniel Andreas Wang <codingforpeace@protonmail.com> | 2026-03-13 17:38:13 +0100 |
|---|---|---|
| committer | Daniel Andreas Wang <codingforpeace@protonmail.com> | 2026-03-13 17:38:13 +0100 |
| commit | f68ff92f12f8ad4bc4f157b78771d16067eaaf97 (patch) | |
| tree | 89e6eaf30d851e43d0796d808c82b55baa885d2b /package-lock.json | |
| parent | 0608a926af3e11794f0f86e8fdff5b7a4ffd9254 (diff) | |
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 6625aa8..a1c923d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "news-app", "version": "0.0.0", "dependencies": { + "dayjs": "^1.11.20", "dotenv": "^16.5.0", "express": "^4.21.2", "pinia": "^3.0.4", @@ -1964,6 +1965,12 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" }, + "node_modules/dayjs": { + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", + "license": "MIT" + }, "node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", |
