From: Jérôme Benoit Date: Sun, 23 Apr 2023 15:25:22 +0000 (+0200) Subject: build(deps-dev): apply updates X-Git-Tag: v1.2.12~104 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a3269517dde255ad2d240323fbe1624a9769a93c;hp=aa49f5ec9d64b41b50509b41abde34aa0affe8c1;p=e-mobility-charging-stations-simulator.git build(deps-dev): apply updates Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/package.json b/ui/web/package.json index a98c8cec..439584e8 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -49,7 +49,7 @@ "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/test-utils": "^2.3.2", - "@vue/tsconfig": "^0.3.0", + "@vue/tsconfig": "^0.3.1", "chai": "^4.3.7", "eslint": "^8.39.0", "eslint-plugin-vue": "^9.11.0", diff --git a/ui/web/pnpm-lock.yaml b/ui/web/pnpm-lock.yaml index 72f7388b..1909976a 100644 --- a/ui/web/pnpm-lock.yaml +++ b/ui/web/pnpm-lock.yaml @@ -70,8 +70,8 @@ devDependencies: specifier: ^2.3.2 version: 2.3.2(vue@3.2.47) '@vue/tsconfig': - specifier: ^0.3.0 - version: 0.3.0 + specifier: ^0.3.1 + version: 0.3.1 chai: specifier: ^4.3.7 version: 4.3.7 @@ -2986,8 +2986,8 @@ packages: '@vue/server-renderer': 3.2.47(vue@3.2.47) dev: true - /@vue/tsconfig@0.3.0: - resolution: {integrity: sha512-q/6xf5nbmCcJ5jTzJapIPRiBfJGunfuKh0jvl3o/25Wn93ZHkiYTB+rR0pj+2lZ9cCrkK/f4JLuhe4jGLwtwMw==} + /@vue/tsconfig@0.3.1: + resolution: {integrity: sha512-tRsFw+xU6/bzWZT2U7RCG7/avCNIk7qMBONfzJzQBxoi4Ni6C7WpTifCVLNkLn0IDqxhtEETNAPsBtz36uNIxA==} dev: true /@vue/web-component-wrapper@1.3.0: diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 043cdbac..99a246e7 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -4,7 +4,6 @@ "@vue/tsconfig/tsconfig.json" ], "compilerOptions": { - "allowImportingTsExtensions": false, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true,