Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jan 3, 2024
1 parent c07ab39 commit 901a2ca
Show file tree
Hide file tree
Showing 14 changed files with 630 additions and 430 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@unocss/reset": "^0.58.2",
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.1",
"unplugin-vue-components": "^0.26.0",
"vitepress": "1.0.0-rc.30",
"vue": "^3.4.0"
"vue": "^3.4.4"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "7.0.4",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.0",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -69,8 +69,8 @@
"@types/chrome": "^0.0.254",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@unocss/eslint-plugin": "^0.58.2",
"@types/node": "^20.10.6",
"@unocss/eslint-plugin": "^0.58.3",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-schema": "workspace:^",
"archiver": "^6.0.1",
Expand All @@ -84,7 +84,7 @@
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.13.1",
"pnpm": "^8.14.0",
"progress": "^2.0.3",
"readdir-glob": "^1.1.3",
"regex-extra": "^0.2.2",
Expand All @@ -94,10 +94,10 @@
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.2",
"unocss": "^0.58.3",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vue": "^3.4.0"
"vitest": "^1.1.1",
"vue": "^3.4.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vue/devtools-shared": "workspace:^"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.0",
"vue": "^3.4.0"
"@vitejs/plugin-vue": "^4.6.2",
"vue": "^3.4.4"
}
}
22 changes: 11 additions & 11 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
"@unocss/preset-icons": "^0.58.2",
"@unocss/runtime": "^0.58.2",
"@unocss/preset-icons": "^0.58.3",
"@unocss/runtime": "^0.58.3",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/devtools-schema": "workspace:*",
Expand All @@ -36,32 +36,32 @@
"colord": "^2.9.3",
"fuse.js": "^7.0.0",
"minimatch": "^9.0.3",
"shikiji": "^0.9.14",
"shikiji": "^0.9.17",
"splitpanes": "^3.1.5",
"vis-network": "^9.1.9",
"vite-hot-client": "^0.2.3",
"vue-router": "^4.2.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@iconify/json": "^2.2.163",
"@types/node": "^20.10.5",
"@iconify/json": "^2.2.164",
"@types/node": "^20.10.6",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.58.2",
"@unocss/reset": "^0.58.2",
"@vitejs/plugin-vue": "^4.6.0",
"@unocss/core": "^0.58.3",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"dayjs": "^1.11.10",
"floating-vue": "2.0.0-beta.24",
"ohash": "^1.1.3",
"pinia": "^2.1.7",
"sass": "^1.69.6",
"sass": "^1.69.7",
"simple-git-hooks": "^2.9.0",
"unocss": "^0.58.2",
"unocss": "^0.58.3",
"unplugin": "^1.6.0",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vue": "^3.4.0"
"vue": "^3.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"vite-plugin-inspect": "^0.8.1"
},
"devDependencies": {
"vue": "^3.4.0"
"vue": "^3.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"speakingurl": "^14.0.1"
},
"devDependencies": {
"vue": "^3.4.0",
"vue": "^3.4.4",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.0",
"@vitejs/plugin-vue": "^4.6.2",
"tsx": "^4.7.0",
"unbuild": "^2.0.0",
"vue": "^3.4.0"
"vue": "^3.4.4"
}
}
10 changes: 5 additions & 5 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@vueuse/core": "^10.7.1"
},
"devDependencies": {
"@iconify/json": "^2.2.163",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.6.0",
"sass": "^1.69.6",
"@iconify/json": "^2.2.164",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^4.6.2",
"sass": "^1.69.7",
"vite": "^5.0.10",
"vue": "^3.4.0"
"vue": "^3.4.4"
}
}
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@vueuse/core": "^10.7.1",
"pinia": "^2.1.7",
"vue": "^3.4.0",
"vue": "^3.4.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"sass": "^1.69.6",
"sass": "^1.69.7",
"serve": "^14.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"rfdc": "^1.3.0"
},
"devDependencies": {
"@types/node": "^20.10.5"
"@types/node": "^20.10.6"
}
}
8 changes: 4 additions & 4 deletions packages/ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.58.2",
"@unocss/reset": "^0.58.3",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0"
"unocss": "^0.58.3",
"vue": "^3.4.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.0",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-tsc": "^1.8.27"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.6",
"@types/node": "^20.10.5",
"@unocss/reset": "^0.58.2",
"@vitejs/plugin-vue": "^4.6.0",
"@types/node": "^20.10.6",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"floating-vue": "2.0.0-beta.24",
"histoire": "^0.17.6",
"unocss": "^0.58.2",
"unocss": "^0.58.3",
"vite-plugin-dts": "^3.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vite-plugin-vue-inspector": "^4.0.2"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.0",
"pathe": "^1.1.1"
Expand Down
Loading

0 comments on commit 901a2ca

Please sign in to comment.