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 17, 2024
1 parent 8841472 commit e3048be
Show file tree
Hide file tree
Showing 16 changed files with 1,284 additions and 1,294 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"devDependencies": {
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"unplugin-vue-components": "^0.26.0",
"vitepress": "1.0.0-rc.30",
"vue": "^3.4.4"
"vue": "^3.4.14"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "7.0.10",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -67,15 +67,15 @@
"devDependencies": {
"@antfu/eslint-config": "2.4.2",
"@antfu/ni": "^0.21.12",
"@types/chrome": "^0.0.254",
"@types/chrome": "^0.0.258",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.6",
"@types/node": "^20.11.5",
"@unocss/eslint-plugin": "^0.58.3",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-schema": "workspace:^",
"archiver": "^6.0.1",
"bumpp": "^9.2.1",
"bumpp": "^9.3.0",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "npm:[email protected]",
Expand All @@ -85,7 +85,7 @@
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.14.0",
"pnpm": "^8.14.1",
"progress": "^2.0.3",
"readdir-glob": "^1.1.3",
"regex-extra": "^0.2.2",
Expand All @@ -96,9 +96,9 @@
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.3",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vue": "^3.4.4"
"vite": "^5.0.11",
"vitest": "^1.2.0",
"vue": "^3.4.14"
},
"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.2",
"vue": "^3.4.4"
"@vitejs/plugin-vue": "^5.0.3",
"vue": "^3.4.14"
}
}
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"@vue/devtools-schema": "workspace:*",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"colord": "^2.9.3",
"fuse.js": "^7.0.0",
"minimatch": "^9.0.3",
"shikiji": "^0.9.17",
"shikiji": "^0.9.19",
"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.164",
"@types/node": "^20.10.6",
"@iconify/json": "^2.2.170",
"@types/node": "^20.11.5",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.58.3",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"dayjs": "^1.11.10",
"floating-vue": "2.0.0-beta.24",
Expand All @@ -61,7 +61,7 @@
"unplugin": "^1.6.0",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vue": "^3.4.4"
"vite": "^5.0.11",
"vue": "^3.4.14"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"fast-glob": "^3.3.2",
"image-meta": "^0.2.0",
"mitt": "^3.0.1",
"pathe": "^1.1.1",
"pathe": "^1.1.2",
"vite-dev-rpc": "^0.1.4",
"vite-hot-client": "^0.2.3",
"vite-plugin-inspect": "^0.8.1"
},
"devDependencies": {
"vue": "^3.4.4"
"vue": "^3.4.14"
}
}
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.4",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
}
}
14 changes: 7 additions & 7 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"dependencies": {
"@vue/devtools-core": "workspace:^",
"@vue/devtools-shared": "workspace:^",
"electron": "^28.1.0",
"electron": "^28.1.4",
"execa": "^8.0.1",
"h3": "^1.9.0",
"h3": "^1.10.0",
"ip": "^1.1.8",
"pathe": "^1.1.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
"pathe": "^1.1.2",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.3",
"tsx": "^4.7.0",
"unbuild": "^2.0.0",
"vue": "^3.4.4"
"vue": "^3.4.14"
}
}
12 changes: 6 additions & 6 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^10.7.1"
"@vueuse/core": "^10.7.2"
},
"devDependencies": {
"@iconify/json": "^2.2.164",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^4.6.2",
"@iconify/json": "^2.2.170",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.3",
"sass": "^1.69.7",
"vite": "^5.0.10",
"vue": "^3.4.4"
"vite": "^5.0.11",
"vue": "^3.4.14"
}
}
8 changes: 4 additions & 4 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"pinia": "^2.1.7",
"vue": "^3.4.4",
"vue": "^3.4.14",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"sass": "^1.69.7",
"serve": "^14.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-vue-devtools": "workspace:*"
}
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.6"
"@types/node": "^20.11.5"
}
}
8 changes: 4 additions & 4 deletions packages/ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@unocss/reset": "^0.58.3",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"unocss": "^0.58.3",
"vue": "^3.4.4"
"vue": "^3.4.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.3",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"vue": ">=3.0.0-0"
},
"dependencies": {
"@vueuse/components": "^10.7.1",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"colord": "^2.9.3",
"focus-trap": "^7.5.4"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.6",
"@types/node": "^20.10.6",
"@histoire/plugin-vue": "^0.17.8",
"@types/node": "^20.11.5",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.3",
"floating-vue": "2.0.0-beta.24",
"histoire": "^0.17.6",
"histoire": "^0.17.8",
"unocss": "^0.58.3",
"vite-plugin-dts": "^3.7.0"
"vite-plugin-dts": "^3.7.1"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"vite-plugin-vue-inspector": "^4.0.2"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.5",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.0",
"pathe": "^1.1.1"
"pathe": "^1.1.2"
}
}
18 changes: 9 additions & 9 deletions packages/vue-termui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@vue/devtools": "workspace:^",
"@vue/runtime-core": "^3.2.41",
"vue": "^3.2.41",
"@vue/runtime-core": "^3.4.14",
"vue": "^3.4.14",
"vue-termui": "*"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^3.2.0",
"@types/node": "^18.19.8",
"@vitejs/plugin-vue": "^5.0.3",
"@vue-termui/cli": "*",
"@vue/compiler-sfc": "^3.2.41",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.2",
"@vue/compiler-sfc": "^3.4.14",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vite-plugin-vue-termui": "*"
}
}
18 changes: 9 additions & 9 deletions packages/webpack-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.13"
"core-js": "^3.35.0",
"vue": "^3.4.14"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3"
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1"
},
"eslintConfig": {
"env": {
Expand Down
Loading

0 comments on commit e3048be

Please sign in to comment.