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

Commit 5999f37

Browse files
fix(deps): update all non-major dependencies (#228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1a11c3 commit 5999f37

File tree

6 files changed

+596
-805
lines changed

6 files changed

+596
-805
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vite-plugin-vue-devtools/monorepo",
33
"version": "1.0.0-rc.3",
44
"private": true,
5-
"packageManager": "pnpm@8.7.1",
5+
"packageManager": "pnpm@8.7.4",
66
"description": "A vite plugin for Vue DevTools",
77
"author": "webfansplz",
88
"license": "MIT",
@@ -63,21 +63,21 @@
6363
"devDependencies": {
6464
"@antfu/eslint-config": "^0.41.0",
6565
"@antfu/ni": "^0.21.8",
66-
"@types/node": "^20.5.9",
67-
"@unocss/eslint-config": "^0.55.6",
66+
"@types/node": "^20.6.0",
67+
"@unocss/eslint-config": "^0.55.7",
6868
"@vite-plugin-vue-devtools/ui-kit": "workspace:*",
6969
"bumpp": "^9.2.0",
70-
"eslint": "8.48.0",
70+
"eslint": "8.49.0",
7171
"esno": "^0.17.0",
7272
"lint-staged": "^14.0.1",
7373
"npm-run-all": "^4.1.5",
74-
"pnpm": "^8.7.1",
74+
"pnpm": "^8.7.4",
7575
"simple-git-hooks": "^2.9.0",
7676
"taze": "^0.11.2",
7777
"typescript": "^5.2.2",
7878
"unbuild": "^2.0.0",
7979
"vite": "^4.4.9",
80-
"vitest": "^0.34.3",
80+
"vitest": "^0.34.4",
8181
"vue": "^3.3.4"
8282
},
8383
"simple-git-hooks": {

packages/client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vueuse/core": "^10.4.1",
3434
"@vueuse/integrations": "^10.4.1",
3535
"algoliasearch": "^4.19.1",
36-
"json-editor-vue": "^0.10.6",
36+
"json-editor-vue": "^0.10.15",
3737
"minimatch": "^9.0.3",
3838
"nanoid": "^4.0.2",
3939
"scroll-into-view-if-needed": "^3.0.10",
@@ -42,16 +42,16 @@
4242
"vite-hot-client": "^0.2.2",
4343
"vue-router": "^4.2.4",
4444
"vuedraggable": "^4.1.0",
45-
"xterm": "^5.2.1",
46-
"xterm-addon-fit": "^0.7.0"
45+
"xterm": "^5.3.0",
46+
"xterm-addon-fit": "^0.8.0"
4747
},
4848
"devDependencies": {
4949
"@algolia/client-search": "^4.19.1",
50-
"@iconify/json": "^2.2.111",
51-
"@types/node": "^20.5.9",
50+
"@iconify/json": "^2.2.114",
51+
"@types/node": "^20.6.0",
5252
"@types/splitpanes": "^2.2.1",
53-
"@unocss/core": "^0.55.6",
54-
"@unocss/reset": "^0.55.6",
53+
"@unocss/core": "^0.55.7",
54+
"@unocss/reset": "^0.55.7",
5555
"@vite-plugin-vue-devtools/core": "workspace:*",
5656
"@vite-plugin-vue-devtools/ui-kit": "workspace:*",
5757
"@vitejs/plugin-vue": "^4.3.4",
@@ -62,7 +62,7 @@
6262
"ohash": "^1.1.3",
6363
"pinia": "^2.1.6",
6464
"simple-git-hooks": "^2.9.0",
65-
"unocss": "^0.55.6",
65+
"unocss": "^0.55.7",
6666
"unplugin": "^1.4.0",
6767
"unplugin-auto-import": "^0.16.6",
6868
"unplugin-vue-components": "^0.25.2",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"vite": "^3.1.0 || ^4.0.0-0"
3737
},
3838
"dependencies": {
39-
"@babel/parser": "^7.22.14",
40-
"birpc": "^0.2.13",
39+
"@babel/parser": "^7.22.16",
40+
"birpc": "^0.2.14",
4141
"estree-walker": "^2.0.2",
4242
"magic-string": "^0.30.3",
4343
"vite-hot-client": "^0.2.2"
4444
},
4545
"devDependencies": {
46-
"@babel/types": "^7.22.11",
46+
"@babel/types": "^7.22.17",
4747
"@vue/compiler-sfc": "^3.3.4",
4848
"vue": "^3.3.4"
4949
}

packages/node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"dependencies": {
5454
"@vite-plugin-vue-devtools/core": "workspace:*",
5555
"@webfansplz/vuedoc-parser": "^0.0.4",
56-
"birpc": "^0.2.13",
56+
"birpc": "^0.2.14",
5757
"execa": "^8.0.1",
5858
"sirv": "^2.0.3",
5959
"vite-plugin-inspect": "^0.7.38",
60-
"vite-plugin-vue-inspector": "^3.6.0"
60+
"vite-plugin-vue-inspector": "^3.7.1"
6161
},
6262
"devDependencies": {
63-
"@types/node": "^20.5.9",
63+
"@types/node": "^20.6.0",
6464
"fast-glob": "^3.3.1",
6565
"image-meta": "^0.1.1",
6666
"pathe": "^1.1.1"

packages/ui-kit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
"stub": "unbuild --stub"
4444
},
4545
"dependencies": {
46-
"@unocss/core": "^0.55.6",
47-
"@unocss/preset-attributify": "^0.55.6",
48-
"@unocss/preset-icons": "^0.55.6",
49-
"@unocss/preset-mini": "^0.55.6",
50-
"@unocss/preset-uno": "^0.55.6",
51-
"@unocss/reset": "^0.55.6",
46+
"@unocss/core": "^0.55.7",
47+
"@unocss/preset-attributify": "^0.55.7",
48+
"@unocss/preset-icons": "^0.55.7",
49+
"@unocss/preset-mini": "^0.55.7",
50+
"@unocss/preset-uno": "^0.55.7",
51+
"@unocss/reset": "^0.55.7",
5252
"@vueuse/components": "^10.4.1",
5353
"@vueuse/core": "^10.4.1",
5454
"@vueuse/integrations": "^10.4.1",
5555
"focus-trap": "^7.5.2",
56-
"unocss": "^0.55.6"
56+
"unocss": "^0.55.7"
5757
},
5858
"devDependencies": {
5959
"unplugin": "^1.4.0",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy