@financial-times/dotcom-ui-footer 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.
- package/dist/tsconfig.tsbuildinfo +12 -0
- package/package.json +2 -2
|
@@ -666,6 +666,11 @@
|
|
|
666
666
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
667
667
|
"affectsGlobalScope": false
|
|
668
668
|
},
|
|
669
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
670
|
+
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
671
|
+
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
672
|
+
"affectsGlobalScope": false
|
|
673
|
+
},
|
|
669
674
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
670
675
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
671
676
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1154,6 +1159,9 @@
|
|
|
1154
1159
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1155
1160
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1156
1161
|
],
|
|
1162
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1163
|
+
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1164
|
+
],
|
|
1157
1165
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1158
1166
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1159
1167
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1912,6 +1920,9 @@
|
|
|
1912
1920
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1913
1921
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1914
1922
|
],
|
|
1923
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1924
|
+
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1925
|
+
],
|
|
1915
1926
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1916
1927
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1917
1928
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2629,6 +2640,7 @@
|
|
|
2629
2640
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2630
2641
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2631
2642
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2643
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2632
2644
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2633
2645
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2634
2646
|
"../../../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-footer",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "component.js",
|
|
6
6
|
"styles": "styles.scss",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@financial-times/dotcom-types-navigation": "^10.
|
|
24
|
+
"@financial-times/dotcom-types-navigation": "^10.3.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@financial-times/o-footer": "^9.2.0",
|