@financial-times/dotcom-ui-shell 10.1.0 → 10.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -796,6 +796,11 @@
796
796
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
797
797
  "affectsGlobalScope": false
798
798
  },
799
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
800
+ "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
801
+ "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
802
+ "affectsGlobalScope": false
803
+ },
799
804
  "../../../node_modules/@types/mdast/index.d.ts": {
800
805
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
801
806
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1284,6 +1289,9 @@
1284
1289
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1285
1290
  "../../../node_modules/pretty-format/build/index.d.ts"
1286
1291
  ],
1292
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1293
+ "../../../node_modules/@types/lodash/index.d.ts"
1294
+ ],
1287
1295
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1288
1296
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1289
1297
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2115,6 +2123,9 @@
2115
2123
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
2116
2124
  "../../../node_modules/pretty-format/build/index.d.ts"
2117
2125
  ],
2126
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
2127
+ "../../../node_modules/@types/lodash/index.d.ts"
2128
+ ],
2118
2129
  "../../../node_modules/@types/lodash/common/array.d.ts": [
2119
2130
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2120
2131
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2892,6 +2903,7 @@
2892
2903
  "../../../node_modules/@types/jest/index.d.ts",
2893
2904
  "../../../node_modules/@types/json-schema/index.d.ts",
2894
2905
  "../../../node_modules/@types/json5/index.d.ts",
2906
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2895
2907
  "../../../node_modules/@types/lodash/common/array.d.ts",
2896
2908
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2897
2909
  "../../../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-shell",
3
- "version": "10.1.0",
3
+ "version": "10.3.0",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "browser": "browser.js",
@@ -20,10 +20,10 @@
20
20
  "author": "",
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@financial-times/dotcom-ui-app-context": "^10.1.0",
24
- "@financial-times/dotcom-ui-base-styles": "^10.1.0",
25
- "@financial-times/dotcom-ui-bootstrap": "^10.1.0",
26
- "@financial-times/dotcom-ui-flags": "^10.1.0",
23
+ "@financial-times/dotcom-ui-app-context": "^10.3.0",
24
+ "@financial-times/dotcom-ui-base-styles": "^10.3.0",
25
+ "@financial-times/dotcom-ui-bootstrap": "^10.3.0",
26
+ "@financial-times/dotcom-ui-flags": "^10.3.0",
27
27
  "mime-types": "^2.1.26"
28
28
  },
29
29
  "peerDependencies": {