@openstack_dev/gatsby-theme-marketing-oif-core 1.0.39 → 1.0.40

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 (2) hide show
  1. package/gatsby-config.js +1 -0
  2. package/package.json +2 -2
package/gatsby-config.js CHANGED
@@ -147,6 +147,7 @@ const plugins = [
147
147
  }
148
148
  },
149
149
  sassOptions: {
150
+ api: "modern-compiler",
150
151
  silenceDeprecations: ["legacy-js-api"]
151
152
  }
152
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openstack_dev/gatsby-theme-marketing-oif-core",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
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": "^16.2.2",
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",