Skip to content

Commit

Permalink
fix: update sequential module
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidetaka Okamoto committed Jun 29, 2021
1 parent 3b211bc commit 5349927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@
"lint-staged": "10.5.4",
"rollup": "2.51.1",
"rollup-plugin-typescript2": "0.30.0",
"semantic-release": "17.4.4",
"ts-jest": "26.5.6",
"tslib": "2.2.0",
"typedoc": "0.20.36",
"semantic-release": "17.4.4",
"typescript": "3.9.10"
},
"dependencies": {
"@hideokamoto/sequential-promise": "^1.1.0",
"@hideokamoto/sequential-promise": "^1.1.2",
"aws-sdk": "^2.936.0",
"deep-object-diff": "^1.1.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@hideokamoto/sequential-promise@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@hideokamoto/sequential-promise/-/sequential-promise-1.1.0.tgz#b4959d8ea077e0d56096c0d8feec7ead5c9604fa"
integrity sha512-Xo3jadBltQR+/IT06nQh5WxqeCuQyCFprS7yOVfKhz6iSfJSHzDCjv+cLOQTXNIalD3DnenRN5apr39jGUU+Jg==
"@hideokamoto/sequential-promise@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@hideokamoto/sequential-promise/-/sequential-promise-1.1.2.tgz#31dd411619cfd67671e8558e70111480d2cbaab4"
integrity sha512-ZihNkw04rHbBS793bK44kZUBmfw/7VcAd0FX1DbyPNkFcNXt4hduI+m6mSvlLUd57Z2Lg3jk+DRmwwbTsduacg==

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down

0 comments on commit 5349927

Please sign in to comment.