Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 8, 2024
1 parent c9d7895 commit 23ad74b
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 228 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-vitesse",
"type": "module",
"version": "0.1.1",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.1",
"description": "Build beautiful, accessible, high-performance blog websites with Astro",
"author": "Adrián UB",
"license": "MIT",
Expand Down Expand Up @@ -65,25 +65,25 @@
"rehype-autolink-headings": "^7.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@prettier/plugin-xml": "^3.4.1",
"@types/node": "^22.5.4",
"@types/node": "^22.7.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.63.2",
"astro": "^4.15.11",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"@unocss/eslint-plugin": "^0.63.3",
"astro": "^4.15.12",
"bumpp": "^9.6.1",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.10",
"pnpm": "^9.9.0",
"pnpm": "^9.12.1",
"prettier-plugin-astro": "^0.14.1",
"simple-git-hooks": "^2.11.1",
"typescript": "5.5.4",
"unocss": "^0.63.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"unocss": "^0.63.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.7",
"astro": "^4.15.11",
"astro": "^4.15.12",
"astro-vitesse": "workspace:*",
"typescript": "^5.6.2",
"unocss": "^0.63.3"
},
"devDependencies": {
"@iconify/json": "^2.2.256",
"@iconify/json": "^2.2.257",
"@unocss/reset": "^0.63.3"
}
}
Loading

0 comments on commit 23ad74b

Please sign in to comment.