@financial-times/dotcom-ui-layout 9.0.1 → 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 +9 -9
|
@@ -671,11 +671,6 @@
|
|
|
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
|
-
},
|
|
679
674
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
680
675
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
681
676
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1164,9 +1159,6 @@
|
|
|
1164
1159
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1165
1160
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1166
1161
|
],
|
|
1167
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1168
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1169
|
-
],
|
|
1170
1162
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1171
1163
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1172
1164
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1927,9 +1919,6 @@
|
|
|
1927
1919
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1928
1920
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1929
1921
|
],
|
|
1930
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1931
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1932
|
-
],
|
|
1933
1922
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1934
1923
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1935
1924
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2649,7 +2638,6 @@
|
|
|
2649
2638
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2650
2639
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2651
2640
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2652
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2653
2641
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2654
2642
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2655
2643
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/dotcom-ui-layout",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "component.js",
|
|
6
6
|
"browser": "browser.js",
|
|
7
|
-
"types": "
|
|
7
|
+
"types": "dist/node/index.d.ts",
|
|
8
8
|
"styles": "styles.scss",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@financial-times/dotcom-types-navigation": "^9.0.
|
|
26
|
-
"@financial-times/dotcom-ui-base-styles": "^9.0.
|
|
27
|
-
"@financial-times/dotcom-ui-footer": "^9.0.
|
|
28
|
-
"@financial-times/dotcom-ui-header": "^9.0.
|
|
29
|
-
"focus-visible": "^5.0.0"
|
|
30
|
-
"n-ui-foundations": "^9.0.0"
|
|
25
|
+
"@financial-times/dotcom-types-navigation": "^9.0.3",
|
|
26
|
+
"@financial-times/dotcom-ui-base-styles": "^9.0.3",
|
|
27
|
+
"@financial-times/dotcom-ui-footer": "^9.0.3",
|
|
28
|
+
"@financial-times/dotcom-ui-header": "^9.0.3",
|
|
29
|
+
"focus-visible": "^5.0.0"
|
|
31
30
|
},
|
|
32
31
|
"peerDependencies": {
|
|
33
32
|
"react": "17.x || 18.x",
|
|
34
|
-
"react-dom": "17.x || 18.x"
|
|
33
|
+
"react-dom": "17.x || 18.x",
|
|
34
|
+
"n-ui-foundations": "^9.0.0 || ^10.0.0"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": "16.x || 18.x",
|