gatsby-theme-carbon 4.3.23 → 4.3.24

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.mjs CHANGED
@@ -140,7 +140,11 @@ export default (themeOptions) => {
140
140
  sassOptions: {
141
141
  includePaths: [path.resolve(__dirname, 'node_modules')],
142
142
  api: 'modern',
143
- silenceDeprecations: ['legacy-js-api'],
143
+ silenceDeprecations: [
144
+ 'legacy-js-api',
145
+ 'global-builtin',
146
+ 'if-function',
147
+ ],
144
148
  },
145
149
  },
146
150
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-carbon",
3
- "version": "4.3.23",
3
+ "version": "4.3.24",
4
4
  "main": "index.js",
5
5
  "author": "vpicone <vp@vincepic.one> (@vpicone)",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "beautiful-react-hooks": "^5.0.3",
40
40
  "classnames": "^2.5.1",
41
41
  "copy-to-clipboard": "^3.3.3",
42
- "focus-trap-react": "^10.3.1",
42
+ "focus-trap-react": "^11.0.4",
43
43
  "gatsby-plugin-catch-links": "^5.15.0",
44
44
  "gatsby-plugin-local-search": "^2.0.1",
45
45
  "gatsby-plugin-manifest": "^5.15.0",