Skip to content

Commit

Permalink
Downgrade koa in dev-dependencies back so as to pass tests in Node 4 …
Browse files Browse the repository at this point in the history
…and 5
  • Loading branch information
jdwuarin committed May 15, 2017
1 parent a0e16b0 commit 5a7ec2a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"eslint-plugin-import": "^2.2.0",
"express": "^4.15.2",
"jsdoc-to-markdown": "^3.0.0",
"koa": "^2.2.0",
"koa": "2.0.1",
"nyc": "^10.3.2",
"request-promise": "^4.2.1"
},
Expand Down
22 changes: 13 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,9 @@ cookie@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"

cookies@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.7.0.tgz#0bc961d910c35254980fc7c9eff5da12011bbf00"
cookies@~0.6.1:
version "0.6.2"
resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.6.2.tgz#6ac1b052895208e8fc4c4f5f86a9ed31b9cb5ccf"
dependencies:
depd "~1.1.0"
keygrip "~1.0.1"
Expand Down Expand Up @@ -1787,10 +1787,14 @@ forwarded@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.0.tgz#19ef9874c4ae1c297bcf078fde63a09b66a84363"

fresh@0.5.0, fresh@^0.5.0:
fresh@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.0.tgz#f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e"

fresh@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.3.0.tgz#651f838e22424e7566de161d8358caa199f83d4f"

fs-then-native@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/fs-then-native/-/fs-then-native-2.0.0.tgz#19a124d94d90c22c8e045f2e8dd6ebea36d48c67"
Expand Down Expand Up @@ -2645,21 +2649,21 @@ koa-is-json@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/koa-is-json/-/koa-is-json-1.0.0.tgz#273c07edcdcb8df6a2c1ab7d59ee76491451ec14"

koa@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/koa/-/koa-2.2.0.tgz#b055933187849d540ad8b9f731baaa4be97c652d"
koa@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/koa/-/koa-2.0.1.tgz#c15a0da4d62554c058ae881e76992e3defe45bd8"
dependencies:
accepts "^1.2.2"
content-disposition "~0.5.0"
content-type "^1.0.0"
cookies "~0.7.0"
cookies "~0.6.1"
debug "*"
delegates "^1.0.0"
depd "^1.1.0"
destroy "^1.0.3"
error-inject "~1.0.0"
escape-html "~1.0.1"
fresh "^0.5.0"
fresh "^0.3.0"
http-assert "^1.1.0"
http-errors "^1.2.8"
is-generator-function "^1.0.3"
Expand Down

0 comments on commit 5a7ec2a

Please sign in to comment.