@financial-times/dotcom-ui-shell 10.0.0-beta.0 → 10.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": "10.0.0
|
3
|
+
"version": "10.0.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "component.js",
|
6
6
|
"browser": "browser.js",
|
@@ -20,10 +20,10 @@
|
|
20
20
|
"author": "",
|
21
21
|
"license": "MIT",
|
22
22
|
"dependencies": {
|
23
|
-
"@financial-times/dotcom-ui-app-context": "^10.0.0
|
24
|
-
"@financial-times/dotcom-ui-base-styles": "^10.0.0
|
25
|
-
"@financial-times/dotcom-ui-bootstrap": "^10.0.0
|
26
|
-
"@financial-times/dotcom-ui-flags": "^10.0.0
|
23
|
+
"@financial-times/dotcom-ui-app-context": "^10.0.0",
|
24
|
+
"@financial-times/dotcom-ui-base-styles": "^10.0.0",
|
25
|
+
"@financial-times/dotcom-ui-bootstrap": "^10.0.0",
|
26
|
+
"@financial-times/dotcom-ui-flags": "^10.0.0",
|
27
27
|
"mime-types": "^2.1.26"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
@@ -31,8 +31,8 @@
|
|
31
31
|
"react-dom": "17.x || 18.x"
|
32
32
|
},
|
33
33
|
"engines": {
|
34
|
-
"node": "
|
35
|
-
"npm": "
|
34
|
+
"node": "18.x || 20.x",
|
35
|
+
"npm": "8.x || 9.x || 10.x"
|
36
36
|
},
|
37
37
|
"files": [
|
38
38
|
"dist/",
|