Skip to content

Commit d059efc

Browse files
feat(unplugin): routing support for inertia (#3845)
Co-authored-by: Benjamin Canac <[email protected]>
1 parent eea1415 commit d059efc

File tree

8 files changed

+564
-15
lines changed

8 files changed

+564
-15
lines changed

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@
152152
"unplugin": "^2.3.0",
153153
"unplugin-auto-import": "^19.1.2",
154154
"unplugin-vue-components": "^28.4.1",
155-
"vaul-vue": "^0.4.1",
156-
"vue": "^3.5.13",
157-
"vue-router": "^4.5.0"
155+
"vaul-vue": "^0.4.1"
158156
},
159157
"devDependencies": {
160158
"@nuxt/eslint-config": "^1.3.0",
@@ -172,14 +170,19 @@
172170
"vue-tsc": "^2.2.0"
173171
},
174172
"peerDependencies": {
173+
"@inertiajs/vue3": "^2.0.7",
175174
"joi": "^17.13.0",
176175
"superstruct": "^2.0.0",
177176
"typescript": "^5.6.3",
178177
"valibot": "^1.0.0",
178+
"vue-router": "^4.5.0",
179179
"yup": "^1.6.0",
180180
"zod": "^3.24.0"
181181
},
182182
"peerDependenciesMeta": {
183+
"@inertiajs/vue3": {
184+
"optional": true
185+
},
183186
"joi": {
184187
"optional": true
185188
},
@@ -189,6 +192,9 @@
189192
"superstruct": {
190193
"optional": true
191194
},
195+
"vue-router": {
196+
"optional": true
197+
},
192198
"yup": {
193199
"optional": true
194200
},

0 commit comments

Comments
 (0)