Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0

Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 5.5.1 to 6.0.0.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v5.5.1...v6.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-30 18:06:10 +00:00 committed by Julius Härtl
parent 9411b3d0d6
commit 08b1e48db5
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
3 changed files with 1160 additions and 890 deletions

2046
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -51,7 +51,7 @@
"@nextcloud/cypress": "^1.0.0-beta.2", "@nextcloud/cypress": "^1.0.0-beta.2",
"@nextcloud/eslint-config": "^8.2.1", "@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^5.5.1", "@nextcloud/webpack-vue-config": "^6.0.0",
"babel-loader-exclude-node-modules-except": "^1.2.1", "babel-loader-exclude-node-modules-except": "^1.2.1",
"cypress": "^12.17.4", "cypress": "^12.17.4",
"eslint-plugin-cypress": "^2.14.0", "eslint-plugin-cypress": "^2.14.0",

View file

@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"outDir": "./dist/", "outDir": "./dist/",
"sourceMap": false, "sourceMap": false,
"noImplicitAny": true, "noImplicitAny": false,
"moduleResolution": "node", "moduleResolution": "node",
"module": "es6", "module": "es6",
"target": "es5", "target": "es5",