@financial-times/dotcom-ui-app-context 10.2.0 → 10.3.0

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,6 +711,11 @@
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
+ },
714
719
  "../../../node_modules/@types/mdast/index.d.ts": {
715
720
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
716
721
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1199,6 +1204,9 @@
1199
1204
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1200
1205
  "../../../node_modules/pretty-format/build/index.d.ts"
1201
1206
  ],
1207
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1208
+ "../../../node_modules/@types/lodash/index.d.ts"
1209
+ ],
1202
1210
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1203
1211
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1204
1212
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -1980,6 +1988,9 @@
1980
1988
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1981
1989
  "../../../node_modules/pretty-format/build/index.d.ts"
1982
1990
  ],
1991
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1992
+ "../../../node_modules/@types/lodash/index.d.ts"
1993
+ ],
1983
1994
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1984
1995
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1985
1996
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2717,6 +2728,7 @@
2717
2728
  "../../../node_modules/@types/jest/index.d.ts",
2718
2729
  "../../../node_modules/@types/json-schema/index.d.ts",
2719
2730
  "../../../node_modules/@types/json5/index.d.ts",
2731
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2720
2732
  "../../../node_modules/@types/lodash/common/array.d.ts",
2721
2733
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2722
2734
  "../../../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": "10.2.0",
3
+ "version": "10.3.0",
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": "^10.2.0"
40
+ "@financial-times/dotcom-ui-data-embed": "^10.3.0"
41
41
  },
42
42
  "volta": {
43
43
  "extends": "../../package.json"