@financial-times/dotcom-ui-shell 7.3.5 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/dotcom-ui-shell",
|
3
|
-
"version": "
|
3
|
+
"version": "8.0.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "component.js",
|
6
6
|
"browser": "browser.js",
|
@@ -20,18 +20,18 @@
|
|
20
20
|
"author": "",
|
21
21
|
"license": "MIT",
|
22
22
|
"dependencies": {
|
23
|
-
"@financial-times/dotcom-ui-app-context": "^
|
24
|
-
"@financial-times/dotcom-ui-base-styles": "^
|
25
|
-
"@financial-times/dotcom-ui-bootstrap": "^
|
26
|
-
"@financial-times/dotcom-ui-flags": "^
|
27
|
-
"@financial-times/dotcom-ui-polyfill-service": "^
|
23
|
+
"@financial-times/dotcom-ui-app-context": "^8.0.0",
|
24
|
+
"@financial-times/dotcom-ui-base-styles": "^8.0.0",
|
25
|
+
"@financial-times/dotcom-ui-bootstrap": "^8.0.0",
|
26
|
+
"@financial-times/dotcom-ui-flags": "^8.0.0",
|
27
|
+
"@financial-times/dotcom-ui-polyfill-service": "^8.0.0",
|
28
28
|
"mime-types": "^2.1.26"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
31
31
|
"react": "16.x || 17.x"
|
32
32
|
},
|
33
33
|
"engines": {
|
34
|
-
"node": "
|
34
|
+
"node": "16.x",
|
35
35
|
"npm": "7.x || 8.x"
|
36
36
|
},
|
37
37
|
"files": [
|