vite-plugin-vue-insight 0.1.1 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-vue-insight",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "点击定位源码、高亮 DOM、查看组件状态、分享链接 — Vue 3 + Vite 调试助手",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -19,8 +19,8 @@
19
19
  "preview": "vite preview"
20
20
  },
21
21
  "peerDependencies": {
22
- "vite": "^5.0.0 || ^6.0.0",
23
- "vue": "^3.2.0"
22
+ "vite": ">=2.0.0",
23
+ "vue": "^3.0.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "@vue/compiler-sfc": "^3.2.0"