Skip to content

Commit

Permalink
Pin dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bukinoshita committed Oct 8, 2019
1 parent 21f8799 commit a2698de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"axios": "^0.18.1"
},
"devDependencies": {
"ava": "^0.22.0",
"eslint-config-prettier": "^2.6.0",
"xo": "^0.18.2"
"ava": "0.22.0",
"eslint-config-prettier": "2.6.0",
"xo": "0.18.2"
},
"xo": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ ava-init@^0.2.0:
read-pkg-up "^2.0.0"
write-pkg "^3.1.0"

ava@^0.22.0:
ava@0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/ava/-/ava-0.22.0.tgz#4c28a1fdef7e749ba0c8131ac18a7ca489eef049"
dependencies:
Expand Down Expand Up @@ -1172,7 +1172,7 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-prettier@^2.6.0:
eslint-config-prettier@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.6.0.tgz#f21db0ebb438ad678fb98946097c4bb198befccc"
dependencies:
Expand Down Expand Up @@ -3558,7 +3558,7 @@ xo-init@^0.5.0:
the-argv "^1.0.0"
write-pkg "^2.0.0"

xo@^0.18.2:
xo@0.18.2:
version "0.18.2"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.18.2.tgz#92a42eb02a4fb149dfea5518021914f5aac84ff0"
dependencies:
Expand Down

0 comments on commit a2698de

Please sign in to comment.