Pin @nextcloud/vue to 7.0.0

Blocked by https://github.com/nextcloud/nextcloud-vue/issues/3386
old-stable24
Varun Patil 2022-10-21 11:10:26 -07:00
parent 51db40fb9e
commit 5a68e3be9a
2 changed files with 10 additions and 30 deletions

38
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/vue": "^7.0.1",
"@nextcloud/vue": "7.0.0",
"camelcase": "^7.0.0",
"justified-layout": "^4.1.0",
"moment": "^2.29.4",
@ -1913,18 +1913,6 @@
"node": ">=10"
}
},
"node_modules/@nextcloud/focus-trap": {
"version": "0.1.0-beta",
"resolved": "https://registry.npmjs.org/@nextcloud/focus-trap/-/focus-trap-0.1.0-beta.tgz",
"integrity": "sha512-c6mrUrvDGRVkYfUGAJl7o2lxA/iIMF46XgBdCGCnCJFISFqHoWYGQoG6adc6w2IL7uhGka+lzy38szz+WUYpkA==",
"dependencies": {
"focus-trap": "^7.0.0"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/initial-state": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
@ -1976,9 +1964,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz",
"integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0.tgz",
"integrity": "sha512-x+JAWCdL30qpxx4u4Ggdlg+l33f8ajX/qP5mZ3o4fshSDSZnz+d8kvnPoQXC6zRcdvNKzpgzCFe80I+G0q/QRQ==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@ -1987,7 +1975,6 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^3.0.0",
"@nextcloud/focus-trap": "^0.1.0-beta",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
@ -1996,6 +1983,7 @@
"emoji-mart-vue-fast": "^11.1.1",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.18",
"focus-trap": "^7.0.0",
"hammerjs": "^2.0.8",
"linkify-string": "^4.0.0",
"md5": "^2.3.0",
@ -11182,14 +11170,6 @@
}
}
},
"@nextcloud/focus-trap": {
"version": "0.1.0-beta",
"resolved": "https://registry.npmjs.org/@nextcloud/focus-trap/-/focus-trap-0.1.0-beta.tgz",
"integrity": "sha512-c6mrUrvDGRVkYfUGAJl7o2lxA/iIMF46XgBdCGCnCJFISFqHoWYGQoG6adc6w2IL7uhGka+lzy38szz+WUYpkA==",
"requires": {
"focus-trap": "^7.0.0"
}
},
"@nextcloud/initial-state": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
@ -11241,9 +11221,9 @@
}
},
"@nextcloud/vue": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz",
"integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0.tgz",
"integrity": "sha512-x+JAWCdL30qpxx4u4Ggdlg+l33f8ajX/qP5mZ3o4fshSDSZnz+d8kvnPoQXC6zRcdvNKzpgzCFe80I+G0q/QRQ==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@ -11252,7 +11232,6 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^3.0.0",
"@nextcloud/focus-trap": "^0.1.0-beta",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
@ -11261,6 +11240,7 @@
"emoji-mart-vue-fast": "^11.1.1",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.18",
"focus-trap": "^7.0.0",
"hammerjs": "^2.0.8",
"linkify-string": "^4.0.0",
"md5": "^2.3.0",

View File

@ -31,7 +31,7 @@
"dependencies": {
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/vue": "^7.0.1",
"@nextcloud/vue": "7.0.0",
"camelcase": "^7.0.0",
"justified-layout": "^4.1.0",
"moment": "^2.29.4",