@financial-times/dotcom-build-code-splitting 9.0.2 → 9.1.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 +0 -12
- package/package.json +1 -4
|
@@ -746,11 +746,6 @@
|
|
|
746
746
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
747
747
|
"affectsGlobalScope": false
|
|
748
748
|
},
|
|
749
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
750
|
-
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
751
|
-
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
752
|
-
"affectsGlobalScope": false
|
|
753
|
-
},
|
|
754
749
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
755
750
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
756
751
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1169,9 +1164,6 @@
|
|
|
1169
1164
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1170
1165
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1171
1166
|
],
|
|
1172
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1173
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1174
|
-
],
|
|
1175
1167
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1176
1168
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1177
1169
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1933,9 +1925,6 @@
|
|
|
1933
1925
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1934
1926
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1935
1927
|
],
|
|
1936
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1937
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1938
|
-
],
|
|
1939
1928
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1940
1929
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1941
1930
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2651,7 +2640,6 @@
|
|
|
2651
2640
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2652
2641
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2653
2642
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2654
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2655
2643
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2656
2644
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2657
2645
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/dotcom-build-code-splitting",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"types": "dist/node/index.d.ts",
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
"author": "",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@financial-times/n-tracking": "^7.2.2",
|
|
22
|
-
"@financial-times/n-feedback": "^9.0.4",
|
|
23
|
-
"@financial-times/n-syndication": "^9.0.1",
|
|
24
21
|
"n-topic-search": "^4.0.0",
|
|
25
22
|
"dateformat": "^3.0.0 || ^4.0.0",
|
|
26
23
|
"focus-visible": "^5.0.0",
|