Bump @converse/skeletor and localForage

This commit is contained in:
JC Brand 2020-09-30 18:35:58 +02:00
parent ccd9146c6c
commit e761923cc9
3 changed files with 7 additions and 8 deletions

View File

@ -35,7 +35,7 @@
muc_respect_autojoin: true,
muc_show_logs_before_join: true,
notify_all_room_messages: ['discuss@conference.conversejs.org'],
persistent_store: 'localStorage',
persistent_store: 'IndexedDB',
theme: 'concord',
view_mode: 'fullscreen',
websocket_url: 'wss://conversejs.org/xmpp-websocket',

11
package-lock.json generated
View File

@ -3225,9 +3225,8 @@
}
},
"@converse/skeletor": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@converse/skeletor/-/skeletor-0.0.2.tgz",
"integrity": "sha512-5VZNOdT/14IDARSYeyqHpQ+hqh94r2ZL0EMUHYv1Jp1802muK+qA+QA6lbIPTgWwavIsr5rA3kb41ivfA1agIg==",
"version": "github:conversejs/skeletor#0f819a4f3ea013b3a48c3fcb600c3138559e1c0d",
"from": "github:conversejs/skeletor#0f819a4f3ea013b3a48c3fcb600c3138559e1c0d",
"requires": {
"lit-html": "^1.2.1",
"lodash-es": "^4.17.15"
@ -11533,9 +11532,9 @@
}
},
"git-url-parse": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.2.0.tgz",
"integrity": "sha512-KPoHZg8v+plarZvto4ruIzzJLFQoRx+sUs5DQSr07By9IBKguVd+e6jwrFR6/TP6xrCJlNV1tPqLO1aREc7O2g==",
"version": "11.3.0",
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.3.0.tgz",
"integrity": "sha512-i3XNa8IKmqnUqWBcdWBjOcnyZYfN3C1WRvnKI6ouFWwsXCZEnlgbwbm55ZpJ3OJMhfEP/ryFhqW8bBhej3C5Ug==",
"dev": true,
"requires": {
"git-up": "^4.0.0"

View File

@ -38,7 +38,7 @@
"devDependencies": {
"@converse/skeletor": "conversejs/skeletor#0f819a4f3ea013b3a48c3fcb600c3138559e1c0d",
"filesize": "^6.1.0",
"localforage": "^1.7.3",
"localforage": "^1.9.0",
"lodash-es": "^4.17.15",
"pluggable.js": "2.0.1",
"sprintf-js": "^1.1.2",