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

Commit 6e3e58f

Browse files
chore(deps): update all non-major dependencies (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 134f434 commit 6e3e58f

File tree

6 files changed

+362
-272
lines changed

6 files changed

+362
-272
lines changed

package.json

Lines changed: 4 additions & 4 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.4",
44
"private": true,
5-
"packageManager": "[email protected].4",
5+
"packageManager": "[email protected].6",
66
"description": "A vite plugin for Vue DevTools",
77
"author": "webfansplz",
88
"license": "MIT",
@@ -61,17 +61,17 @@
6161
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
6262
},
6363
"devDependencies": {
64-
"@antfu/eslint-config": "^0.41.0",
64+
"@antfu/eslint-config": "^0.42.0",
6565
"@antfu/ni": "^0.21.8",
66-
"@types/node": "^20.6.0",
66+
"@types/node": "^20.6.2",
6767
"@unocss/eslint-config": "^0.55.7",
6868
"@vite-plugin-vue-devtools/ui-kit": "workspace:*",
6969
"bumpp": "^9.2.0",
7070
"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.4",
74+
"pnpm": "^8.7.6",
7575
"simple-git-hooks": "^2.9.0",
7676
"taze": "^0.11.2",
7777
"typescript": "^5.2.2",

packages/client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"dependencies": {
3333
"@vueuse/core": "^10.4.1",
3434
"@vueuse/integrations": "^10.4.1",
35-
"algoliasearch": "^4.19.1",
36-
"json-editor-vue": "^0.10.15",
35+
"algoliasearch": "^4.20.0",
36+
"json-editor-vue": "^0.10.16",
3737
"minimatch": "^9.0.3",
3838
"nanoid": "^5.0.1",
39-
"scroll-into-view-if-needed": "^3.0.10",
39+
"scroll-into-view-if-needed": "^3.1.0",
4040
"splitpanes": "^3.1.5",
4141
"vanilla-jsoneditor": "^0.18.3",
4242
"vite-hot-client": "^0.2.2",
@@ -46,9 +46,9 @@
4646
"xterm-addon-fit": "^0.8.0"
4747
},
4848
"devDependencies": {
49-
"@algolia/client-search": "^4.19.1",
50-
"@iconify/json": "^2.2.114",
51-
"@types/node": "^20.6.0",
49+
"@algolia/client-search": "^4.20.0",
50+
"@iconify/json": "^2.2.116",
51+
"@types/node": "^20.6.2",
5252
"@types/splitpanes": "^2.2.1",
5353
"@unocss/core": "^0.55.7",
5454
"@unocss/reset": "^0.55.7",
@@ -63,10 +63,10 @@
6363
"pinia": "^2.1.6",
6464
"simple-git-hooks": "^2.9.0",
6565
"unocss": "^0.55.7",
66-
"unplugin": "^1.4.0",
66+
"unplugin": "^1.5.0",
6767
"unplugin-auto-import": "^0.16.6",
6868
"unplugin-vue-components": "^0.25.2",
69-
"vis-data": "^7.1.6",
69+
"vis-data": "^7.1.7",
7070
"vis-network": "^9.1.6",
7171
"vite": "^4.4.9",
7272
"vite-plugin-pages": "^0.31.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"vite-hot-client": "^0.2.2"
4444
},
4545
"devDependencies": {
46-
"@babel/types": "^7.22.17",
46+
"@babel/types": "^7.22.19",
4747
"@vue/compiler-sfc": "^3.3.4",
4848
"vue": "^3.3.4"
4949
}

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"vite-plugin-vue-inspector": "^3.7.1"
6161
},
6262
"devDependencies": {
63-
"@types/node": "^20.6.0",
63+
"@types/node": "^20.6.2",
6464
"fast-glob": "^3.3.1",
6565
"image-meta": "^0.1.1",
6666
"pathe": "^1.1.1"

packages/ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"unocss": "^0.55.7"
5757
},
5858
"devDependencies": {
59-
"unplugin": "^1.4.0",
59+
"unplugin": "^1.5.0",
6060
"unplugin-vue-components": "^0.25.2"
6161
}
6262
}

0 commit comments

Comments
 (0)