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