Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
feat: update task-handler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Apr 8, 2019
1 parent 499588c commit 76d38cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/datastream-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@auroradao/datastream-connector-web": "^1.4.0",
"@auroradao/datastream-types": "^1.4.0",
"shortid": "^2.2.14",
"task-handler": "^2.11.0"
"task-handler": "^2.12.0"
},
"gitHead": "8b4e841c882a851459b342c871840733f2145563",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datastream-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@auroradao/datastream-types": "^1.4.0",
"task-handler": "^2.11.0"
"task-handler": "^2.12.0"
},
"gitHead": "8b4e841c882a851459b342c871840733f2145563"
}
2 changes: 1 addition & 1 deletion packages/datastream-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript"
],
"dependencies": {
"task-handler": "^2.11.0"
"task-handler": "^2.12.0"
},
"gitHead": "8b4e841c882a851459b342c871840733f2145563"
}
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1895,13 +1895,13 @@ dashdash@^1.12.0:
assert-plus "^1.0.0"

"datastream-client@file:packages/datastream-client":
version "1.3.2"
version "1.4.1"
dependencies:
"@auroradao/datastream-connection" "^1.3.2"
"@auroradao/datastream-connector-web" "^1.3.2"
"@auroradao/datastream-types" "^1.3.2"
"@auroradao/datastream-connection" "^1.4.1"
"@auroradao/datastream-connector-web" "^1.4.0"
"@auroradao/datastream-types" "^1.4.0"
shortid "^2.2.14"
task-handler "^2.11.0"
task-handler "^2.12.0"

dateformat@^3.0.0:
version "3.0.3"
Expand Down Expand Up @@ -5931,9 +5931,10 @@ tar@^4.4.8:
safe-buffer "^5.1.2"
yallist "^3.0.2"

task-handler@^2.11.0:
version "2.11.0"
resolved "https://registry.npmjs.org/task-handler/-/task-handler-2.11.0.tgz#32a931e30f06c7c7d5759f0d34ae5c9e015c7888"
task-handler@^2.12.0:
version "2.12.0"
resolved "https://registry.npmjs.org/task-handler/-/task-handler-2.12.0.tgz#5862ac430544c403b055bab05ba9ab219447c45d"
integrity sha512-IAn30vAk2HUcFwalO4iuXWNa/jhzrVa9H1RKTigKKfkKcKnDAbz851CLIIvPjPuLB6/dxtRJFKSc47x+if+G/A==
dependencies:
"@babel/runtime" "^7.4.2"
core-js "^3.0.0"
Expand Down

0 comments on commit 76d38cd

Please sign in to comment.