diff --git a/docs/getting-started/Usage-guide.md b/docs/getting-started/Usage-guide.md index fa3673f..e329046 100644 --- a/docs/getting-started/Usage-guide.md +++ b/docs/getting-started/Usage-guide.md @@ -204,4 +204,4 @@ So either make components that contribute markup to the layout stateless, or take care to only make use of state in the main section of the component and not in those sections that are contributed to the layout. -The [Preact Layout Kickstart CodePen]() actually demonstrates this. +The [Preact Layout Kickstart CodePen](http://codepen.io/StijnDeWitt/pen/rrzJEA) actually demonstrates this. diff --git a/package.json b/package.json index 96fe7fa..84b9627 100644 --- a/package.json +++ b/package.json @@ -88,12 +88,12 @@ "cross-env": "^3.1.1", "gitbook-cli": "^2.3.0", "glob": "^7.1.1", - "jest": "^16.0.1", + "jest": "^17.0.0", "loose-envify": "^1.1.0", "preact-render-to-string": "^3.1.1", "rimraf": "^2.3.4", "touch": "^1.0.0", - "uevents": "^0.5.0", + "uevents": "^1.0.0", "webpack": "^1.9.6" }, "npmName": "preact-layout",