mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
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:
parent
9411b3d0d6
commit
08b1e48db5
3 changed files with 1160 additions and 890 deletions
2046
package-lock.json
generated
2046
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -51,7 +51,7 @@
|
|||
"@nextcloud/cypress": "^1.0.0-beta.2",
|
||||
"@nextcloud/eslint-config": "^8.2.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",
|
||||
"cypress": "^12.17.4",
|
||||
"eslint-plugin-cypress": "^2.14.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": false,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitAny": false,
|
||||
"moduleResolution": "node",
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue