Skip to content

Commit c8cfd6a

Browse files
feat: support vite-plugin-inspect for both Vite 5 and 6 (#730)
1 parent e310377 commit c8cfd6a

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

packages/playground/applet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typescript": "^5.7.2",
2929
"unocss": "^0.64.1",
3030
"vite": "^6.0.1",
31-
"vite-plugin-inspect": "0.8.8",
31+
"vite-plugin-inspect": "0.8.9",
3232
"vite-plugin-vue-devtools": "workspace:*"
3333
}
3434
}

packages/playground/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "^5.7.2",
2828
"unocss": "^0.64.1",
2929
"vite": "^6.0.1",
30-
"vite-plugin-inspect": "0.8.8",
30+
"vite-plugin-inspect": "0.8.9",
3131
"vite-plugin-vue-devtools": "workspace:*"
3232
}
3333
}

packages/playground/multi-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^5.7.2",
2121
"unocss": "^0.64.1",
2222
"vite": "^6.0.1",
23-
"vite-plugin-inspect": "0.8.8",
23+
"vite-plugin-inspect": "0.8.9",
2424
"vite-plugin-vue-devtools": "workspace:*"
2525
}
2626
}

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@vue/devtools-shared": "workspace:^",
5656
"execa": "^9.5.1",
5757
"sirv": "^3.0.0",
58-
"vite-plugin-inspect": "0.8.8",
58+
"vite-plugin-inspect": "0.8.9",
5959
"vite-plugin-vue-inspector": "^5.3.1"
6060
},
6161
"devDependencies": {

pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)