Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 17, 2023
1 parent 00edad0 commit 40eba39
Show file tree
Hide file tree
Showing 11 changed files with 352 additions and 389 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@vueuse/core": "^10.7.0",
"unplugin-vue-components": "^0.26.0",
"vitepress": "1.0.0-rc.30",
"vue": "^3.3.11"
"vue": "^3.3.12"
}
}
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": "0.0.0",
"private": true,
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.12.1",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"lint:fix": "eslint . --fix",
"prepublishOnly": "npm run build",
"release": "bumpp -r",
"dep:up": "taze -I major",
"dep:up": "taze -I major -r",
"prepare": "simple-git-hooks",
"test": "vitest",
"play": "nr -C packages/playground dev",
Expand All @@ -69,15 +69,15 @@
"@vue-devtools-next/core": "workspace:^",
"@vue-devtools-next/schema": "workspace:^",
"archiver": "^6.0.1",
"bumpp": "^9.2.0",
"bumpp": "^9.2.1",
"cross-env": "^7.0.3",
"eslint": "npm:[email protected]",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.55.0-1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.11.0",
"pnpm": "^8.12.1",
"progress": "^2.0.3",
"readdir-glob": "^1.1.3",
"simple-git-hooks": "^2.9.0",
Expand All @@ -87,9 +87,9 @@
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.0",
"vite": "^5.0.6",
"vitest": "^1.0.2",
"vue": "^3.3.11"
"vite": "^5.0.10",
"vitest": "^1.0.4",
"vue": "^3.3.12"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vue": "^3.3.11"
"vue": "^3.3.12"
}
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"colord": "^2.9.3",
"fuse.js": "^7.0.0",
"minimatch": "^9.0.3",
"shikiji": "^0.8.0",
"shikiji": "^0.9.9",
"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.154",
"@iconify/json": "^2.2.158",
"@types/node": "^20.10.4",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.58.0",
Expand All @@ -59,7 +59,7 @@
"unplugin": "^1.5.1",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.7",
"vue": "^3.3.11"
"vite": "^5.0.10",
"vue": "^3.3.12"
}
}
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.3.11"
"vue": "^3.3.12"
}
}
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.3.11",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@vitejs/plugin-vue": "^4.5.2",
"tsx": "^4.6.2",
"unbuild": "^2.0.0",
"vue": "^3.3.11"
"vue": "^3.3.12"
}
}
6 changes: 3 additions & 3 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.0"
},
"devDependencies": {
"@iconify/json": "^2.2.154",
"@iconify/json": "^2.2.158",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"sass": "^1.69.5",
"vite": "^5.0.7",
"vue": "^3.3.11"
"vite": "^5.0.10",
"vue": "^3.3.12"
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@vueuse/core": "^10.7.0",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"sass": "^1.69.5",
"serve": "^14.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-vue-devtools": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@vue-devtools-next/ui": "workspace:*",
"@vueuse/core": "^10.7.0",
"unocss": "^0.58.0",
"vue": "^3.3.11"
"vue": "^3.3.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit 40eba39

Please sign in to comment.