@financial-times/dotcom-ui-flags 10.1.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
|
@@ -721,6 +721,11 @@
|
|
|
721
721
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
722
722
|
"affectsGlobalScope": false
|
|
723
723
|
},
|
|
724
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
725
|
+
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
726
|
+
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
727
|
+
"affectsGlobalScope": false
|
|
728
|
+
},
|
|
724
729
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
725
730
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
726
731
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1209,6 +1214,9 @@
|
|
|
1209
1214
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1210
1215
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1211
1216
|
],
|
|
1217
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1218
|
+
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1219
|
+
],
|
|
1212
1220
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1213
1221
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1214
1222
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1997,6 +2005,9 @@
|
|
|
1997
2005
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1998
2006
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1999
2007
|
],
|
|
2008
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
2009
|
+
"../../../node_modules/@types/lodash/index.d.ts"
|
|
2010
|
+
],
|
|
2000
2011
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
2001
2012
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2002
2013
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2741,6 +2752,7 @@
|
|
|
2741
2752
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2742
2753
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2743
2754
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2755
|
+
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2744
2756
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2745
2757
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2746
2758
|
"../../../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-flags",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "component.js",
|
|
6
6
|
"browser": "browser.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"npm": "8.x || 9.x || 10.x"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@financial-times/dotcom-ui-data-embed": "^10.
|
|
28
|
+
"@financial-times/dotcom-ui-data-embed": "^10.3.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "17.x || 18.x",
|