gatsby-theme-carbon 3.1.0 → 3.1.2

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.
Files changed (1) hide show
  1. package/package.json +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-carbon",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "main": "index.js",
5
5
  "author": "vpicone <vp@vincepic.one> (@vpicone)",
6
6
  "repository": {
@@ -17,53 +17,53 @@
17
17
  "react-dom": "^17.0.2"
18
18
  },
19
19
  "devDependencies": {
20
- "gatsby": "^4.21.1",
20
+ "gatsby": "^4.25.7",
21
21
  "react": "^17.0.2",
22
22
  "react-dom": "^17.0.2"
23
23
  },
24
24
  "dependencies": {
25
- "@babel/core": "^7.14.6",
26
- "@carbon/elements": "^11.8.0",
27
- "@carbon/grid": "^11.5.0",
28
- "@carbon/pictograms-react": "^11.30.0",
29
- "@carbon/react": "^1.11.0",
30
- "@carbon/themes": "^11.7.0",
31
- "@mdx-js/mdx": "^1.5.5",
32
- "@mdx-js/react": "^1.5.5",
33
- "@reach/router": "^1.2.1",
34
- "@vimeo/player": "^2.9.1",
25
+ "@babel/core": "^7.22.8",
26
+ "@carbon/elements": "^11.24.0",
27
+ "@carbon/grid": "^11.15.0",
28
+ "@carbon/pictograms-react": "^11.44.0",
29
+ "@carbon/react": "^1.32.0",
30
+ "@carbon/themes": "^11.20.0",
31
+ "@mdx-js/mdx": "^1.6.22",
32
+ "@mdx-js/react": "^1.6.22",
33
+ "@reach/router": "^1.3.4",
34
+ "@vimeo/player": "^2.20.1",
35
35
  "beautiful-react-hooks": "^0.23.1",
36
- "classnames": "^2.2.6",
37
- "copy-to-clipboard": "^3.2.0",
38
- "focus-trap-react": "^8.4.2",
39
- "gatsby-plugin-catch-links": "^4.21.0",
36
+ "classnames": "^2.3.2",
37
+ "copy-to-clipboard": "^3.3.3",
38
+ "focus-trap-react": "^8.11.3",
39
+ "gatsby-plugin-catch-links": "^4.25.0",
40
40
  "gatsby-plugin-lunr": "^1.5.2",
41
- "gatsby-plugin-manifest": "^4.21.0",
41
+ "gatsby-plugin-manifest": "^4.25.0",
42
42
  "gatsby-plugin-mdx": "3.20.0",
43
- "gatsby-plugin-offline": "^5.21.0",
44
- "gatsby-plugin-react-helmet": "^5.21.0",
45
- "gatsby-plugin-sass": "5.9",
43
+ "gatsby-plugin-offline": "^5.25.0",
44
+ "gatsby-plugin-react-helmet": "^5.25.0",
45
+ "gatsby-plugin-sass": "5.25.0",
46
46
  "gatsby-plugin-sass-resources": "^3.0.1",
47
- "gatsby-plugin-sharp": "^4.21.0",
48
- "gatsby-remark-copy-linked-files": "^5.21.0",
49
- "gatsby-remark-images": "^6.21.0",
50
- "gatsby-remark-responsive-iframe": "^5.21.0",
51
- "gatsby-remark-smartypants": "^5.21.0",
47
+ "gatsby-plugin-sharp": "^4.25.1",
48
+ "gatsby-remark-copy-linked-files": "^5.25.0",
49
+ "gatsby-remark-images": "^6.25.0",
50
+ "gatsby-remark-responsive-iframe": "^5.25.0",
51
+ "gatsby-remark-smartypants": "^5.25.0",
52
52
  "gatsby-remark-unwrap-images": "^1.0.2",
53
- "gatsby-source-filesystem": "^4.21.1",
53
+ "gatsby-source-filesystem": "^4.25.0",
54
54
  "gatsby-source-medium-feed": "^1.0.6",
55
- "gatsby-transformer-yaml": "^4.21.0",
55
+ "gatsby-transformer-yaml": "^4.25.0",
56
56
  "lodash.startcase": "^4.4.0",
57
57
  "lodash.throttle": "^4.1.1",
58
- "mkdirp": "^1.0.3",
59
- "prism-react-renderer": "^1.2.1",
60
- "prop-types": "^15.7.2",
61
- "react-helmet": "^6.0.0-beta",
62
- "react-transition-group": "^4.4.2",
63
- "react-use": "^15.3.4",
64
- "remark-slug": "^6.0.0",
65
- "sass": "^1.52.3",
66
- "slugify": "^1.3.4",
58
+ "mkdirp": "^1.0.4",
59
+ "prism-react-renderer": "^1.3.5",
60
+ "prop-types": "^15.8.1",
61
+ "react-helmet": "^6.1.0",
62
+ "react-transition-group": "^4.4.5",
63
+ "react-use": "^15.3.8",
64
+ "remark-slug": "^6.1.0",
65
+ "sass": "^1.63.6",
66
+ "slugify": "^1.6.6",
67
67
  "smooth-scroll": "^16.1.3",
68
68
  "use-media": "^1.4.0"
69
69
  }