Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#623)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent f3bea1c commit 4b14e23
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-pages",
"type": "module",
"version": "0.32.4",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "File system base vue-router plugin for Vite",
"author": "hannoeru <me@hanlee.co>",
"license": "MIT",
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"@types/debug": "^4.1.12",
"debug": "^4.3.7",
"debug": "^4.4.0",
"dequal": "^2.0.3",
"extract-comments": "^1.1.0",
"fast-glob": "^3.3.2",
Expand All @@ -109,7 +109,7 @@
"solid-js": "^1.9.3",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
Loading

0 comments on commit 4b14e23

Please sign in to comment.