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 11, 2022
1 parent ab9fa42 commit c2bfc56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1",
"strict-callbag-basics": "^0.29.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"
"strict-callbag-basics": "^0.29.1"
},
"gitHead": "a5aa6a6e10b62a957de11c4bc55ac4d3ee9a2ece"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4845,10 +4845,10 @@ ssri@^8.0.0, ssri@^8.0.1:
dependencies:
minipass "^3.1.1"

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==
strict-callbag-basics@^0.29.1:
version "0.29.1"
resolved "https://registry.yarnpkg.com/strict-callbag-basics/-/strict-callbag-basics-0.29.1.tgz#e8b61412976fced3fe448004a8cce9771a9f058c"
integrity sha512-J3JctmEv69V4j/Zy0jzxRPDidkesAuufZWOgQO2SrRSKcTqXm5ESQ9tR+fm4243an+IQir1DGscZv5D4zhlRtQ==
dependencies:
callbag-buffer "^1.0.0"
callbag-buffer-time "^1.0.0"
Expand Down

0 comments on commit c2bfc56

Please sign in to comment.