From 64edd6f746e93a0db9d94dcfc93d85185fe6e720 Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Sat, 26 May 2018 11:40:35 -0400 Subject: [PATCH] Update example deps --- examples/emotion/package.json | 2 +- examples/graphql/package.json | 2 +- examples/jsx/package.json | 2 +- examples/react-router/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/emotion/package.json b/examples/emotion/package.json index d10cef0..0a378eb 100644 --- a/examples/emotion/package.json +++ b/examples/emotion/package.json @@ -7,7 +7,7 @@ "build": "x0 build pages" }, "dependencies": { - "@compositor/x0": "^5.0.0-12", + "@compositor/x0": "^5.0.0", "emotion": "^9.1.3", "react-emotion": "^9.1.3" } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index d3bf2db..14e0975 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -5,7 +5,7 @@ "start": "x0 pages" }, "dependencies": { - "@compositor/x0": "^5.0.0-12", + "@compositor/x0": "^5.0.0", "graphql-request": "^1.4.0" } } diff --git a/examples/jsx/package.json b/examples/jsx/package.json index adb3852..c129fee 100644 --- a/examples/jsx/package.json +++ b/examples/jsx/package.json @@ -6,7 +6,7 @@ "build": "x0 build pages" }, "dependencies": { - "@compositor/x0": "^5.0.0-12", + "@compositor/x0": "^5.0.0", "rebass": "^2.0.0-2" } } diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 61c27b9..39c2aec 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -6,7 +6,7 @@ "build": "x0 build pages" }, "dependencies": { - "@compositor/x0": "^5.0.0-12", + "@compositor/x0": "^5.0.0", "react-router-dom": "^4.2.2", "styled-components": "^3.3.0" },