@t2ca/gatsby-theme-showcase 1.0.62 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gatsby-config.js CHANGED
@@ -45,14 +45,6 @@ module.exports = ({ contentPath = "data", basePath = "/" }) => ({
45
45
  // },
46
46
  // },
47
47
  `gatsby-plugin-react-helmet`,
48
- `gatsby-plugin-emotion`,
49
48
  `gatsby-plugin-theme-ui`,
50
- {
51
- resolve: "gatsby-plugin-mdx",
52
- options: {
53
- extensions: [".mdx", ".md"],
54
- remarkPlugins,
55
- },
56
- },
57
49
  ],
58
50
  })
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@t2ca/gatsby-theme-showcase",
3
- "version": "1.0.62",
3
+ "version": "1.0.64",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
7
- "@hot-loader/react-dom": "^16.9.0",
8
7
  "babel-eslint": "^10.0.2",
9
8
  "eslint": "^7.0.0",
10
9
  "eslint-config-prettier": "^6.0.0",
@@ -19,25 +18,23 @@
19
18
  },
20
19
  "peerDependencies": {
21
20
  "gatsby": "^2.13.3",
22
- "react": "^16.9.0",
23
- "react-dom": "^16.9.0"
21
+ "react": "^17.0.0-rc.0",
22
+ "react-dom": "^17.0.0-rc.0"
24
23
  },
25
24
  "dependencies": {
26
25
  "@emotion/styled": "^10.0.17",
27
- "@mdx-js/mdx": "^1.4.0",
28
- "@theme-ui/components": "^0.4.0-rc.1",
29
- "@theme-ui/preset-bootstrap": "^0.4.0-rc.1",
30
- "@theme-ui/preset-tailwind": "^0.4.0-rc.1",
31
- "@theme-ui/sidenav": "^0.4.0-rc.1",
32
- "@theme-ui/typography": "^0.4.0-rc.1",
26
+ "@theme-ui/components": "^0.3.0",
27
+ "@theme-ui/preset-bootstrap": "^0.3.0",
28
+ "@theme-ui/preset-tailwind": "^0.3.0",
29
+ "@theme-ui/sidenav": "^0.3.0",
30
+ "@theme-ui/typography": "^0.3.0",
33
31
  "framer-motion": "^2.1.0",
34
32
  "gatsby": "^2.13.3",
35
33
  "gatsby-image": "^2.2.7",
36
34
  "gatsby-plugin-emotion": "^4.1.2",
37
- "gatsby-plugin-mdx": "^1.0.33",
38
35
  "gatsby-plugin-react-helmet": "^3.1.21",
39
36
  "gatsby-plugin-sharp": "^2.2.9",
40
- "gatsby-plugin-theme-ui": "^0.4.0-rc.1",
37
+ "gatsby-plugin-theme-ui": "^0.3.0",
41
38
  "gatsby-remark-images": "^3.1.7",
42
39
  "gatsby-source-filesystem": "^2.1.4",
43
40
  "gatsby-transformer-json": "^2.2.2",
@@ -47,7 +44,7 @@
47
44
  "react-helmet": "^6.0.0",
48
45
  "react-icons": "^3.7.0",
49
46
  "remark-slug": "^6.0.0",
50
- "theme-ui": "^0.4.0-rc.1",
47
+ "theme-ui": "^0.3.0",
51
48
  "yup": "^0.29.0"
52
49
  },
53
50
  "scripts": {
@@ -1,5 +1,4 @@
1
1
  /** @jsx jsx */
2
- import React from "react"
3
2
  import { jsx } from "theme-ui"
4
3
 
5
4
  const Wave = ({ background = "mBg" }) => {
@@ -8,7 +7,7 @@ const Wave = ({ background = "mBg" }) => {
8
7
  <svg
9
8
  sx={{ bg: "mBg" }}
10
9
  xmlns="http://www.w3.org/2000/svg"
11
- viewBox="0 0 1440 200"
10
+ viewBox="0 0 1400 300"
12
11
  >
13
12
  <path
14
13
  sx={{ fill: background }}