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-18 05:31:58 +00:00 коммит произвёл GitHub
Родитель d950791177
Коммит c4c2257485
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 13 удалений

24
package-lock.json сгенерированный
Просмотреть файл

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

Просмотреть файл

@ -69,7 +69,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4",
"@nextcloud/webpack-vue-config": "^4.2.0",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0",
"cypress": "^9.1.1",