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" },