Skip to content

Commit

Permalink
chore: pin vite-plugin-inspect version
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 23, 2024
1 parent 383dc98 commit 12e5b97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "^6.0.1",
"vite-plugin-inspect": "~0.8.9",
"vite-plugin-inspect": "0.8.9",
"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": "^6.0.1",
"vite-plugin-inspect": "~0.8.9",
"vite-plugin-inspect": "0.8.9",
"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": "^6.0.1",
"vite-plugin-inspect": "~0.8.9",
"vite-plugin-inspect": "0.8.9",
"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": "^9.5.1",
"sirv": "^3.0.0",
"vite-plugin-inspect": "~0.8.9",
"vite-plugin-inspect": "0.8.9",
"vite-plugin-vue-inspector": "^5.3.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12e5b97

Please sign in to comment.