From 98d2792e02a18d7f37f27d105bfc8c13ccb8a9cd Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Mon, 29 Jan 2024 13:53:57 -0600 Subject: [PATCH] chore: Fix vite version conflicts in demo extension --- pnpm-lock.yaml | 104 ++----------------------------------------------- 1 file changed, 4 insertions(+), 100 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d03b61f..57e08fe9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -188,7 +188,7 @@ importers: version: 1.0.0-rc.34(@types/node@20.10.3)(typescript@5.3.2) vitest: specifier: ^1.1.0 - version: 1.1.0(@types/node@20.10.3)(happy-dom@12.10.3) + version: 1.1.0(@types/node@20.10.3)(happy-dom@12.10.3)(sass@1.69.5) vitest-mock-extended: specifier: ^1.3.1 version: 1.3.1(typescript@5.3.2)(vitest@1.1.0) @@ -1194,7 +1194,7 @@ packages: std-env: 3.6.0 test-exclude: 6.0.0 v8-to-istanbul: 9.2.0 - vitest: 1.1.0(@types/node@20.10.3)(happy-dom@12.10.3) + vitest: 1.1.0(@types/node@20.10.3)(happy-dom@12.10.3)(sass@1.69.5) transitivePeerDependencies: - supports-color dev: true @@ -4972,43 +4972,6 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vite@5.0.5(@types/node@20.10.3)(sass@1.69.5): - resolution: {integrity: sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 20.10.3 - esbuild: 0.19.11 - postcss: 8.4.32 - rollup: 4.6.1 - sass: 1.69.5 - optionalDependencies: - fsevents: 2.3.3 - dev: false - /vitepress@1.0.0-rc.34(@types/node@20.10.3)(typescript@5.3.2): resolution: {integrity: sha512-TUbTiSdAZFni2XlHlpx61KikgkQ5uG4Wtmw2R0SXhIOG6qGqzDJczAFjkMc4i45I9c3KyatwOYe8oEfCnzVYwQ==} hasBin: true @@ -5073,10 +5036,10 @@ packages: dependencies: ts-essentials: 9.3.2(typescript@5.3.2) typescript: 5.3.2 - vitest: 1.1.0(@types/node@20.10.3)(happy-dom@12.10.3) + vitest: 1.1.0(@types/node@20.10.3)(happy-dom@12.10.3)(sass@1.69.5) dev: true - /vitest@1.1.0(@types/node@20.10.3)(happy-dom@12.10.3): + /vitest@1.1.0(@types/node@20.10.3)(happy-dom@12.10.3)(sass@1.69.5): resolution: {integrity: sha512-oDFiCrw7dd3Jf06HoMtSRARivvyjHJaTxikFxuqJjO76U436PqlVw1uLn7a8OSPrhSfMGVaRakKpA2lePdw79A==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -5132,65 +5095,6 @@ packages: - sugarss - supports-color - terser - dev: true - - /vitest@1.1.0(@types/node@20.10.3)(happy-dom@12.10.3)(sass@1.69.5): - resolution: {integrity: sha512-oDFiCrw7dd3Jf06HoMtSRARivvyjHJaTxikFxuqJjO76U436PqlVw1uLn7a8OSPrhSfMGVaRakKpA2lePdw79A==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': ^1.0.0 - '@vitest/ui': ^1.0.0 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@types/node': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@types/node': 20.10.3 - '@vitest/expect': 1.1.0 - '@vitest/runner': 1.1.0 - '@vitest/snapshot': 1.1.0 - '@vitest/spy': 1.1.0 - '@vitest/utils': 1.1.0 - acorn-walk: 8.3.0 - cac: 6.7.14 - chai: 4.3.10 - debug: 4.3.4 - execa: 8.0.1 - happy-dom: 12.10.3 - local-pkg: 0.5.0 - magic-string: 0.30.5 - pathe: 1.1.1 - picocolors: 1.0.0 - std-env: 3.6.0 - strip-literal: 1.3.0 - tinybench: 2.5.1 - tinypool: 0.8.1 - vite: 5.0.5(@types/node@20.10.3)(sass@1.69.5) - vite-node: 1.1.0(@types/node@20.10.3)(sass@1.69.5) - why-is-node-running: 2.2.2 - transitivePeerDependencies: - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - dev: false /vscode-oniguruma@1.7.0: resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==}