diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 185406107..01f3937bb 100644 --- a/packages/devtools-kit/package.json +++ b/packages/devtools-kit/package.json @@ -31,12 +31,12 @@ "@vue/devtools-shared": "workspace:^", "birpc": "^2.6.1", "hookable": "^5.5.3", - "perfect-debounce": "catalog:", - "speakingurl": "^14.0.1", - "superjson": "^2.2.2" + "perfect-debounce": "catalog:" }, "devDependencies": { "@types/speakingurl": "^13.0.6", + "speakingurl": "^14.0.1", + "superjson": "^2.2.2", "vue": "catalog:", "vue-router": "catalog:" } diff --git a/packages/devtools-kit/tsdown.config.ts b/packages/devtools-kit/tsdown.config.ts index 800d8d1ae..f946f2cbf 100644 --- a/packages/devtools-kit/tsdown.config.ts +++ b/packages/devtools-kit/tsdown.config.ts @@ -4,7 +4,6 @@ export default defineConfig({ entryPoints: [ 'src/index.ts', ], - noExternal: ['speakingurl', 'superjson'], clean: true, format: ['esm', 'cjs'], dts: true, diff --git a/packages/shared/package.json b/packages/shared/package.json index b4bf7fa10..844e7d2a8 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -25,10 +25,8 @@ "prepare:type": "tsdown --dts-only", "stub": "tsdown --watch --onSuccess 'tsdown --dts-only'" }, - "dependencies": { - "rfdc": "^1.4.1" - }, "devDependencies": { - "@types/node": "catalog:" + "@types/node": "catalog:", + "rfdc": "^1.4.1" } } diff --git a/packages/shared/tsdown.config.ts b/packages/shared/tsdown.config.ts index 771ea14dc..f946f2cbf 100644 --- a/packages/shared/tsdown.config.ts +++ b/packages/shared/tsdown.config.ts @@ -9,5 +9,4 @@ export default defineConfig({ dts: true, shims: true, hash: false, - noExternal: ['rfdc'], }) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dfa3a3416..2deaf3da6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -393,16 +393,16 @@ importers: perfect-debounce: specifier: 'catalog:' version: 2.0.0 + devDependencies: + '@types/speakingurl': + specifier: ^13.0.6 + version: 13.0.6 speakingurl: specifier: ^14.0.1 version: 14.0.1 superjson: specifier: ^2.2.2 version: 2.2.2 - devDependencies: - '@types/speakingurl': - specifier: ^13.0.6 - version: 13.0.6 vue: specifier: 'catalog:' version: 3.5.22(typescript@5.9.3) @@ -787,14 +787,13 @@ importers: version: 10.5.0(@stylistic/eslint-plugin@5.4.0(eslint@9.37.0(jiti@2.5.1)))(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.5.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.37.0(jiti@2.5.1))) packages/shared: - dependencies: - rfdc: - specifier: ^1.4.1 - version: 1.4.1 devDependencies: '@types/node': specifier: 'catalog:' version: 24.7.2 + rfdc: + specifier: ^1.4.1 + version: 1.4.1 packages/ui: dependencies: