mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #37268 from nextcloud/backport/37031/master
chore(deps-dev): Bump @nextcloud/webpack-vue-config to `5.5.0`
This commit is contained in:
commit
cd045ded82
2 changed files with 8 additions and 7 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -92,7 +92,7 @@
|
|||
"@nextcloud/cypress": "^1.0.0-beta.1",
|
||||
"@nextcloud/eslint-config": "^8.2.1",
|
||||
"@nextcloud/stylelint-config": "^2.1.2",
|
||||
"@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#master",
|
||||
"@nextcloud/webpack-vue-config": "^5.5.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@testing-library/vue": "^5.8.3",
|
||||
|
|
@ -4935,10 +4935,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/webpack-vue-config": {
|
||||
"version": "5.4.0",
|
||||
"resolved": "git+ssh://git@github.com/nextcloud/webpack-vue-config.git#53df7bbe61e4a6d960c1d13e63597ce361f3795d",
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.0.tgz",
|
||||
"integrity": "sha512-bKlGYEqblSiSHNmpaGM9fz/f9v6JNwHp63V63yaI26gE0Zs+DpZSzJWC6HWWbJ1BgmoKT7wLN1GJc4W/NxvnxQ==",
|
||||
"dev": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.0.0 || ^8.0.0"
|
||||
|
|
@ -30367,9 +30367,10 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@nextcloud/webpack-vue-config": {
|
||||
"version": "git+ssh://git@github.com/nextcloud/webpack-vue-config.git#53df7bbe61e4a6d960c1d13e63597ce361f3795d",
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.0.tgz",
|
||||
"integrity": "sha512-bKlGYEqblSiSHNmpaGM9fz/f9v6JNwHp63V63yaI26gE0Zs+DpZSzJWC6HWWbJ1BgmoKT7wLN1GJc4W/NxvnxQ==",
|
||||
"dev": true,
|
||||
"from": "@nextcloud/webpack-vue-config@github:nextcloud/webpack-vue-config#master",
|
||||
"requires": {}
|
||||
},
|
||||
"@nodelib/fs.scandir": {
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@
|
|||
"@nextcloud/cypress": "^1.0.0-beta.1",
|
||||
"@nextcloud/eslint-config": "^8.2.1",
|
||||
"@nextcloud/stylelint-config": "^2.1.2",
|
||||
"@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#master",
|
||||
"@nextcloud/webpack-vue-config": "^5.5.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@testing-library/vue": "^5.8.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue