vite-plugin-pages2 0.34.7 → 0.34.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -25
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-pages2",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.34.
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
4
|
+
"version": "0.34.8",
|
|
5
|
+
"packageManager": "pnpm@10.27.0",
|
|
6
6
|
"description": "File system base vue-router plugin for Vite",
|
|
7
7
|
"author": "wuc656 <wuc656@gmail.com>, hannoeru <me@hanlee.co>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -94,37 +94,25 @@
|
|
|
94
94
|
"yaml": "^2.8.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@antfu/eslint-config": "^6.
|
|
97
|
+
"@antfu/eslint-config": "^6.7.3",
|
|
98
98
|
"@antfu/utils": "^9.3.0",
|
|
99
99
|
"@solidjs/router": "^0.15.4",
|
|
100
100
|
"@types/micromatch": "^4.0.10",
|
|
101
|
-
"@types/node": "^
|
|
102
|
-
"@vitest/ui": "^4.0.
|
|
103
|
-
"@vue/compiler-sfc": "^3.5.
|
|
101
|
+
"@types/node": "^25.0.3",
|
|
102
|
+
"@vitest/ui": "^4.0.16",
|
|
103
|
+
"@vue/compiler-sfc": "^3.5.26",
|
|
104
104
|
"bumpp": "^10.3.2",
|
|
105
|
-
"eslint": "^9.39.
|
|
105
|
+
"eslint": "^9.39.2",
|
|
106
106
|
"playwright": "^1.57.0",
|
|
107
|
-
"react": "^19.2.
|
|
108
|
-
"react-router": "^7.
|
|
107
|
+
"react": "^19.2.3",
|
|
108
|
+
"react-router": "^7.11.0",
|
|
109
109
|
"solid-js": "^1.9.10",
|
|
110
110
|
"tsup": "^8.5.1",
|
|
111
111
|
"tsx": "^4.21.0",
|
|
112
112
|
"typescript": "^5.9.3",
|
|
113
|
-
"vite": "^7.
|
|
114
|
-
"vitest": "^4.0.
|
|
115
|
-
"vue": "^3.5.
|
|
116
|
-
"vue-router": "^4.6.
|
|
117
|
-
},
|
|
118
|
-
"pnpm": {
|
|
119
|
-
"overrides": {
|
|
120
|
-
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
|
|
121
|
-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
|
|
122
|
-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44",
|
|
123
|
-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
|
|
124
|
-
"side-channel": "npm:@nolyfill/side-channel@^1.0.44"
|
|
125
|
-
},
|
|
126
|
-
"onlyBuiltDependencies": [
|
|
127
|
-
"esbuild"
|
|
128
|
-
]
|
|
113
|
+
"vite": "^7.3.0",
|
|
114
|
+
"vitest": "^4.0.16",
|
|
115
|
+
"vue": "^3.5.26",
|
|
116
|
+
"vue-router": "^4.6.4"
|
|
129
117
|
}
|
|
130
118
|
}
|