update deps

This commit is contained in:
Kevin Jahns 2021-02-03 15:05:27 +01:00
parent 406ec6d01a
commit 0afbb6f446
2 changed files with 18 additions and 18 deletions

28
package-lock.json generated
View File

@ -1178,9 +1178,9 @@
} }
}, },
"lib0": { "lib0": {
"version": "0.2.34", "version": "0.2.35",
"resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.34.tgz", "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.35.tgz",
"integrity": "sha512-cqsVIMPgFlDtgQcpkt7HOY6W3sbYPIe3qxMnbRSwHTgiQancgm+TRDPx28mC6GUZ6lG6Nr0bIWf4Nog6dWUNUg==", "integrity": "sha512-drVD3EscB3TIxiFzceuZg7oF5Z6I8a0KX+7FowNcAXOEsTej/hlHB+ElJ8Pa/Ge73Gy3fklSJtPxpNd2PajdWg==",
"requires": { "requires": {
"isomorphic.js": "^0.1.3" "isomorphic.js": "^0.1.3"
} }
@ -1897,9 +1897,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.9.6", "version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"dev": true "dev": true
}, },
"uniq": { "uniq": {
@ -1988,20 +1988,20 @@
} }
}, },
"y-protocols": { "y-protocols": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.1.tgz", "resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.2.tgz",
"integrity": "sha512-QP3fCM7c2gGfUi2nqf8gspyO4VW23zv3kNqPNdD3wNxMbuNQenMyoDVZYEo12jzR4RQ3aaDfPK62Sf31SVOmfg==", "integrity": "sha512-V6ZAmokdogW52+VsIg/YC0R6CHWgG8/hjO3rYL10hAzeT5j464kDiRki31O+GzTj+dMgNYZNd6IDP9X35FLXrw==",
"requires": { "requires": {
"lib0": "^0.2.28" "lib0": "^0.2.35"
} }
}, },
"yjs": { "yjs": {
"version": "13.4.1", "version": "13.4.14",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.4.1.tgz", "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.4.14.tgz",
"integrity": "sha512-kIh0sprCTzIm2qyr1VsovkvjKzD2GR4WcU/McJpLAEvImCJHA78Q3S6uSLnhZX0i7FQdrLPCRT8DtTPEH73jnw==", "integrity": "sha512-fIhIjFP3t9m69ciAAdFyPkDj+JlE11UQ7fvPQyaHN6xSlpO5mwB/kFiJA01kYUn98nqrifK11IhOVQIw44zOWw==",
"dev": true, "dev": true,
"requires": { "requires": {
"lib0": "^0.2.33" "lib0": "^0.2.35"
} }
} }
} }

View File

@ -45,16 +45,16 @@
] ]
}, },
"dependencies": { "dependencies": {
"lib0": "^0.2.31", "lib0": "^0.2.35",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"y-protocols": "^1.0.1" "y-protocols": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"rollup": "^1.32.1", "rollup": "^1.32.1",
"rollup-cli": "^1.0.9", "rollup-cli": "^1.0.9",
"standard": "^12.0.1", "standard": "^12.0.1",
"typescript": "^3.9.6", "typescript": "^3.9.7",
"yjs": "^13.4.1" "yjs": "^13.4.14"
}, },
"peerDependenies": { "peerDependenies": {
"yjs": "^13.0.0" "yjs": "^13.0.0"