Skip to content

Commit

Permalink
build: fix cfa plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 2, 2019
1 parent c8d2c05 commit a4ffbf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"README.md"
],
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^1.0.3",
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.12.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
esutils "^2.0.2"
js-tokens "^4.0.0"

"@continuous-auth/client@^1.0.3":
"@continuous-auth/client@^1.1.0":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@continuous-auth/client/-/client-1.2.3.tgz#2c99879c1e40b3cc3421286b355303b3fef49e48"
integrity sha512-5Fgq6KOdTp9ZoMme/Xirk2GLEOgN5iOgFdVofA5eXgqcIG+JPz8lQceH7r6BBxkppvxwQfnIuEqKEtJqysQUog==
dependencies:
axios "^0.18.0"

"@continuous-auth/semantic-release-npm@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@continuous-auth/semantic-release-npm/-/semantic-release-npm-1.0.3.tgz#8939e7c7c52aac90d191ca467a484f9040b3e077"
integrity sha512-Xq2Ycnu4XgSD6ezeA65meRiYQuJGIpJsR8Aoauga7S+vkLcKWn/P43FadykXIba5w8siZRgCutu1IAwFF+n2+Q==
"@continuous-auth/semantic-release-npm@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@continuous-auth/semantic-release-npm/-/semantic-release-npm-2.0.0.tgz#3813b9bdf6f4b86df2ea018ae10c8a518f8b6ae9"
integrity sha512-NEFIgTcNZf3myZva8swBiNs71cQrEsXd+BJhExW3jIrxYVhSoQWxP0IYzEB7qC5CL1zJ7FtHeNiwwjI9a3beAA==
dependencies:
"@continuous-auth/client" "^1.0.3"
"@continuous-auth/client" "^1.1.0"
"@semantic-release/error" "^2.2.0"
aggregate-error "^2.0.0"
execa "^1.0.0"
Expand Down

0 comments on commit a4ffbf4

Please sign in to comment.