gatsby-theme-carbon 3.0.0 → 3.1.1
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/index.js +1 -0
- package/package.json +36 -36
package/index.js
CHANGED
|
@@ -20,3 +20,4 @@ export { default as ExpressiveListContainer } from './src/components/ExpressiveL
|
|
|
20
20
|
export { default as ExpressiveList } from './src/components/ExpressiveList';
|
|
21
21
|
// Homepage Template Components
|
|
22
22
|
export { HomepageCallout, HomepageBanner } from './src/components/Homepage';
|
|
23
|
+
export { MiniCard } from './src/components/MiniCard';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-theme-carbon",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
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.
|
|
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.
|
|
26
|
-
"@carbon/elements": "^11.
|
|
27
|
-
"@carbon/grid": "^11.
|
|
28
|
-
"@carbon/pictograms-react": "^11.
|
|
29
|
-
"@carbon/react": "^1.
|
|
30
|
-
"@carbon/themes": "^11.
|
|
31
|
-
"@mdx-js/mdx": "^1.
|
|
32
|
-
"@mdx-js/react": "^1.
|
|
33
|
-
"@reach/router": "^1.
|
|
34
|
-
"@vimeo/player": "^2.
|
|
25
|
+
"@babel/core": "^7.21.8",
|
|
26
|
+
"@carbon/elements": "^11.22.0",
|
|
27
|
+
"@carbon/grid": "^11.13.0",
|
|
28
|
+
"@carbon/pictograms-react": "^11.42.0",
|
|
29
|
+
"@carbon/react": "^1.28.0",
|
|
30
|
+
"@carbon/themes": "^11.18.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.19.0",
|
|
35
35
|
"beautiful-react-hooks": "^0.23.1",
|
|
36
|
-
"classnames": "^2.2
|
|
37
|
-
"copy-to-clipboard": "^3.
|
|
38
|
-
"focus-trap-react": "^8.
|
|
39
|
-
"gatsby-plugin-catch-links": "^4.
|
|
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.
|
|
41
|
+
"gatsby-plugin-manifest": "^4.25.0",
|
|
42
42
|
"gatsby-plugin-mdx": "3.20.0",
|
|
43
|
-
"gatsby-plugin-offline": "^5.
|
|
44
|
-
"gatsby-plugin-react-helmet": "^5.
|
|
45
|
-
"gatsby-plugin-sass": "5.
|
|
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.
|
|
48
|
-
"gatsby-remark-copy-linked-files": "^5.
|
|
49
|
-
"gatsby-remark-images": "^6.
|
|
50
|
-
"gatsby-remark-responsive-iframe": "^5.
|
|
51
|
-
"gatsby-remark-smartypants": "^5.
|
|
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.
|
|
53
|
+
"gatsby-source-filesystem": "^4.25.0",
|
|
54
54
|
"gatsby-source-medium-feed": "^1.0.6",
|
|
55
|
-
"gatsby-transformer-yaml": "^4.
|
|
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.
|
|
59
|
-
"prism-react-renderer": "^1.
|
|
60
|
-
"prop-types": "^15.
|
|
61
|
-
"react-helmet": "^6.
|
|
62
|
-
"react-transition-group": "^4.4.
|
|
63
|
-
"react-use": "^15.3.
|
|
64
|
-
"remark-slug": "^6.
|
|
65
|
-
"sass": "^1.
|
|
66
|
-
"slugify": "^1.
|
|
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.62.1",
|
|
66
|
+
"slugify": "^1.6.6",
|
|
67
67
|
"smooth-scroll": "^16.1.3",
|
|
68
68
|
"use-media": "^1.4.0"
|
|
69
69
|
}
|