@financial-times/dotcom-ui-app-context 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.
@@ -711,11 +711,6 @@
711
711
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
712
712
  "affectsGlobalScope": false
713
713
  },
714
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
715
- "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
716
- "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
717
- "affectsGlobalScope": false
718
- },
719
714
  "../../../node_modules/@types/mdast/index.d.ts": {
720
715
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
721
716
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1204,9 +1199,6 @@
1204
1199
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1205
1200
  "../../../node_modules/pretty-format/build/index.d.ts"
1206
1201
  ],
1207
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1208
- "../../../node_modules/@types/lodash/index.d.ts"
1209
- ],
1210
1202
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1211
1203
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1212
1204
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -1988,9 +1980,6 @@
1988
1980
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1989
1981
  "../../../node_modules/pretty-format/build/index.d.ts"
1990
1982
  ],
1991
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1992
- "../../../node_modules/@types/lodash/index.d.ts"
1993
- ],
1994
1983
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1995
1984
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1996
1985
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2728,7 +2717,6 @@
2728
2717
  "../../../node_modules/@types/jest/index.d.ts",
2729
2718
  "../../../node_modules/@types/json-schema/index.d.ts",
2730
2719
  "../../../node_modules/@types/json5/index.d.ts",
2731
- "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2732
2720
  "../../../node_modules/@types/lodash/common/array.d.ts",
2733
2721
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2734
2722
  "../../../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-app-context",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "browser": "browser.js",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "homepage": "https://github.com/Financial-Times/dotcom-page-kit/tree/HEAD/packages/dotcom-ui-app-context",
39
39
  "dependencies": {
40
- "@financial-times/dotcom-ui-data-embed": "^9.0.2"
40
+ "@financial-times/dotcom-ui-data-embed": "^9.0.3"
41
41
  },
42
42
  "volta": {
43
43
  "extends": "../../package.json"