Update dependencies (#70)

This commit is contained in:
Nikita Karamov 2024-04-04 19:19:39 +02:00 committed by GitHub
commit 6805d75bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1101 additions and 841 deletions

View File

@ -32,36 +32,36 @@
},
"browserslist": "cover 95%, last 2 versions, Firefox ESR, not dead",
"dependencies": {
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/cloudflare": "^9.2.1",
"@astrojs/deno": "^5.0.1",
"@astrojs/netlify": "^5.1.1",
"@astrojs/node": "^8.2.0",
"@astrojs/vercel": "^7.3.0",
"@astrojs/netlify": "^5.2.0",
"@astrojs/node": "^8.2.5",
"@astrojs/vercel": "^7.5.2",
"@nanostores/persistent": "^0.9.1",
"astro": "^4.3.6",
"astro": "^4.5.16",
"nanostores": "^0.9.5"
},
"devDependencies": {
"@astrojs/check": "^0.5.3",
"@types/node": "^18.17.0",
"@astrojs/check": "^0.5.10",
"@types/node": "^18.19.29",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"browserslist": "^4.22.3",
"eslint": "^8.56.0",
"browserslist": "^4.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-unicorn": "^51.0.1",
"husky": "^9.0.10",
"lightningcss": "^1.23.0",
"husky": "^9.0.11",
"lightningcss": "^1.24.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"sass": "^1.74.1",
"sharp": "^0.33.3",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.1.0",
"svgo": "^3.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"lint-staged": {
"*": "pnpm run fix:prettier",

File diff suppressed because it is too large Load Diff