update deps

This commit is contained in:
Kevin Jahns 2019-09-04 22:11:42 +02:00
parent 619d37ed99
commit 5cd25337df
2 changed files with 25 additions and 22 deletions

33
package-lock.json generated
View File

@ -571,10 +571,13 @@
}
},
"eslint-utils": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
"integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==",
"dev": true
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz",
"integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==",
"dev": true,
"requires": {
"eslint-visitor-keys": "^1.0.0"
}
},
"eslint-visitor-keys": {
"version": "1.0.0",
@ -968,9 +971,9 @@
}
},
"lib0": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/lib0/-/lib0-0.0.5.tgz",
"integrity": "sha512-3ElV6/t5Lv0Eczlnh/05q+Uq3RxQ/Q0zdN6LVtaUERQIDDZsP/CUXEGLsV8KZTgZwVFNCPGXNWYE+3WTOo+SHw=="
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/lib0/-/lib0-0.1.0.tgz",
"integrity": "sha512-pkpnv2IJEOb6iwpcJ6BVQu9GkZ9VINKeQ/0BcArHpozqaGQYWe+ychf2p9wHKToHUnivPoGZZ7rFqrxNXjqFBg=="
},
"load-json-file": {
"version": "2.0.0",
@ -1699,20 +1702,20 @@
"dev": true
},
"y-protocols": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-0.0.7.tgz",
"integrity": "sha512-vimoF3v/H9kMRBKQcbYppObK6FUITPL+huyvbYdPhLiLTSSm5dS7/BT1E/Wyl488CyoPoZTxiOqfu1WphwTe6A==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-0.1.0.tgz",
"integrity": "sha512-CQCCcexfTNI7wyvVlaTuOOuaWxuD4SkmZbwyIZVGKglAuC+ruivLmbB14b1oN1CdMPhlUkKsz6524o5sWdKNnA==",
"requires": {
"lib0": "0.0.5"
"lib0": "^0.1.0"
}
},
"yjs": {
"version": "13.0.0-94",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.0.0-94.tgz",
"integrity": "sha512-4HETCv/BZ4Mg9rZU+nLZXW8GGp9ugWDA1ImcyIW2hZA2n0YsIgwvROPqWpflwi/l02kfLlvLKF8nEXYk/cOsjQ==",
"version": "13.0.0-97",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.0.0-97.tgz",
"integrity": "sha512-OQIBeG1ujayonLWmh8PqaBUUTZhUziFOmYNnggN5UtjtnfHASW1DxYUygYQj068gwQ36+Maqc8tOtallYbZS8A==",
"dev": true,
"requires": {
"lib0": "0.0.5"
"lib0": "^0.1.0"
}
}
}

View File

@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/y-js/y-websocket.git"
"url": "git+https://github.com/yjs/y-websocket.git"
},
"keywords": [
"Yjs"
@ -30,9 +30,9 @@
"author": "Kevin Jahns <kevin.jahns@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-js/y-websocket/issues"
"url": "https://github.com/yjs/y-websocket/issues"
},
"homepage": "https://github.com/y-js/y-websocket#readme",
"homepage": "https://github.com/yjs/y-websocket#readme",
"standard": {
"ignore": [
"/dist",
@ -40,17 +40,17 @@
]
},
"dependencies": {
"y-protocols": "0.0.7",
"lib0": "0.0.5"
"y-protocols": "^0.1.0",
"lib0": "^0.1.0"
},
"devDependencies": {
"rollup": "^1.1.2",
"rollup-cli": "^1.0.9",
"standard": "^12.0.1",
"yjs": "13.0.0-94"
"yjs": "13.0.0-97"
},
"peerDependenies": {
"yjs": ">=13.0.0-94"
"yjs": ">=13.0.0-97"
},
"optionalDependencies": {
"ws": "^6.2.1"