Skip to content

Commit

Permalink
Update dependencies (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Apr 4, 2024
2 parents f56cf14 + 940c311 commit 6805d75
Show file tree
Hide file tree
Showing 2 changed files with 1,101 additions and 841 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 6805d75

Please sign in to comment.