diff --git a/package-lock.json b/package-lock.json index 59b3a9d..858ae34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "@fontsource/borel": "^5.1.1", "astro": "^5.1.6", "astro-icon": "^1.1.4", - "dayjs": "^1.11.13", "rehype-external-links": "^3.0.0", "tailwindcss": "^3.4.15", "typescript": "^5.7.2" @@ -2978,12 +2977,6 @@ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", "license": "CC0-1.0" }, - "node_modules/dayjs": { - "version": "1.11.13", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", - "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", - "license": "MIT" - }, "node_modules/debug": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", diff --git a/package.json b/package.json index 1ac255b..a8ecb46 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "@fontsource/borel": "^5.1.1", "astro": "^5.1.6", "astro-icon": "^1.1.4", - "dayjs": "^1.11.13", "rehype-external-links": "^3.0.0", "tailwindcss": "^3.4.15", "typescript": "^5.7.2"