@webiny/app-admin 5.19.0-beta.4 → 5.19.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -113,6 +113,7 @@ export var useInstaller = function useInstaller(_ref2) {
|
|
|
113
113
|
var wbyVersion = appConfig.getKey("WEBINY_VERSION", process.env.REACT_APP_WEBINY_VERSION);
|
|
114
114
|
var upgrades = (installer.plugin.upgrades || []).filter(function (_ref5) {
|
|
115
115
|
var version = _ref5.version;
|
|
116
|
+
// TODO use coerce
|
|
116
117
|
return lte(version, wbyVersion) && gt(version, installer.installed);
|
|
117
118
|
});
|
|
118
119
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-admin",
|
|
3
|
-
"version": "5.19.0-beta.
|
|
3
|
+
"version": "5.19.0-beta.5",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@svgr/webpack": "4.3.3",
|
|
19
19
|
"@types/mime": "2.0.3",
|
|
20
20
|
"@types/react": "16.14.2",
|
|
21
|
-
"@webiny/app": "5.19.0-beta.
|
|
22
|
-
"@webiny/app-security": "5.19.0-beta.
|
|
23
|
-
"@webiny/form": "5.19.0-beta.
|
|
24
|
-
"@webiny/plugins": "5.19.0-beta.
|
|
25
|
-
"@webiny/react-router": "5.19.0-beta.
|
|
26
|
-
"@webiny/ui": "5.19.0-beta.
|
|
27
|
-
"@webiny/ui-composer": "5.19.0-beta.
|
|
28
|
-
"@webiny/validation": "5.19.0-beta.
|
|
21
|
+
"@webiny/app": "5.19.0-beta.5",
|
|
22
|
+
"@webiny/app-security": "5.19.0-beta.5",
|
|
23
|
+
"@webiny/form": "5.19.0-beta.5",
|
|
24
|
+
"@webiny/plugins": "5.19.0-beta.5",
|
|
25
|
+
"@webiny/react-router": "5.19.0-beta.5",
|
|
26
|
+
"@webiny/ui": "5.19.0-beta.5",
|
|
27
|
+
"@webiny/ui-composer": "5.19.0-beta.5",
|
|
28
|
+
"@webiny/validation": "5.19.0-beta.5",
|
|
29
29
|
"apollo-cache": "1.3.5",
|
|
30
30
|
"apollo-client": "2.6.10",
|
|
31
31
|
"apollo-link": "1.2.14",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@babel/preset-env": "^7.5.5",
|
|
64
64
|
"@babel/preset-react": "^7.0.0",
|
|
65
65
|
"@babel/preset-typescript": "^7.8.3",
|
|
66
|
-
"@webiny/cli": "^5.19.0-beta.
|
|
67
|
-
"@webiny/project-utils": "^5.19.0-beta.
|
|
66
|
+
"@webiny/cli": "^5.19.0-beta.5",
|
|
67
|
+
"@webiny/project-utils": "^5.19.0-beta.5",
|
|
68
68
|
"babel-plugin-emotion": "^9.2.8",
|
|
69
69
|
"babel-plugin-lodash": "^3.3.4",
|
|
70
70
|
"babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
]
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "839188911bbaee4a596724c729c0a78f681fa614"
|
|
101
101
|
}
|