@t2ca/gatsby-theme-showcase 1.0.32 → 1.0.33
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 +1 -1
- package/package.json +2 -2
package/gatsby-config.js
CHANGED
|
@@ -31,7 +31,7 @@ module.exports = ({ contentPath = "data", basePath = "/" }) => ({
|
|
|
31
31
|
// It's important to specify the maxWidth (in pixels) of
|
|
32
32
|
// the content container as this plugin uses this as the
|
|
33
33
|
// base for generating different widths of each image.
|
|
34
|
-
maxWidth:
|
|
34
|
+
maxWidth: 1600,
|
|
35
35
|
},
|
|
36
36
|
},
|
|
37
37
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2ca/gatsby-theme-showcase",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"devDependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"eslint": "^7.0.0",
|
|
10
10
|
"eslint-config-prettier": "^6.0.0",
|
|
11
11
|
"eslint-plugin-emotion": "^10.0.14",
|
|
12
|
-
"eslint-plugin-graphql": "^
|
|
12
|
+
"eslint-plugin-graphql": "^4.0.0",
|
|
13
13
|
"eslint-plugin-import": "^2.18.0",
|
|
14
14
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
15
15
|
"eslint-plugin-prettier": "^3.1.0",
|