@webiny/app-admin 5.19.0-beta.2 → 5.19.0-beta.6

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.2",
3
+ "version": "5.19.0-beta.6",
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.2",
22
- "@webiny/app-security": "5.19.0-beta.2",
23
- "@webiny/form": "5.19.0-beta.2",
24
- "@webiny/plugins": "5.19.0-beta.2",
25
- "@webiny/react-router": "5.19.0-beta.2",
26
- "@webiny/ui": "5.19.0-beta.2",
27
- "@webiny/ui-composer": "5.19.0-beta.2",
28
- "@webiny/validation": "5.19.0-beta.2",
21
+ "@webiny/app": "5.19.0-beta.6",
22
+ "@webiny/app-security": "5.19.0-beta.6",
23
+ "@webiny/form": "5.19.0-beta.6",
24
+ "@webiny/plugins": "5.19.0-beta.6",
25
+ "@webiny/react-router": "5.19.0-beta.6",
26
+ "@webiny/ui": "5.19.0-beta.6",
27
+ "@webiny/ui-composer": "5.19.0-beta.6",
28
+ "@webiny/validation": "5.19.0-beta.6",
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.2",
67
- "@webiny/project-utils": "^5.19.0-beta.2",
66
+ "@webiny/cli": "^5.19.0-beta.6",
67
+ "@webiny/project-utils": "^5.19.0-beta.6",
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": "6817702cc537405b7288c1fc63ee5d40531b4122"
100
+ "gitHead": "703856f6067cde3dd2894023f5bba3aaedbf7937"
101
101
  }