From a3269517dde255ad2d240323fbe1624a9769a93c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 23 Apr 2023 17:25:22 +0200 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/package.json | 2 +- ui/web/pnpm-lock.yaml | 8 ++++---- ui/web/tsconfig.json | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) 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, -- 2.34.1