From a4b6df1bbae2f26945963c6adc1680e9db2b2d4d Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 3 Mar 2025 22:35:44 -0600 Subject: [PATCH] Migrate to catalog --- packages/analytics/package.json | 14 +++++++------- pnpm-lock.yaml | 29 ++++++++++++++++++----------- pnpm-workspace.yaml | 2 ++ 3 files changed, 27 insertions(+), 18 deletions(-) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index d5ee4f6ee..9c5ed5f82 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -51,15 +51,15 @@ "wxt": ">=0.19.23" }, "devDependencies": { - "@aklinker1/check": "^1.4.5", - "@types/chrome": "^0.0.268", - "@types/ua-parser-js": "^0.7.39", - "publint": "^0.2.12", - "typescript": "^5.6.3", - "unbuild": "^2.0.0", + "@aklinker1/check": "catalog:", + "@types/chrome": "catalog:", + "@types/ua-parser-js": "catalog:", + "publint": "catalog:", + "typescript": "catalog:", + "unbuild": "catalog:", "wxt": "workspace:*" }, "dependencies": { - "ua-parser-js": "^1.0.38" + "ua-parser-js": "catalog:" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 877007403..99b32c95b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,6 +54,9 @@ catalogs: '@types/react-dom': specifier: ^19.0.2 version: 19.0.2 + '@types/ua-parser-js': + specifier: ^0.7.39 + version: 0.7.39 '@types/webextension-polyfill': specifier: ^0.12.1 version: 0.12.1 @@ -249,6 +252,9 @@ catalogs: typescript: specifier: ^5.6.3 version: 5.6.3 + ua-parser-js: + specifier: ^1.0.40 + version: 1.0.40 unbuild: specifier: ^3.5.0 version: 3.5.0 @@ -383,27 +389,27 @@ importers: packages/analytics: dependencies: ua-parser-js: - specifier: ^1.0.38 + specifier: 'catalog:' version: 1.0.40 devDependencies: '@aklinker1/check': - specifier: ^1.4.5 + specifier: 'catalog:' version: 1.4.5(typescript@5.6.3) '@types/chrome': - specifier: ^0.0.268 - version: 0.0.268 + specifier: 'catalog:' + version: 0.0.280 '@types/ua-parser-js': - specifier: ^0.7.39 + specifier: 'catalog:' version: 0.7.39 publint: - specifier: ^0.2.12 + specifier: 'catalog:' version: 0.2.12 typescript: - specifier: ^5.6.3 + specifier: 'catalog:' version: 5.6.3 unbuild: - specifier: ^2.0.0 - version: 2.0.0(sass@1.80.7)(typescript@5.6.3) + specifier: 'catalog:' + version: 3.5.0(sass@1.80.7)(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) wxt: specifier: workspace:* version: link:../wxt @@ -3414,6 +3420,7 @@ packages: glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported global-dirs@3.0.1: resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} @@ -6343,7 +6350,7 @@ snapshots: '@rollup/pluginutils': 5.1.4(rollup@4.34.9) commondir: 1.0.1 estree-walker: 2.0.2 - fdir: 6.4.2(picomatch@4.0.2) + fdir: 6.4.3(picomatch@4.0.2) is-reference: 1.2.1 magic-string: 0.30.17 picomatch: 4.0.2 @@ -7387,7 +7394,7 @@ snapshots: citty@0.1.6: dependencies: - consola: 3.2.3 + consola: 3.4.0 cli-boxes@3.0.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6f91b2e21..af0ba87aa 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -25,6 +25,7 @@ catalog: '@types/prompts': ^2.4.9 '@types/react': ^19.0.1 '@types/react-dom': ^19.0.2 + '@types/ua-parser-js': ^0.7.39 '@types/webextension-polyfill': ^0.12.1 '@vitejs/plugin-react': ^4.3.4 '@vitejs/plugin-vue': ^5.2.1 @@ -90,6 +91,7 @@ catalog: typedoc-plugin-markdown: 4.0.0-next.23 typedoc-vitepress-theme: 1.0.0-next.3 typescript: ^5.6.3 + ua-parser-js: ^1.0.40 unbuild: ^3.5.0 unimport: ^3.13.1 unocss: ^0.64.0 || ^0.65.0 || ^65.0.0 ||^66.0.0