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

View File

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