Skip to content

Commit c72ecbf

Browse files
committed
chore: update deps
1 parent 81888e5 commit c72ecbf

File tree

7 files changed

+1405
-742
lines changed

7 files changed

+1405
-742
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"version": "0.0.0-alpha.33",
44
"private": true,
5-
"packageManager": "pnpm@10.30.3",
5+
"packageManager": "pnpm@10.31.0",
66
"scripts": {
77
"build": "turbo run build",
88
"build:debug": "NUXT_DEBUG_BUILD=true pnpm -r run build",

packages/core/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,23 @@
8585
"vue": "catalog:frontend",
8686
"vue-router": "catalog:playground",
8787
"vue-tsc": "catalog:devtools"
88+
},
89+
"inlinedDependencies": {
90+
"@vue/shared": "3.5.30",
91+
"@vue/reactivity": "3.5.30",
92+
"@vue/runtime-core": "3.5.30",
93+
"csstype": "3.2.3",
94+
"@vue/runtime-dom": "3.5.30",
95+
"vue": "3.5.30",
96+
"dompurify": "3.3.2",
97+
"@xterm/addon-fit": "0.11.0",
98+
"@xterm/xterm": "6.0.0",
99+
"@vueuse/shared": "14.2.1",
100+
"@vueuse/core": "14.2.1",
101+
"sisteransi": "1.0.5",
102+
"@clack/core": "1.1.0",
103+
"@clack/prompts": "1.1.0",
104+
"ansis": "4.2.0",
105+
"get-port-please": "3.2.0"
88106
}
89107
}

packages/kit/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,14 @@
4949
"my-ua-parser": "catalog:frontend",
5050
"tsdown": "catalog:build",
5151
"vite": "catalog:build"
52+
},
53+
"inlinedDependencies": {
54+
"my-ua-parser": "2.0.4",
55+
"@vue/shared": "3.5.30",
56+
"@vue/reactivity": "3.5.30",
57+
"@vue/runtime-core": "3.5.30",
58+
"csstype": "3.2.3",
59+
"@vue/runtime-dom": "3.5.30",
60+
"vue": "3.5.30"
5261
}
5362
}

packages/rolldown/package.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,45 @@
8686
"tsdown": "catalog:build",
8787
"unocss": "catalog:build",
8888
"vite-hot-client": "catalog:frontend"
89+
},
90+
"inlinedDependencies": {
91+
"stream-json": "1.9.1",
92+
"@pnpm/constants": "1001.3.1",
93+
"@pnpm/error": "1000.0.5",
94+
"@pnpm/manifest-utils": "1002.0.4",
95+
"fast-safe-stringify": "2.1.1",
96+
"individual": "3.0.0",
97+
"bole": "5.0.25",
98+
"@pnpm/logger": "1001.0.1",
99+
"@pnpm/core-loggers": "1001.0.9",
100+
"semver": "7.7.4",
101+
"@pnpm/semver.peer-range": "1000.0.0",
102+
"@pnpm/types": "1001.3.0",
103+
"strip-comments-strings": "1.2.0",
104+
"@pnpm/text.comments-parser": "1000.0.0",
105+
"json5": "2.2.3",
106+
"imurmurhash": "0.1.4",
107+
"signal-exit": "4.1.0",
108+
"write-file-atomic": "5.0.1",
109+
"js-yaml": "4.1.1",
110+
"write-yaml-file": "5.0.0",
111+
"@pnpm/write-project-manifest": "1000.0.16",
112+
"strip-bom": "4.0.0",
113+
"read-yaml-file": "2.1.0",
114+
"@gwhitney/detect-indent": "7.0.1",
115+
"fast-deep-equal": "3.1.3",
116+
"is-windows": "1.0.2",
117+
"graceful-fs": "4.2.11",
118+
"@pnpm/graceful-fs": "1000.1.0",
119+
"is-arrayish": "0.2.1",
120+
"error-ex": "1.3.4",
121+
"json-parse-even-better-errors": "2.3.1",
122+
"lines-and-columns": "1.2.4",
123+
"picocolors": "1.1.1",
124+
"js-tokens": "4.0.0",
125+
"@babel/helper-validator-identifier": "7.28.5",
126+
"@babel/code-frame": "7.29.0",
127+
"parse-json": "5.2.0",
128+
"@pnpm/read-project-manifest": "1001.2.5"
89129
}
90130
}

packages/rpc/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@
5151
"devDependencies": {
5252
"tsdown": "catalog:build",
5353
"ws": "catalog:deps"
54+
},
55+
"inlinedDependencies": {
56+
"ws": "8.19.0"
5457
}
5558
}

0 commit comments

Comments
 (0)