Skip to content

Commit 6f9d468

Browse files
committed
release v0.2.2
1 parent 75672c2 commit 6f9d468

File tree

4 files changed

+4
-130
lines changed

4 files changed

+4
-130
lines changed

example/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sass": "^1.49.9",
1414
"typescript": "^4.5.2",
1515
"vite": "^2.7.1",
16-
"vite-plugin-vue-inspector": "0.2.1",
16+
"vite-plugin-vue-inspector": "0.2.2",
1717
"vite-plugin-vue2": "^1.9.3"
1818
}
1919
}

example/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"sass": "^1.49.9",
1515
"typescript": "^4.5.2",
1616
"vite": "^2.7.1",
17-
"vite-plugin-vue-inspector": "0.2.1"
17+
"vite-plugin-vue-inspector": "0.2.2"
1818
}
1919
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"license": "MIT",
66
"repository": {
@@ -42,7 +42,6 @@
4242
},
4343
"dependencies": {
4444
"@vue/compiler-dom": "^3.2.31",
45-
"@vue/component-compiler-utils": "^3.3.0",
4645
"chalk": "4.1.2",
4746
"magic-string": "^0.26.1",
4847
"shell-quote": "^1.7.3"

pnpm-lock.yaml

Lines changed: 1 addition & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)