From: Jérôme Benoit Date: Fri, 2 Aug 2024 10:41:39 +0000 (+0200) Subject: refactor(deps-dev): remove unused deps X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fd855c1b97eb0eb50caba0f766c94b2cea4ff5e0;p=e-mobility-charging-stations-simulator.git refactor(deps-dev): remove unused deps Signed-off-by: Jérôme Benoit --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0aa129dd..6bd9ab94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -185,12 +185,9 @@ importers: specifier: ^3.1.2 version: 3.1.2(vue@3.4.35(typescript@5.5.4)) devDependencies: - '@rushstack/eslint-patch': - specifier: ^1.10.4 - version: 1.10.4 - '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + '@tsconfig/node22': + specifier: ^22.0.0 + version: 22.0.0 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 @@ -1033,9 +1030,6 @@ packages: cpu: [x64] os: [win32] - '@rushstack/eslint-patch@1.10.4': - resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==} - '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} @@ -1105,8 +1099,8 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - '@tsconfig/node20@20.1.4': - resolution: {integrity: sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==} + '@tsconfig/node22@22.0.0': + resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==} '@types/conventional-commits-parser@5.0.0': resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} @@ -6669,8 +6663,6 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.19.2': optional: true - '@rushstack/eslint-patch@1.10.4': {} - '@sinclair/typebox@0.27.8': {} '@sindresorhus/is@5.6.0': {} @@ -6763,7 +6755,7 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@tsconfig/node20@20.1.4': {} + '@tsconfig/node22@22.0.0': {} '@types/conventional-commits-parser@5.0.0': dependencies: diff --git a/ui/web/package.json b/ui/web/package.json index 70676aef..4c942c6b 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -34,8 +34,7 @@ "vue-toast-notification": "^3.1.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.10.4", - "@tsconfig/node20": "^20.1.4", + "@tsconfig/node22": "^22.0.0", "@types/jsdom": "^21.1.7", "@types/node": "^22.0.3", "@vitejs/plugin-vue": "^5.1.2", diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 49de9ed3..4b7de400 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"], + "extends": ["@tsconfig/node22/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"], "compilerOptions": { "experimentalDecorators": true, "allowSyntheticDefaultImports": true,