0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 01:54:38 +03:00

Update dependency

This commit is contained in:
Valentin Popov 2025-05-08 12:54:35 +00:00
parent 8bce6939d1
commit 001585b8a6
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 1035 additions and 856 deletions

1875
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,19 +15,19 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"@astrojs/sitemap": "^3.3.1",
"astro": "^5.7.11",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"dayjs": "^1.11.13",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.83.4",
"typescript": "^5.7.3"
"sass": "^1.87.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"prettier": "^3.4.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}