From 8ad221bb3e9b836fcc23d36e6c6fbbd522f22920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 07:33:09 +0000 Subject: [PATCH] chore(deps): update dependency @nextcloud/vite-config to ^1.3.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae9999bb95..386a457107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "@nextcloud/cypress": "^1.0.0-beta.8", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "^1.2.5", + "@nextcloud/vite-config": "^1.3.0", "@vitejs/plugin-vue2": "^2.3.1", "@vue/test-utils": "^1.3.0 <2", "@vue/tsconfig": "^0.5.1", @@ -4386,9 +4386,9 @@ } }, "node_modules/@nextcloud/vite-config": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-1.2.5.tgz", - "integrity": "sha512-uAlnes3OoVJw9PItv7IVvAucxbcQyMM5KxdOZMuAzb44bzbD5faNNl7UGvAyD7w4rzwv8RHE2OtV6OWrffESPw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-1.3.0.tgz", + "integrity": "sha512-LgNtymTJRCfbULSs2D2xiBnymfa3ncuTYmTTf7F1GobpNMibRGpOkptVSw0bQszzImxi0m2YeJOR2ARIBjzZ4w==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { @@ -31108,9 +31108,9 @@ } }, "@nextcloud/vite-config": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-1.2.5.tgz", - "integrity": "sha512-uAlnes3OoVJw9PItv7IVvAucxbcQyMM5KxdOZMuAzb44bzbD5faNNl7UGvAyD7w4rzwv8RHE2OtV6OWrffESPw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-1.3.0.tgz", + "integrity": "sha512-LgNtymTJRCfbULSs2D2xiBnymfa3ncuTYmTTf7F1GobpNMibRGpOkptVSw0bQszzImxi0m2YeJOR2ARIBjzZ4w==", "dev": true, "requires": { "@rollup/plugin-replace": "^5.0.7", diff --git a/package.json b/package.json index db580d4f17..f3ab5155a3 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "@nextcloud/cypress": "^1.0.0-beta.8", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "^1.2.5", + "@nextcloud/vite-config": "^1.3.0", "@vitejs/plugin-vue2": "^2.3.1", "@vue/test-utils": "^1.3.0 <2", "@vue/tsconfig": "^0.5.1",