Update package dependencies

This commit is contained in:
Valentin Popov 2024-10-02 22:36:06 +00:00
parent 7336ab845a
commit 227cbec6cd
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 401 additions and 1672 deletions

2065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{ {
"name": "proto-planet", "name": "website",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
@ -13,11 +13,11 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.0.4", "@astrojs/cloudflare": "^11.1.0",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.1.6",
"@iconify-json/hugeicons": "^1.2.0", "@iconify-json/hugeicons": "^1.2.0",
"astro": "^4.15.6", "astro": "^4.15.10",
"astro-icon": "^1.1.1", "astro-icon": "^1.1.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
@ -25,7 +25,7 @@
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sass": "^1.78.0", "sass": "^1.79.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"devDependencies": { "devDependencies": {