Fixes #2302 Bookmarks get duplicated on server push
Showing
... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
"@babel/cli": "^7.10.3", | "@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.10.5", | "@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", | ||
"@babel/plugin-proposal-optional-chaining": "^7.10.4", | "@babel/plugin-proposal-optional-chaining": "^7.12.1", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | "@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/preset-env": "^7.10.2", | "@babel/preset-env": "^7.10.2", | ||
"@converse/headless": "file:src/headless", | "@converse/headless": "file:src/headless", | ||
... | ... |
Please register or sign in to comment