Merge pull request #3603 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/webpack-vue-config-5.0.0

Bump @nextcloud/webpack-vue-config from 4.3.2 to 5.0.0
This commit is contained in:
Julius Härtl
2022-02-25 09:51:50 +01:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
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.2", "@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^4.3.2", "@nextcloud/webpack-vue-config": "^5.0.0",
"@relative-ci/agent": "^3.1.1", "@relative-ci/agent": "^3.1.1",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"jest": "^27.5.1", "jest": "^27.5.1",
@@ -3271,9 +3271,9 @@
} }
}, },
"node_modules/@nextcloud/webpack-vue-config": { "node_modules/@nextcloud/webpack-vue-config": {
"version": "4.3.2", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.3.2.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.0.0.tgz",
"integrity": "sha512-ygmuEZKWM7Rvq/ho3nWVgmR4ssXPkhI+Ne5oKMObKdfSMNj6LKNKqwmYVYMT7bAzzJj7aruWglk6QcvKhU3f1g==", "integrity": "sha512-NTmRxqcJ6FBFHrpIpDTvqhvH8DDyI8ZUVraCOsg5TVe0saYHl5HLABEn4UZqx0/heeFqI2Vr+mCM66bz2NsuKA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^14.0.0", "node": "^14.0.0",
@@ -3283,7 +3283,7 @@
"@babel/core": "^7.16.7", "@babel/core": "^7.16.7",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"css-loader": "^6.5.1", "css-loader": "^6.5.1",
"eslint": "^7.22.0", "eslint": "^8.6.0",
"eslint-webpack-plugin": "^3.1.1", "eslint-webpack-plugin": "^3.1.1",
"node-polyfill-webpack-plugin": "1.1.4", "node-polyfill-webpack-plugin": "1.1.4",
"sass": "^1.47.0", "sass": "^1.47.0",
@@ -21416,9 +21416,9 @@
} }
}, },
"@nextcloud/webpack-vue-config": { "@nextcloud/webpack-vue-config": {
"version": "4.3.2", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.3.2.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.0.0.tgz",
"integrity": "sha512-ygmuEZKWM7Rvq/ho3nWVgmR4ssXPkhI+Ne5oKMObKdfSMNj6LKNKqwmYVYMT7bAzzJj7aruWglk6QcvKhU3f1g==", "integrity": "sha512-NTmRxqcJ6FBFHrpIpDTvqhvH8DDyI8ZUVraCOsg5TVe0saYHl5HLABEn4UZqx0/heeFqI2Vr+mCM66bz2NsuKA==",
"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.2", "@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^4.3.2", "@nextcloud/webpack-vue-config": "^5.0.0",
"@relative-ci/agent": "^3.1.1", "@relative-ci/agent": "^3.1.1",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"jest": "^27.5.1", "jest": "^27.5.1",