Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Apr 10, 2022
1 parent e07605d commit 801e194
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@oclif/plugin-help": "^3.2.0",
"chokidar": "^3.4.3",
"js-yaml": "^4.0.0",
"strict-callbag-basics": "^0.28.0",
"strict-callbag-basics": "^0.28.1",
"ts-node": "^10.4.0",
"tslib": "^2.0.3",
"typescript": "^4.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ini": "^2.0.0",
"js-yaml": "^4.0.0",
"ramda": "^0.27.1",
"strict-callbag-basics": "0.28.1-alpha.0"
"strict-callbag-basics": "^0.28.1"
},
"gitHead": "a5aa6a6e10b62a957de11c4bc55ac4d3ee9a2ece"
}
31 changes: 4 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4845,33 +4845,10 @@ ssri@^8.0.0, ssri@^8.0.1:
dependencies:
minipass "^3.1.1"

[email protected]:
version "0.28.1-alpha.0"
resolved "https://registry.yarnpkg.com/strict-callbag-basics/-/strict-callbag-basics-0.28.1-alpha.0.tgz#bcc72d3bae2485dc0af093a61360d06778da2bf5"
integrity sha512-iMczyZGRN0PdFGE98vpVGxCGgYp5CyAW+aN/KaiObG8sAeRBVmTO1R7ivMVp1GIYwgwMbC3Iz5zqjeCj0IVqcw==
dependencies:
callbag-buffer "^1.0.0"
callbag-buffer-time "^1.0.0"
callbag-concat "^1.2.1"
callbag-filter "^1.1.0"
callbag-flatten "^1.7.0"
callbag-from-iter "^1.3.0"
callbag-from-obs "^1.2.0"
callbag-interval "^1.2.0"
callbag-map "^1.1.0"
callbag-scan "^1.1.0"
callbag-share "^1.3.0"
callbag-start-with "^3.1.0"
callbag-take "^1.5.0"
callbag-take-while "^2.0.0"
callbag-to-async-iterable "^1.0.0"
strict-callbag "^0.9.0"
symbol-observable "^4.0.0"

strict-callbag-basics@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/strict-callbag-basics/-/strict-callbag-basics-0.28.0.tgz#d69a5825a3b5ed8f391ecad5388c731b54c95b4e"
integrity sha512-u7G2np3KxtTDFUE7Rmv7L41NojrwklfRpqs7s7294YsUsmAJl0X5t4IgJlF7mgg++bR8m0ojm7tZ9QbjTOD4yw==
strict-callbag-basics@^0.28.1:
version "0.28.1"
resolved "https://registry.yarnpkg.com/strict-callbag-basics/-/strict-callbag-basics-0.28.1.tgz#773cda02fd6881ae0a848de3dfd55896afd8db1b"
integrity sha512-f1c1Yd6NfcuRo9Lguf7Hqb8ayaFDVIqlpffnbL32583ocmZImBnB1VW6lMSpGl/g3cgpvxpTbI0wR/yMd5optA==
dependencies:
callbag-buffer "^1.0.0"
callbag-buffer-time "^1.0.0"
Expand Down

0 comments on commit 801e194

Please sign in to comment.