Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
This causes a test to fail.
  • Loading branch information
RyanWooldridge committed Apr 4, 2018
1 parent 6225610 commit b738c63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0",
"next": "^6.0.0-canary.3",
"react": "^16.3.0",
"react-dom": "^16.3.0"
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"now": "^10.2.2"
"now": "^11.0.0"
},
"scripts": {
"build": "dotenv next build",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0",
"lint-staged": "^7.0.2",
"lint-staged": "^7.0.3",
"npm-run-all": "^4.1.2",
"prettier": "^1.11.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"rimraf": "^2.6.2",
"size-limit": "^0.17.0"
},
Expand Down

0 comments on commit b738c63

Please sign in to comment.