From a4bb4c97c49588f91dd7ba6b93c2e38cf4201137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 13 Feb 2024 08:45:52 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! perf: Switch to vite for bundling --- package-lock.json | 7 +++++++ package.json | 1 + 2 files changed, 8 insertions(+) diff --git a/package-lock.json b/package-lock.json index e39fef3a9..581e2e269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,6 +37,7 @@ "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "^1.2.2", + "@vue/tsconfig": "^0.5.1", "cypress": "^13.6.4", "cypress-downloadfile": "^1.2.3", "typescript": "^5.3.3" @@ -6141,6 +6142,12 @@ "integrity": "sha512-HKCjeaxR+R95dCw1BDaytcHdlzZj9lxj7RlFnxWtcKq670t8oSeMsbPlkzkNc2V6IUzHaMtUxdBcdREAhb+7NA==", "dev": true }, + "node_modules/@vue/tsconfig": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", + "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", + "dev": true + }, "node_modules/@vueuse/components": { "version": "10.3.0", "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-10.3.0.tgz", diff --git a/package.json b/package.json index 06920b083..a959cd663 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "^1.2.2", + "@vue/tsconfig": "^0.5.1", "cypress": "^13.6.4", "cypress-downloadfile": "^1.2.3", "typescript": "^5.3.3"