@most/scheduler
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@most/scheduler", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", | ||
@@ -47,16 +47,16 @@ "typings": "type-definitions/index.d.ts", | ||
"babel-register": "^6.26.0", | ||
"cpy-cli": "^1.0.1", | ||
"cross-env": "^5.0.5", | ||
"flow-bin": "^0.57.3", | ||
"cpy-cli": "^2.0.0", | ||
"cross-env": "^5.2.0", | ||
"flow-bin": "^0.101.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.0", | ||
"nyc": "^14.1.1", | ||
"rollup": "^0.50.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"sinon": "^1.17.7", | ||
"snazzy": "^7.0.0", | ||
"standard": "^10.0.3" | ||
"snazzy": "^8.0.0", | ||
"standard": "^12.0.1" | ||
}, | ||
"dependencies": { | ||
"@most/prelude": "^1.7.2", | ||
"@most/types": "^1.0.1" | ||
"@most/prelude": "^1.7.3", | ||
"@most/types": "^1.0.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "standard": { |
81997
Updated@most/prelude@^1.7.3
Updated@most/types@^1.0.2