@financial-times/dotcom-ui-shell 4.0.0 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/dotcom-ui-shell",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.1.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "component.js",
|
6
6
|
"browser": "browser.js",
|
@@ -21,15 +21,15 @@
|
|
21
21
|
"author": "",
|
22
22
|
"license": "MIT",
|
23
23
|
"dependencies": {
|
24
|
-
"@financial-times/dotcom-ui-app-context": "^4.
|
25
|
-
"@financial-times/dotcom-ui-base-styles": "^4.
|
26
|
-
"@financial-times/dotcom-ui-bootstrap": "^4.
|
27
|
-
"@financial-times/dotcom-ui-flags": "^4.
|
28
|
-
"@financial-times/dotcom-ui-polyfill-service": "^4.
|
24
|
+
"@financial-times/dotcom-ui-app-context": "^4.1.0",
|
25
|
+
"@financial-times/dotcom-ui-base-styles": "^4.1.0",
|
26
|
+
"@financial-times/dotcom-ui-bootstrap": "^4.1.0",
|
27
|
+
"@financial-times/dotcom-ui-flags": "^4.1.0",
|
28
|
+
"@financial-times/dotcom-ui-polyfill-service": "^4.1.0",
|
29
29
|
"mime-types": "^2.1.26"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
|
-
"react": "
|
32
|
+
"react": "16.x || 17.x"
|
33
33
|
},
|
34
34
|
"engines": {
|
35
35
|
"node": ">= 12.0.0",
|
@@ -45,6 +45,7 @@
|
|
45
45
|
"extends": "../../package.json"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"check-engine": "^1.10.1"
|
48
|
+
"check-engine": "^1.10.1",
|
49
|
+
"react": "^16.8.6"
|
49
50
|
}
|
50
51
|
}
|