Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 78eb7de

Browse files
committed
chore: update
1 parent bc05449 commit 78eb7de

File tree

5 files changed

+40
-69
lines changed

5 files changed

+40
-69
lines changed

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dev": "vite build --watch"
2828
},
2929
"peerDependencies": {
30-
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0"
30+
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
3131
},
3232
"dependencies": {
3333
"@vueuse/core": "^10.5.0",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "pnpm build"
3434
},
3535
"peerDependencies": {
36-
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0"
36+
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
3737
},
3838
"dependencies": {
3939
"@babel/parser": "^7.23.0",

packages/node/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!IMPORTANT]
2+
> We are heavily refactoring the codebase, so there might only be limited support and a slow response now. The new version will be released soon, if you have any suggestions, please feel free to [create an issue](https://github.com/webfansplz/vite-plugin-vue-devtools/issues/new).
3+
14
<p align="center">
25
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/bg.png" />
36
</p>

packages/node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"stub": "unbuild --stub"
4949
},
5050
"peerDependencies": {
51-
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0"
51+
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
5252
},
5353
"dependencies": {
5454
"@vite-plugin-vue-devtools/core": "workspace:*",
@@ -57,7 +57,7 @@
5757
"execa": "^8.0.1",
5858
"sirv": "^2.0.3",
5959
"vite-plugin-inspect": "^0.7.40",
60-
"vite-plugin-vue-inspector": "^4.0.0"
60+
"vite-plugin-vue-inspector": "^4.0.1"
6161
},
6262
"devDependencies": {
6363
"@types/node": "^20.8.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)