diff --git a/package-lock.json b/package-lock.json index 72c507637..7f1cea371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/prettier-config": "^1.1.0", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "^1.2.5", + "@nextcloud/vite-config": "^1.3.0", "@playwright/test": "^1.44.1", "@vue/tsconfig": "^0.5.1", "eslint-config-prettier": "^9.1.0", @@ -1922,9 +1922,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, "dependencies": { "@rollup/plugin-replace": "^5.0.7", diff --git a/package.json b/package.json index 09f3ede33..738a1b4f6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/prettier-config": "^1.1.0", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "^1.2.5", + "@nextcloud/vite-config": "^1.3.0", "@playwright/test": "^1.44.1", "@vue/tsconfig": "^0.5.1", "eslint-config-prettier": "^9.1.0",