Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
Some of the combine tests need manual type annotations because of a
regression in the TypeScript type checker:
microsoft/TypeScript#42314
  • Loading branch information
jvanbruegge committed Oct 23, 2021
1 parent 06dc8b7 commit ded5c00
Show file tree
Hide file tree
Showing 4 changed files with 2,353 additions and 2,309 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"author": "Jan van Brügge",
"license": "MIT",
"devDependencies": {
"@types/assert": "^1.4.4",
"@types/benchmark": "^1.0.31",
"@types/mocha": "^5.2.7",
"@types/assert": "^1.5.6",
"@types/benchmark": "^2.1.1",
"@types/mocha": "^9.0.0",
"assert": "^2.0.0",
"benchmark": "github:bestiejs/benchmark.js#42f3b732bac3640eddb3ae5f50e445f3141016fd",
"callbag-basics": "^3.2.0",
"fast-check": "^1.21.0",
"mocha": "^7.0.1",
"most": "^1.8.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"release-it": "^14.2.2",
"rollup": "^1.29.1",
"rxjs": "^6.5.4",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"xstream": "^11.11.0"
"callbag-basics": "^4.0.0",
"fast-check": "^2.18.0",
"mocha": "^9.1.3",
"most": "^1.9.0",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"release-it": "^14.11.6",
"rollup": "^2.58.0",
"rxjs": "^7.4.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"xstream": "^11.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ded5c00

Please sign in to comment.