@defra/docusaurus-theme-govuk 0.0.10-alpha → 0.0.11-alpha

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -380,7 +380,7 @@ module.exports = function themeGovuk(context, options) {
380
380
  path.resolve(__dirname, 'node_modules'),
381
381
  ],
382
382
  quietDeps: true,
383
- silenceDeprecations: ['import', 'if-function'],
383
+ silenceDeprecations: ['import'],
384
384
  },
385
385
  },
386
386
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra/docusaurus-theme-govuk",
3
- "version": "0.0.10-alpha",
3
+ "version": "0.0.11-alpha",
4
4
  "description": "A Docusaurus theme implementing the GOV.UK Design System for consistent, accessible documentation sites",
5
5
  "main": "index.js",
6
6
  "license": "MIT",