Skip to content

Commit

Permalink
chore: Upgrade vite-plugin-inspect to v0.10.0 to support Vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
littleCareless authored Nov 27, 2024
1 parent 94557f0 commit 8a2b2cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/playground/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-inspect": "^0.10.0",
"vite-plugin-vue-devtools": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-inspect": "^0.10.0",
"vite-plugin-vue-devtools": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-inspect": "^0.10.0",
"vite-plugin-vue-devtools": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vue/devtools-shared": "workspace:^",
"execa": "^8.0.1",
"sirv": "^3.0.0",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-inspect": "^0.10.0",
"vite-plugin-vue-inspector": "^5.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8a2b2cc

Please sign in to comment.