Skip to content

Commit

Permalink
chore: update to @ossjs/release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 23, 2023
1 parent 3ecd963 commit 0f4e85a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"positional"
],
"devDependencies": {
"@ossjs/release": "^0.3.2",
"@ossjs/release": "^0.5.1",
"@types/jest": "^26.0.23",
"jest": "^27.0.6",
"rimraf": "^3.0.2",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -550,16 +550,22 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@open-draft/deferred-promise@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@open-draft/deferred-promise/-/deferred-promise-2.1.0.tgz#4fb33ebdf5c05a0e47a26490ed9037ca36275a66"
integrity sha512-Rzd5JrXZX8zErHzgcGyngh4fmEbSHqTETdGj9rXtejlqMIgXFlyKBA7Jn1Xp0Ls0M0Y22+xHcWiEzbmdWl0BOA==

"@open-draft/until@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.0.0.tgz#13d79bb827eb1be21cea4d29cdc60ca3312ec02f"
integrity sha512-0zJhDjNR0aH1d68TiD6GnYr18dcuOiyTx8xV/I7fp9+z/VQ20e305aObW1/DO5/fiCOztscmvJsCjJDYDhFW6w==

"@ossjs/release@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@ossjs/release/-/release-0.3.2.tgz#747a2963179701294b7dce3dca77ef41ffbd5449"
integrity sha512-mP6Qg1k+YnB3Y9Pb6DCU7+vr1UrI/lfUjww0OPnZzd7uXj9se/hS0c6DtiXuYm8ugYP9P/YyNDOlQCrh4MaV2Q==
"@ossjs/release@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@ossjs/release/-/release-0.5.1.tgz#35b349022b311fee6ac9ad9a52395af11dafb7df"
integrity sha512-pp1VL1sOK7+E8rVRhnNvCcof0l8cN256dYLypLN0yOFqk9KxALZ9Rb5/Xft+PkHbsZyeca7SOEnuaWxAqJUt9g==
dependencies:
"@open-draft/deferred-promise" "^2.1.0"
"@open-draft/until" "^2.0.0"
"@types/conventional-commits-parser" "^3.0.2"
"@types/issue-parser" "^3.0.1"
Expand Down

0 comments on commit 0f4e85a

Please sign in to comment.