@financial-times/dotcom-ui-header 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 +6 -6
|
@@ -711,11 +711,6 @@
|
|
|
711
711
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
712
712
|
"affectsGlobalScope": false
|
|
713
713
|
},
|
|
714
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
715
|
-
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
716
|
-
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
717
|
-
"affectsGlobalScope": false
|
|
718
|
-
},
|
|
719
714
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
720
715
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
721
716
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1205,9 +1200,6 @@
|
|
|
1205
1200
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1206
1201
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1207
1202
|
],
|
|
1208
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1209
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1210
|
-
],
|
|
1211
1203
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1212
1204
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1213
1205
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2013,9 +2005,6 @@
|
|
|
2013
2005
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
2014
2006
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
2015
2007
|
],
|
|
2016
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
2017
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
2018
|
-
],
|
|
2019
2008
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
2020
2009
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2021
2010
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2765,7 +2754,6 @@
|
|
|
2765
2754
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2766
2755
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2767
2756
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2768
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2769
2757
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2770
2758
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2771
2759
|
"../../../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-header",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "browser.js",
|
|
6
6
|
"main": "component.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,9 +22,8 @@
|
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@financial-times/dotcom-types-navigation": "^9.0.
|
|
26
|
-
"n-topic-search": "^4.0.0"
|
|
27
|
-
"n-ui-foundations": "^9.0.0"
|
|
25
|
+
"@financial-times/dotcom-types-navigation": "^9.0.3",
|
|
26
|
+
"n-topic-search": "^4.0.0"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
29
|
"@financial-times/logo-images": "^1.10.1",
|
|
@@ -37,7 +36,8 @@
|
|
|
37
36
|
"@financial-times/o-header": "^11.0.4",
|
|
38
37
|
"@financial-times/logo-images": "^1.10.1",
|
|
39
38
|
"react": "17.x || 18.x",
|
|
40
|
-
"react-dom": "17.x || 18.x"
|
|
39
|
+
"react-dom": "17.x || 18.x",
|
|
40
|
+
"n-ui-foundations": "^9.0.0 || ^10.0.0"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": "16.x || 18.x",
|