@openstack_dev/gatsby-theme-marketing-oif-core 1.0.39 → 1.0.41
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 +3 -3
- package/package.json +2 -2
package/gatsby-config.js
CHANGED
|
@@ -146,7 +146,8 @@ const plugins = [
|
|
|
146
146
|
namedExport: false
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
-
|
|
149
|
+
sassLoaderOptions: {
|
|
150
|
+
api: "modern-compiler",
|
|
150
151
|
silenceDeprecations: ["legacy-js-api"]
|
|
151
152
|
}
|
|
152
153
|
}
|
|
@@ -248,8 +249,7 @@ const plugins = [
|
|
|
248
249
|
],
|
|
249
250
|
display: "swap"
|
|
250
251
|
}
|
|
251
|
-
}
|
|
252
|
-
"gatsby-plugin-netlify" // make sure to keep it last in the array
|
|
252
|
+
}
|
|
253
253
|
];
|
|
254
254
|
|
|
255
255
|
module.exports = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openstack_dev/gatsby-theme-marketing-oif-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.41",
|
|
4
4
|
"description": "Base theme for Marketing Sites",
|
|
5
5
|
"author": "smarcet",
|
|
6
6
|
"keywords": [
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"immutable": "^5.1.5",
|
|
95
95
|
"js-cookie": "^3.0.5",
|
|
96
96
|
"js-yaml": "^4.1.0",
|
|
97
|
-
"jsdom": "^
|
|
97
|
+
"jsdom": "^29.0.1",
|
|
98
98
|
"lodash": "^4.17.19",
|
|
99
99
|
"lz-string": "^1.4.4",
|
|
100
100
|
"markdown-it": "^12.0.0",
|