Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.11.1
24.13.0
12 changes: 6 additions & 6 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.33.2",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.28.0",
"description": "File system base vue-router plugin for Vite",
"author": "hannoeru <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -94,14 +94,14 @@
"yaml": "^2.8.2"
},
"devDependencies": {
"@antfu/eslint-config": "^6.3.0",
"@antfu/eslint-config": "^6.7.3",
"@antfu/utils": "^9.3.0",
"@solidjs/router": "^0.15.4",
"@types/micromatch": "^4.0.10",
"@types/node": "^24.10.1",
"@types/node": "^24.10.8",
"@vitest/ui": "^4.0.17",
"@vue/compiler-sfc": "^3.5.26",
"bumpp": "^10.3.2",
"bumpp": "^10.4.0",
"eslint": "^9.39.2",
"playwright": "^1.57.0",
"react": "^19.2.0",
Expand All @@ -110,12 +110,12 @@
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite": "^7.3.1",
"vitest": "^4.0.17",
"vue": "^3.5.26",
"vue-router": "^4.6.3"
"vue-router": "^4.6.4"
},
"pnpm": {

Check failure on line 118 in package.json

View workflow job for this annotation

GitHub Actions / lint

Unexpected pnpm settings in package.json, should move to pnpm-workspace.yaml
"overrides": {
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
Expand Down
Loading
Loading