Skip to content

Commit

Permalink
fix: use CFA v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 14, 2019
1 parent c073a6b commit 1e770f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">= 8.0.0"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^1.0.3",
"@continuous-auth/semantic-release-npm": "^2.0.0",
"got": "^9.6.0",
"mocha": "^6.1.4",
"rcinfo": "^0.1.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# yarn lockfile v1


"@continuous-auth/client@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@continuous-auth/client/-/client-1.0.3.tgz#ebfe2ad4d90dddb707527f17bf9d7667949309c9"
integrity sha512-zDRkM+cpXq6VMsRAitUtTLuWMruDGwHHVr3J/46hBM51Bv9JzssziuUVD0lVa+t0D2TsJG4CYV3LqLeTi8Ezgw==
"@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 1e770f7

Please sign in to comment.