@financial-times/dotcom-ui-shell 9.1.1 → 9.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/dotcom-ui-shell",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.2.0",
|
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.
|
24
|
-
"@financial-times/dotcom-ui-base-styles": "^9.
|
25
|
-
"@financial-times/dotcom-ui-bootstrap": "^9.
|
26
|
-
"@financial-times/dotcom-ui-flags": "^9.
|
27
|
-
"@financial-times/dotcom-ui-polyfill-service": "^9.
|
23
|
+
"@financial-times/dotcom-ui-app-context": "^9.2.0",
|
24
|
+
"@financial-times/dotcom-ui-base-styles": "^9.2.0",
|
25
|
+
"@financial-times/dotcom-ui-bootstrap": "^9.2.0",
|
26
|
+
"@financial-times/dotcom-ui-flags": "^9.2.0",
|
27
|
+
"@financial-times/dotcom-ui-polyfill-service": "^9.2.0",
|
28
28
|
"mime-types": "^2.1.26"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"react-dom": "17.x || 18.x"
|
33
33
|
},
|
34
34
|
"engines": {
|
35
|
-
"node": "16.x || 18.x",
|
36
|
-
"npm": "7.x || 8.x || 9.x"
|
35
|
+
"node": "16.x || 18.x || 20.x",
|
36
|
+
"npm": "7.x || 8.x || 9.x || 10.x"
|
37
37
|
},
|
38
38
|
"files": [
|
39
39
|
"dist/",
|