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 22, 2023
1 parent a21a3b6 commit 8def55d
Show file tree
Hide file tree
Showing 14 changed files with 697 additions and 366 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.12"
"vue": "^3.3.13"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dev:ui-story": "nr -C packages/ui story:dev",
"dev:ui-play": "nr -C packages/ui-playground dev",
"prepare:type": "pnpm -r --filter='./packages/**' run prepare:type",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" nr prepare:type && nr build:ui && pnpm -r --parallel --filter='./packages/**' run stub",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" nr prepare:type && nr build:ui && pnpm -r --parallel --filter='./packages/{!client}' run stub && pnpm stub:client",
"build": "pnpm -r --filter='./packages/{schema,shared,core,ui,devtools-kit,vite}' run build && pnpm build:client && pnpm build:overlay && pnpm build:browser-extension & pnpm build:electron && pnpm build:devtools && pnpm build:devtools-api",
"build:browser-extension": "nr -C packages/browser-extension build",
"lint": "eslint .",
Expand All @@ -69,7 +69,7 @@
"@types/chrome": "^0.0.254",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@unocss/eslint-plugin": "^0.58.0",
"@vue-devtools-next/core": "workspace:^",
"@vue-devtools-next/schema": "workspace:^",
Expand All @@ -91,13 +91,13 @@
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.0",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.0",
"vite": "^5.0.10",
"vitest": "^1.0.4",
"vue": "^3.3.12"
"vitest": "^1.1.0",
"vue": "^3.3.13"
},
"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.12"
"vue": "^3.3.13"
}
}
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"build": "tsx ./scripts/pre-build.ts && (nr build:lib & vite build)",
"build:lib": "vite build --config vite.lib.config.ts",
"stub": "nr stub:lib && vite build --watch",
"stub": "nr stub:lib & vite build --watch",
"stub:lib": "vite build --config vite.lib.config.ts --watch"
},
"peerDependencies": {
Expand All @@ -36,16 +36,16 @@
"colord": "^2.9.3",
"fuse.js": "^7.0.0",
"minimatch": "^9.0.3",
"shikiji": "^0.9.9",
"shikiji": "^0.9.11",
"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.158",
"@types/node": "^20.10.4",
"@iconify/json": "^2.2.161",
"@types/node": "^20.10.5",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.58.0",
"@unocss/reset": "^0.58.0",
Expand All @@ -62,6 +62,6 @@
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vue": "^3.3.12"
"vue": "^3.3.13"
}
}
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.12"
"vue": "^3.3.13"
}
}
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.12",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
}
}
6 changes: 3 additions & 3 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@vue-devtools-next/core": "workspace:^",
"@vue-devtools-next/shared": "workspace:^",
"electron": "^28.0.0",
"electron": "^28.1.0",
"execa": "^8.0.1",
"h3": "^1.9.0",
"ip": "^1.1.8",
Expand All @@ -41,8 +41,8 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"unbuild": "^2.0.0",
"vue": "^3.3.12"
"vue": "^3.3.13"
}
}
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.158",
"@types/node": "^20.10.4",
"@iconify/json": "^2.2.161",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.5.2",
"sass": "^1.69.5",
"vite": "^5.0.10",
"vue": "^3.3.12"
"vue": "^3.3.13"
}
}
2 changes: 1 addition & 1 deletion 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.12",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
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.4"
"@types/node": "^20.10.5"
}
}
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.12"
"vue": "^3.3.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
"vue-tsc": "^1.8.26"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.6",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@unocss/reset": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"floating-vue": "2.0.0-beta.24",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@vue-devtools-next/shared": "workspace:^",
"birpc": "^0.2.14",
"execa": "^8.0.1",
"sirv": "^2.0.3",
"sirv": "^2.0.4",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-vue-inspector": "^4.0.2"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.0",
"pathe": "^1.1.1"
Expand Down
Loading

0 comments on commit 8def55d

Please sign in to comment.