@financial-times/dotcom-ui-shell 9.0.2 → 9.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tsconfig.tsbuildinfo +0 -12
- package/package.json +6 -6
@@ -806,11 +806,6 @@
|
|
806
806
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
807
807
|
"affectsGlobalScope": false
|
808
808
|
},
|
809
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
810
|
-
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
811
|
-
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
812
|
-
"affectsGlobalScope": false
|
813
|
-
},
|
814
809
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
815
810
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
816
811
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
@@ -1299,9 +1294,6 @@
|
|
1299
1294
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
1300
1295
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
1301
1296
|
],
|
1302
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
1303
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
1304
|
-
],
|
1305
1297
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
1306
1298
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
1307
1299
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
@@ -2137,9 +2129,6 @@
|
|
2137
2129
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
2138
2130
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
2139
2131
|
],
|
2140
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
2141
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
2142
|
-
],
|
2143
2132
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
2144
2133
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
2145
2134
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
@@ -2920,7 +2909,6 @@
|
|
2920
2909
|
"../../../node_modules/@types/jest/index.d.ts",
|
2921
2910
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
2922
2911
|
"../../../node_modules/@types/json5/index.d.ts",
|
2923
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
2924
2912
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
2925
2913
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
2926
2914
|
"../../../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-shell",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.3",
|
4
4
|
"description": "",
|
5
5
|
"main": "component.js",
|
6
6
|
"browser": "browser.js",
|
@@ -20,11 +20,11 @@
|
|
20
20
|
"author": "",
|
21
21
|
"license": "MIT",
|
22
22
|
"dependencies": {
|
23
|
-
"@financial-times/dotcom-ui-app-context": "^9.0.
|
24
|
-
"@financial-times/dotcom-ui-base-styles": "^9.0.
|
25
|
-
"@financial-times/dotcom-ui-bootstrap": "^9.0.
|
26
|
-
"@financial-times/dotcom-ui-flags": "^9.0.
|
27
|
-
"@financial-times/dotcom-ui-polyfill-service": "^9.0.
|
23
|
+
"@financial-times/dotcom-ui-app-context": "^9.0.3",
|
24
|
+
"@financial-times/dotcom-ui-base-styles": "^9.0.3",
|
25
|
+
"@financial-times/dotcom-ui-bootstrap": "^9.0.3",
|
26
|
+
"@financial-times/dotcom-ui-flags": "^9.0.3",
|
27
|
+
"@financial-times/dotcom-ui-polyfill-service": "^9.0.3",
|
28
28
|
"mime-types": "^2.1.26"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|