Update scroller dep

old-stable24
Varun Patil 2022-10-19 16:12:27 -07:00
parent 593f0cea31
commit 31723dfbd9
2 changed files with 46 additions and 26 deletions

66
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
"@nextcloud/paths": "^2.1.0", "@nextcloud/paths": "^2.1.0",
"@nextcloud/vue": "^7.0.0", "@nextcloud/vue": "^7.0.1",
"justified-layout": "^4.1.0", "justified-layout": "^4.1.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"path-posix": "^1.0.0", "path-posix": "^1.0.0",
@ -21,14 +21,14 @@
"vue-material-design-icons": "^5.1.2", "vue-material-design-icons": "^5.1.2",
"vue-property-decorator": "^9.1.2", "vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.4", "vue-router": "^3.5.4",
"vue-virtual-scroller": "^1.0.10", "vue-virtual-scroller": "^1.1.2",
"webdav": "^4.11.0" "webdav": "^4.11.0"
}, },
"devDependencies": { "devDependencies": {
"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2", "@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.3.0", "@nextcloud/webpack-vue-config": "^5.3.0",
"@playwright/test": "^1.27.1", "@playwright/test": "^1.27.1",
"@types/url-parse": "^1.4.8", "@types/url-parse": "^1.4.8",
@ -2088,6 +2088,18 @@
"node": ">=10" "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": { "node_modules/@nextcloud/initial-state": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
@ -2131,9 +2143,9 @@
} }
}, },
"node_modules/@nextcloud/stylelint-config": { "node_modules/@nextcloud/stylelint-config": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.3.0.tgz",
"integrity": "sha512-kH3pGAofdnDZJCTyYr2hc9Y63KVVrJ3845j3DOKJNW4uUVybiRZkMccwuJvT1mJ8Gn7lgETh4vceDXuwnJlJ3Q==", "integrity": "sha512-5mtWqqwrXFXekGT0I8PtVYxJAUQXYwMF28e2MBFbsbyCv+XVzFn9rOYAn6xUG1PrsIeEnom0xlQdrrjpJc71oA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^16.0.0", "node": "^16.0.0",
@ -2154,9 +2166,9 @@
} }
}, },
"node_modules/@nextcloud/vue": { "node_modules/@nextcloud/vue": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz",
"integrity": "sha512-x+JAWCdL30qpxx4u4Ggdlg+l33f8ajX/qP5mZ3o4fshSDSZnz+d8kvnPoQXC6zRcdvNKzpgzCFe80I+G0q/QRQ==", "integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==",
"dependencies": { "dependencies": {
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0", "@nextcloud/axios": "^2.0.0",
@ -2165,6 +2177,7 @@
"@nextcloud/capabilities": "^1.0.4", "@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.4", "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^3.0.0", "@nextcloud/event-bus": "^3.0.0",
"@nextcloud/focus-trap": "^0.1.0-beta",
"@nextcloud/initial-state": "^2.0.0", "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1", "@nextcloud/logger": "^2.2.1",
@ -2173,7 +2186,6 @@
"emoji-mart-vue-fast": "^11.1.1", "emoji-mart-vue-fast": "^11.1.1",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.18", "floating-vue": "^1.0.0-beta.18",
"focus-trap": "^7.0.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"linkify-string": "^4.0.0", "linkify-string": "^4.0.0",
"md5": "^2.3.0", "md5": "^2.3.0",
@ -11830,9 +11842,9 @@
"peer": true "peer": true
}, },
"node_modules/vue-virtual-scroller": { "node_modules/vue-virtual-scroller": {
"version": "1.0.10", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-1.0.10.tgz", "resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-1.1.2.tgz",
"integrity": "sha512-Hn4qSBDhRY4XdngPioYy/ykDjrLX/NMm1fQXm/4UQQ/Xv1x8JbHGFZNftQowTcfICgN7yc31AKnUk1UGLJ2ndA==", "integrity": "sha512-SkUyc7QHCJFB5h1Fya7LxVizlVzOZZuFVipBGHYoTK8dwLs08bIz/tclvRApYhksaJIm/nn51inzO2UjpGJPMQ==",
"dependencies": { "dependencies": {
"scrollparent": "^2.0.1", "scrollparent": "^2.0.1",
"vue-observe-visibility": "^0.4.4", "vue-observe-visibility": "^0.4.4",
@ -14181,6 +14193,14 @@
} }
} }
}, },
"@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": { "@nextcloud/initial-state": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
@ -14224,9 +14244,9 @@
} }
}, },
"@nextcloud/stylelint-config": { "@nextcloud/stylelint-config": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.3.0.tgz",
"integrity": "sha512-kH3pGAofdnDZJCTyYr2hc9Y63KVVrJ3845j3DOKJNW4uUVybiRZkMccwuJvT1mJ8Gn7lgETh4vceDXuwnJlJ3Q==", "integrity": "sha512-5mtWqqwrXFXekGT0I8PtVYxJAUQXYwMF28e2MBFbsbyCv+XVzFn9rOYAn6xUG1PrsIeEnom0xlQdrrjpJc71oA==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },
@ -14239,9 +14259,9 @@
} }
}, },
"@nextcloud/vue": { "@nextcloud/vue": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz",
"integrity": "sha512-x+JAWCdL30qpxx4u4Ggdlg+l33f8ajX/qP5mZ3o4fshSDSZnz+d8kvnPoQXC6zRcdvNKzpgzCFe80I+G0q/QRQ==", "integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==",
"requires": { "requires": {
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0", "@nextcloud/axios": "^2.0.0",
@ -14250,6 +14270,7 @@
"@nextcloud/capabilities": "^1.0.4", "@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.4", "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^3.0.0", "@nextcloud/event-bus": "^3.0.0",
"@nextcloud/focus-trap": "^0.1.0-beta",
"@nextcloud/initial-state": "^2.0.0", "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1", "@nextcloud/logger": "^2.2.1",
@ -14258,7 +14279,6 @@
"emoji-mart-vue-fast": "^11.1.1", "emoji-mart-vue-fast": "^11.1.1",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.18", "floating-vue": "^1.0.0-beta.18",
"focus-trap": "^7.0.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"linkify-string": "^4.0.0", "linkify-string": "^4.0.0",
"md5": "^2.3.0", "md5": "^2.3.0",
@ -21748,9 +21768,9 @@
"peer": true "peer": true
}, },
"vue-virtual-scroller": { "vue-virtual-scroller": {
"version": "1.0.10", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-1.0.10.tgz", "resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-1.1.2.tgz",
"integrity": "sha512-Hn4qSBDhRY4XdngPioYy/ykDjrLX/NMm1fQXm/4UQQ/Xv1x8JbHGFZNftQowTcfICgN7yc31AKnUk1UGLJ2ndA==", "integrity": "sha512-SkUyc7QHCJFB5h1Fya7LxVizlVzOZZuFVipBGHYoTK8dwLs08bIz/tclvRApYhksaJIm/nn51inzO2UjpGJPMQ==",
"requires": { "requires": {
"scrollparent": "^2.0.1", "scrollparent": "^2.0.1",
"vue-observe-visibility": "^0.4.4", "vue-observe-visibility": "^0.4.4",

View File

@ -35,7 +35,7 @@
"dependencies": { "dependencies": {
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
"@nextcloud/paths": "^2.1.0", "@nextcloud/paths": "^2.1.0",
"@nextcloud/vue": "^7.0.0", "@nextcloud/vue": "^7.0.1",
"justified-layout": "^4.1.0", "justified-layout": "^4.1.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"path-posix": "^1.0.0", "path-posix": "^1.0.0",
@ -45,7 +45,7 @@
"vue-material-design-icons": "^5.1.2", "vue-material-design-icons": "^5.1.2",
"vue-property-decorator": "^9.1.2", "vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.4", "vue-router": "^3.5.4",
"vue-virtual-scroller": "^1.0.10", "vue-virtual-scroller": "^1.1.2",
"webdav": "^4.11.0" "webdav": "^4.11.0"
}, },
"browserslist": [ "browserslist": [
@ -59,7 +59,7 @@
"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2", "@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.3.0", "@nextcloud/webpack-vue-config": "^5.3.0",
"@playwright/test": "^1.27.1", "@playwright/test": "^1.27.1",
"@types/url-parse": "^1.4.8", "@types/url-parse": "^1.4.8",