Bump @nextcloud/webpack-vue-config from 4.1.4 to 4.2.0

Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 4.1.4 to 4.2.0.
- [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.4...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-11 05:21:17 +00:00
committed by GitHub
parent f5c35729ca
commit 144ca0d39d
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1", "@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/stylelint-config": "^1.0.0-beta.0", "@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4", "@nextcloud/webpack-vue-config": "^4.2.0",
"@relative-ci/agent": "^3.0.0", "@relative-ci/agent": "^3.0.0",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"jest": "^27.3.1", "jest": "^27.3.1",
@@ -3262,13 +3262,13 @@
} }
}, },
"node_modules/@nextcloud/webpack-vue-config": { "node_modules/@nextcloud/webpack-vue-config": {
"version": "4.1.4", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.4.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.2.0.tgz",
"integrity": "sha512-rpM2PQXjGEkdMD6aoEg4YebcuVRSB0e0a8kVZVt5HVtPYScZ/lTOlZqEEOvovNsUOP1lGbneGZwIKlolSqyXsw==", "integrity": "sha512-VBvIFus8nWr0rQt2RVDUjF2TV+JGyU24pXZkyqpclonxTDt8XngeW/Zr05GkCIIUvVhB814cpWUAfiznB/4QBQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14.0.0", "node": "^14.0.0",
"npm": ">=7.0.0" "npm": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.13.10", "@babel/core": "^7.13.10",
@@ -3280,12 +3280,12 @@
"sass": "^1.32.8", "sass": "^1.32.8",
"sass-loader": "^12.1.0", "sass-loader": "^12.1.0",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"stylelint": "^13.12.0", "stylelint": "^14.0.1",
"stylelint-webpack-plugin": "^3.0.1", "stylelint-webpack-plugin": "^3.1.0",
"vue-loader": "^15.9.6", "vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"webpack": "~5.46.0", "webpack": "~5.46.0",
"webpack-cli": "^4.5.0", "webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0" "webpack-dev-server": "^4.0.0"
} }
}, },
@@ -21191,9 +21191,9 @@
} }
}, },
"@nextcloud/webpack-vue-config": { "@nextcloud/webpack-vue-config": {
"version": "4.1.4", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.4.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.2.0.tgz",
"integrity": "sha512-rpM2PQXjGEkdMD6aoEg4YebcuVRSB0e0a8kVZVt5HVtPYScZ/lTOlZqEEOvovNsUOP1lGbneGZwIKlolSqyXsw==", "integrity": "sha512-VBvIFus8nWr0rQt2RVDUjF2TV+JGyU24pXZkyqpclonxTDt8XngeW/Zr05GkCIIUvVhB814cpWUAfiznB/4QBQ==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },

View File

@@ -74,7 +74,7 @@
"@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1", "@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/stylelint-config": "^1.0.0-beta.0", "@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4", "@nextcloud/webpack-vue-config": "^4.2.0",
"@relative-ci/agent": "^3.0.0", "@relative-ci/agent": "^3.0.0",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"jest": "^27.3.1", "jest": "^27.3.1",