chore(deps): update dependencies
This commit is contained in:
parent
41a76aa6ee
commit
50108b604f
2 changed files with 1270 additions and 1234 deletions
46
package.json
46
package.json
|
@ -22,37 +22,39 @@
|
|||
"lint": "eslint . --config eslint.config.mjs --cache",
|
||||
"format": "prettier . --write"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/node": "^9.1.0",
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.2.0",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@ayco/astro-resume": "^0.4.4",
|
||||
"@ayco/astro-sw": "^0.8.14",
|
||||
"@eslint/compat": "^1.2.6",
|
||||
"@eslint/js": "^9.20.0",
|
||||
"@extractus/article-extractor": "^8.0.17",
|
||||
"@fastify/middie": "^9.0.3",
|
||||
"@fastify/static": "^8.1.0",
|
||||
"astro": "^5.3.0",
|
||||
"astro-eslint-parser": "^1.2.1",
|
||||
"@fastify/static": "^8.1.1",
|
||||
"astro": "^5.7.4",
|
||||
"astro-iconify": "^1.2.0",
|
||||
"eslint": "^9.20.1",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"fastify": "^5.3.2",
|
||||
"ultrahtml": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@eslint/compat": "^1.2.8",
|
||||
"@eslint/js": "^9.25.0",
|
||||
"@extractus/article-extractor": "^8.0.17",
|
||||
"astro-eslint-parser": "^1.2.2",
|
||||
"eslint": "^9.25.0",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"fastify": "^5.2.1",
|
||||
"globals": "^15.15.0",
|
||||
"eslint-plugin-prettier": "^5.2.6",
|
||||
"globals": "^16.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.4.3",
|
||||
"prettier": "^3.5.1",
|
||||
"lint-staged": "^15.5.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"sass": "^1.85.0",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.24.0",
|
||||
"ultrahtml": "^1.5.3",
|
||||
"vitest": "^3.0.5"
|
||||
"sass": "^1.86.3",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.30.1",
|
||||
"vitest": "^3.1.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,mjs,astro,ts}": [
|
||||
|
|
2458
pnpm-lock.yaml
2458
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue