@financial-times/dotcom-ui-layout 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 +5 -5
|
@@ -671,6 +671,11 @@
|
|
|
671
671
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
672
672
|
"affectsGlobalScope": false
|
|
673
673
|
},
|
|
674
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
675
|
+
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
676
|
+
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
677
|
+
"affectsGlobalScope": false
|
|
678
|
+
},
|
|
674
679
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
675
680
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
676
681
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1159,6 +1164,9 @@
|
|
|
1159
1164
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1160
1165
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1161
1166
|
],
|
|
1167
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1168
|
+
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1169
|
+
],
|
|
1162
1170
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1163
1171
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1164
1172
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1919,6 +1927,9 @@
|
|
|
1919
1927
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1920
1928
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1921
1929
|
],
|
|
1930
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1931
|
+
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1932
|
+
],
|
|
1922
1933
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1923
1934
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1924
1935
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2638,6 +2649,7 @@
|
|
|
2638
2649
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2639
2650
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2640
2651
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2652
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2641
2653
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2642
2654
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2643
2655
|
"../../../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-layout",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "component.js",
|
|
6
6
|
"browser": "browser.js",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@financial-times/dotcom-types-navigation": "^10.
|
|
26
|
-
"@financial-times/dotcom-ui-base-styles": "^10.
|
|
27
|
-
"@financial-times/dotcom-ui-footer": "^10.
|
|
28
|
-
"@financial-times/dotcom-ui-header": "^10.
|
|
25
|
+
"@financial-times/dotcom-types-navigation": "^10.3.0",
|
|
26
|
+
"@financial-times/dotcom-ui-base-styles": "^10.3.0",
|
|
27
|
+
"@financial-times/dotcom-ui-footer": "^10.3.0",
|
|
28
|
+
"@financial-times/dotcom-ui-header": "^10.3.0",
|
|
29
29
|
"focus-visible": "^5.0.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|