@financial-times/dotcom-ui-flags 9.0.2 → 9.0.3

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.
@@ -721,11 +721,6 @@
721
721
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
722
722
  "affectsGlobalScope": false
723
723
  },
724
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
725
- "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
726
- "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
727
- "affectsGlobalScope": false
728
- },
729
724
  "../../../node_modules/@types/mdast/index.d.ts": {
730
725
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
731
726
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1214,9 +1209,6 @@
1214
1209
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1215
1210
  "../../../node_modules/pretty-format/build/index.d.ts"
1216
1211
  ],
1217
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1218
- "../../../node_modules/@types/lodash/index.d.ts"
1219
- ],
1220
1212
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1221
1213
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1222
1214
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2005,9 +1997,6 @@
2005
1997
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
2006
1998
  "../../../node_modules/pretty-format/build/index.d.ts"
2007
1999
  ],
2008
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
2009
- "../../../node_modules/@types/lodash/index.d.ts"
2010
- ],
2011
2000
  "../../../node_modules/@types/lodash/common/array.d.ts": [
2012
2001
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2013
2002
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2752,7 +2741,6 @@
2752
2741
  "../../../node_modules/@types/jest/index.d.ts",
2753
2742
  "../../../node_modules/@types/json-schema/index.d.ts",
2754
2743
  "../../../node_modules/@types/json5/index.d.ts",
2755
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2756
2744
  "../../../node_modules/@types/lodash/common/array.d.ts",
2757
2745
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2758
2746
  "../../../node_modules/@types/lodash/common/common.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-ui-flags",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "browser": "browser.js",
@@ -25,7 +25,7 @@
25
25
  "npm": "7.x || 8.x || 9.x"
26
26
  },
27
27
  "dependencies": {
28
- "@financial-times/dotcom-ui-data-embed": "^9.0.2"
28
+ "@financial-times/dotcom-ui-data-embed": "^9.0.3"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "17.x || 18.x",