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 13, 2019
1 parent bcd7bce commit f1083c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=4"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^1.0.3",
"@continuous-auth/semantic-release-npm": "^2.0.0",
"jest": "^24.1.0",
"mocha": "^3.2.0",
"semantic-release": "^15.13.16"
Expand Down
23 changes: 9 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,19 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@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 Expand Up @@ -5235,11 +5235,6 @@ prepend-http@^1.0.1:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=

prettier@^1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

pretty-bytes@^1.0.2:
version "1.0.4"
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-1.0.4.tgz#0a22e8210609ad35542f8c8d5d2159aff0751c84"
Expand Down

0 comments on commit f1083c3

Please sign in to comment.