Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jul 21, 2021
1 parent 789b97e commit 1cc7802
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 151 deletions.
208 changes: 64 additions & 144 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Redis persistence adapter for Yjs",
"main": "./dist/y-redis.cjs",
"types": "./dist/src/y-redis.d.ts",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
},
"scripts": {
"dist": "rm -rf dist && rollup -c && tsc",
"test": "rollup -c && LOG=y-redis node ./dist/test.cjs",
Expand Down Expand Up @@ -37,17 +41,17 @@
},
"homepage": "https://yjs.dev",
"devDependencies": {
"@types/ioredis": "^4.14.6",
"rollup": "^1.31.0",
"@types/ioredis": "^4.26.6",
"rollup": "^1.32.1",
"standard": "^10.0.3",
"typescript": "^3.7.5",
"yjs": "^13.0.2"
"typescript": "^3.9.10",
"yjs": "^13.5.11"
},
"peerDependencies": {
"yjs": "^13.0.2"
},
"dependencies": {
"ioredis": "^4.14.1",
"lib0": "^0.2.13"
"ioredis": "^4.27.6",
"lib0": "^0.2.42"
}
}
Loading

0 comments on commit 1cc7802

Please sign in to comment.