bump deps

This commit is contained in:
Kevin Jahns 2020-07-10 02:10:32 +02:00
parent f1d18d700c
commit 5b758e2691
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -926,9 +926,9 @@
"dev": true "dev": true
}, },
"isomorphic.js": { "isomorphic.js": {
"version": "0.1.3", "version": "0.1.4",
"resolved": "https://registry.npmjs.org/isomorphic.js/-/isomorphic.js-0.1.3.tgz", "resolved": "https://registry.npmjs.org/isomorphic.js/-/isomorphic.js-0.1.4.tgz",
"integrity": "sha512-pabBRLDwYefSsNS+qCazJ97o7P5xDTrNoxSYFTM09JlZTxPrOEPGKekwqUy3/Np4C4PHnVUXHYsZPOix0jELsA==" "integrity": "sha512-t9zbgkjE7f9f2M6OSW49YEq0lUrSdAllBbWFUZoeck/rnnFae6UlhmDtXWs48VJY3ZpryCoZsRiAiKD44hPIGQ=="
}, },
"js-tokens": { "js-tokens": {
"version": "3.0.2", "version": "3.0.2",
@ -984,9 +984,9 @@
} }
}, },
"lib0": { "lib0": {
"version": "0.2.28", "version": "0.2.31",
"resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.28.tgz", "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.31.tgz",
"integrity": "sha512-3gB5Ow5B/iL5jSEDgNIlkylX5loHrGeTajZXcCFEE8svVhYBVAn9Rt0uw+86bpbw64tFN8gkZ+BSivv8C0ZWdQ==", "integrity": "sha512-NRuEnSww/O29MTFqxA+t+d6DtTKf+XYpzTcu7DOLLy0Xn/AeixNHEZhJNKPwPofUVqfOvdGbWogYZTDu/ruRbA==",
"requires": { "requires": {
"isomorphic.js": "^0.1.3" "isomorphic.js": "^0.1.3"
} }
@ -1648,9 +1648,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.9.5", "version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==",
"dev": true "dev": true
}, },
"uniq": { "uniq": {

View File

@ -45,14 +45,14 @@
] ]
}, },
"dependencies": { "dependencies": {
"lib0": "^0.2.28", "lib0": "^0.2.31",
"y-protocols": "^1.0.0" "y-protocols": "^1.0.0"
}, },
"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.5", "typescript": "^3.9.6",
"yjs": "13.0.5" "yjs": "13.0.5"
}, },
"peerDependenies": { "peerDependenies": {