diff --git a/package.json b/package.json index a7c5a96d..551f0940 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@vitest/coverage-v8": "catalog:", "ansi-sequence-parser": "catalog:", "bumpp": "catalog:", - "diff-match-patch-es": "^1.0.1", + "diff-match-patch-es": "catalog:", "eslint": "catalog:", "eslint-plugin-format": "catalog:", "esno": "catalog:", diff --git a/packages/codegen/package.json b/packages/codegen/package.json index 688ef8cc..b4da29e6 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -44,8 +44,8 @@ "test": "vitest" }, "dependencies": { - "cac": "^6.7.14", - "prettier": "^3.4.2", + "cac": "catalog:", + "prettier": "catalog:", "shiki": "workspace:*" } } diff --git a/packages/engine-oniguruma/package.json b/packages/engine-oniguruma/package.json index f58342d7..7daef9e9 100644 --- a/packages/engine-oniguruma/package.json +++ b/packages/engine-oniguruma/package.json @@ -55,6 +55,6 @@ "@shikijs/vscode-textmate": "catalog:" }, "devDependencies": { - "vscode-oniguruma": "^1.7.0" + "vscode-oniguruma": "catalog:" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 758696e1..f3ad500a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,9 +75,15 @@ catalogs: bumpp: specifier: ^9.10.0 version: 9.10.0 + cac: + specifier: ^6.7.14 + version: 6.7.14 chalk: specifier: ^5.4.1 version: 5.4.1 + diff-match-patch-es: + specifier: ^1.0.1 + version: 1.0.1 eslint: specifier: ^9.18.0 version: 9.18.0 @@ -255,7 +261,7 @@ overrides: typescript: ^5.7.3 unified: ^11.0.5 vite: ^6.0.7 - vscode-oniguruma: ^1.7.0 + vscode-oniguruma: 1.7.0 importers: @@ -337,7 +343,7 @@ importers: specifier: 'catalog:' version: 9.10.0(magicast@0.3.5) diff-match-patch-es: - specifier: ^1.0.1 + specifier: 'catalog:' version: 1.0.1 eslint: specifier: 'catalog:' @@ -498,10 +504,10 @@ importers: packages/codegen: dependencies: cac: - specifier: ^6.7.14 + specifier: 'catalog:' version: 6.7.14 prettier: - specifier: ^3.4.2 + specifier: 'catalog:' version: 3.4.2 shiki: specifier: workspace:* @@ -584,7 +590,7 @@ importers: version: 10.0.1 devDependencies: vscode-oniguruma: - specifier: ^1.7.0 + specifier: 1.7.0 version: 1.7.0 packages/langs: @@ -725,7 +731,7 @@ importers: specifier: 'catalog:' version: 1.9.8 vscode-oniguruma: - specifier: ^1.7.0 + specifier: 1.7.0 version: 1.7.0 packages/themes: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c34158fe..356fc787 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -32,7 +32,9 @@ catalog: '@vueuse/core': ^12.4.0 ansi-sequence-parser: ^1.1.1 bumpp: ^9.10.0 + cac: ^6.7.14 chalk: ^5.4.1 + diff-match-patch-es: ^1.0.1 eslint: ^9.18.0 eslint-plugin-format: ^1.0.1 esno: ^4.8.0 @@ -86,7 +88,7 @@ catalog: vitepress: ^1.5.0 vitepress-plugin-mermaid: ^2.0.17 vitest: ^2.1.8 - vscode-oniguruma: ^1.7.0 + vscode-oniguruma: 1.7.0 vue: ^3.5.13 vue-tsc: ^2.2.0 wrangler: ^3.101.0