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

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 8, 2023
1 parent 41e05a2 commit a1ea220
Show file tree
Hide file tree
Showing 7 changed files with 755 additions and 640 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-plugin-vue-devtools/monorepo",
"version": "1.0.0-rc.5",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.10.2",
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -63,22 +63,22 @@
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@antfu/ni": "^0.21.8",
"@types/node": "^20.8.3",
"@unocss/eslint-config": "^0.56.5",
"@types/node": "^20.9.0",
"@unocss/eslint-config": "^0.57.2",
"@vite-plugin-vue-devtools/ui-kit": "workspace:*",
"bumpp": "^9.2.0",
"eslint": "8.51.0",
"eslint": "8.53.0",
"esno": "^0.17.0",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"pnpm": "^8.8.0",
"pnpm": "^8.10.2",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"taze": "^0.12.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
32 changes: 16 additions & 16 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"algoliasearch": "^4.20.0",
"json-editor-vue": "^0.10.19",
"json-editor-vue": "^0.11.0",
"minimatch": "^9.0.3",
"nanoid": "^5.0.1",
"nanoid": "^5.0.3",
"scroll-into-view-if-needed": "^3.1.0",
"splitpanes": "^3.1.5",
"vanilla-jsoneditor": "^0.18.8",
"vanilla-jsoneditor": "^0.18.12",
"vite-hot-client": "^0.2.2",
"vue-router": "^4.2.5",
"vuedraggable": "^4.1.0",
Expand All @@ -47,31 +47,31 @@
},
"devDependencies": {
"@algolia/client-search": "^4.20.0",
"@iconify/json": "^2.2.125",
"@types/node": "^20.8.3",
"@types/splitpanes": "^2.2.2",
"@unocss/core": "^0.56.5",
"@unocss/reset": "^0.56.5",
"@iconify/json": "^2.2.139",
"@types/node": "^20.9.0",
"@types/splitpanes": "^2.2.5",
"@unocss/core": "^0.57.2",
"@unocss/reset": "^0.57.2",
"@vite-plugin-vue-devtools/core": "workspace:*",
"@vite-plugin-vue-devtools/ui-kit": "workspace:*",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"dayjs": "^1.11.10",
"floating-vue": "2.0.0-beta.24",
"fuse.js": "^6.6.2",
"ohash": "^1.1.3",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"simple-git-hooks": "^2.9.0",
"unocss": "^0.56.5",
"unocss": "^0.57.2",
"unplugin": "^1.5.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vis-data": "^7.1.7",
"vis-network": "^9.1.7",
"vite": "^4.4.11",
"vis-data": "^7.1.8",
"vis-network": "^9.1.9",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-devtools": "workspace:*",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-virtual-scroller": "2.0.0-beta.8"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@babel/parser": "^7.23.0",
"birpc": "^0.2.14",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.4",
"magic-string": "^0.30.5",
"vite-hot-client": "^0.2.2"
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@vue/compiler-sfc": "^3.3.4",
"vue": "^3.3.4"
"@vue/compiler-sfc": "^3.3.8",
"vue": "^3.3.8"
}
}
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"birpc": "^0.2.14",
"execa": "^8.0.1",
"sirv": "^2.0.3",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-vue-inspector": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.8.3",
"fast-glob": "^3.3.1",
"image-meta": "^0.1.1",
"@types/node": "^20.9.0",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.0",
"pathe": "^1.1.1"
}
}
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"pinia": "^2.1.7",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"serve": "^14.2.1",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-inspect": "^0.7.40",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-vue-devtools": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@unocss/core": "^0.56.5",
"@unocss/preset-attributify": "^0.56.5",
"@unocss/preset-icons": "^0.56.5",
"@unocss/preset-mini": "^0.56.5",
"@unocss/preset-uno": "^0.56.5",
"@unocss/reset": "^0.56.5",
"@unocss/core": "^0.57.2",
"@unocss/preset-attributify": "^0.57.2",
"@unocss/preset-icons": "^0.57.2",
"@unocss/preset-mini": "^0.57.2",
"@unocss/preset-uno": "^0.57.2",
"@unocss/reset": "^0.57.2",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"focus-trap": "^7.5.3",
"unocss": "^0.56.5"
"focus-trap": "^7.5.4",
"unocss": "^0.57.2"
},
"devDependencies": {
"unplugin": "^1.5.0",
Expand Down
Loading

0 comments on commit a1ea220

Please sign in to comment.