@webiny/app-file-manager 5.21.0 → 5.22.0-beta.0

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.
@@ -23,7 +23,7 @@ var SimpleFormPlaceholder = /*#__PURE__*/styled("div", {
23
23
  });
24
24
  var t = i18n.ns("app-file-manager/admin/installation");
25
25
  var IS_INSTALLED = gql(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n query IsFileManagerInstalled {\n fileManager {\n version\n }\n }\n"])));
26
- var INSTALL = gql(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n mutation InstallFileManager($srcPrefix: String) {\n fileManager {\n install(srcPrefix: $srcPrefix) {\n data\n error {\n code\n message\n }\n }\n }\n }\n"])));
26
+ var INSTALL = gql(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n mutation InstallFileManager($srcPrefix: String) {\n fileManager {\n install(srcPrefix: $srcPrefix) {\n data\n error {\n code\n message\n data\n }\n }\n }\n }\n"])));
27
27
 
28
28
  var FMInstaller = function FMInstaller(_ref) {
29
29
  var onInstalled = _ref.onInstalled;
@@ -4,7 +4,7 @@ var _templateObject, _templateObject2;
4
4
 
5
5
  import React from "react";
6
6
  import { AccordionItem } from "@webiny/ui/Accordion";
7
- import { ReactComponent as FileManagerIcon } from "@svgr/webpack!../../assets/icons/folder-open.svg";
7
+ import { ReactComponent as FileManagerIcon } from "../../assets/icons/folder-open.svg";
8
8
  import { FileManagerPermissions } from "./FileManagerPermissions";
9
9
  import { i18n } from "@webiny/app/i18n";
10
10
  var t = i18n.ns("app-file-manager/admin/plugins/permissionRenderer");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-file-manager",
3
- "version": "5.21.0",
3
+ "version": "5.22.0-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,37 +11,36 @@
11
11
  "dependencies": {
12
12
  "@apollo/react-components": "3.1.5",
13
13
  "@apollo/react-hooks": "3.1.5",
14
- "@babel/runtime": "7.16.3",
15
- "@emotion/core": "10.1.1",
16
- "@emotion/styled": "10.0.27",
14
+ "@babel/runtime": "7.16.7",
15
+ "@emotion/core": "10.3.1",
16
+ "@emotion/styled": "10.3.0",
17
17
  "@types/react": "16.14.2",
18
- "@webiny/app": "5.21.0",
19
- "@webiny/app-admin": "5.21.0",
20
- "@webiny/app-security": "5.21.0",
21
- "@webiny/form": "5.21.0",
22
- "@webiny/plugins": "5.21.0",
23
- "@webiny/ui": "5.21.0",
18
+ "@webiny/app": "5.22.0-beta.0",
19
+ "@webiny/app-admin": "5.22.0-beta.0",
20
+ "@webiny/app-security": "5.22.0-beta.0",
21
+ "@webiny/form": "5.22.0-beta.0",
22
+ "@webiny/plugins": "5.22.0-beta.0",
23
+ "@webiny/ui": "5.22.0-beta.0",
24
24
  "apollo-cache": "1.3.5",
25
25
  "apollo-client": "2.6.10",
26
26
  "apollo-link": "1.2.14",
27
27
  "apollo-utilities": "1.3.4",
28
- "graphql": "14.7.0",
28
+ "graphql": "15.8.0",
29
29
  "graphql-tag": "2.12.6",
30
30
  "lodash.get": "4.4.2",
31
- "prop-types": "15.7.2",
31
+ "prop-types": "15.8.1",
32
32
  "react": "16.14.0",
33
33
  "react-dom": "16.14.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@babel/cli": "^7.5.5",
37
- "@babel/core": "^7.5.5",
38
- "@babel/preset-env": "^7.5.5",
39
- "@babel/preset-react": "^7.0.0",
40
- "@babel/preset-typescript": "^7.8.3",
41
- "@svgr/webpack": "^4.3.2",
42
- "@webiny/cli": "^5.21.0",
43
- "@webiny/project-utils": "^5.21.0",
44
- "babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
36
+ "@babel/cli": "^7.16.0",
37
+ "@babel/core": "^7.16.0",
38
+ "@babel/preset-env": "^7.16.4",
39
+ "@babel/preset-react": "^7.16.0",
40
+ "@babel/preset-typescript": "^7.16.0",
41
+ "@svgr/webpack": "^6.1.1",
42
+ "@webiny/cli": "^5.22.0-beta.0",
43
+ "@webiny/project-utils": "^5.22.0-beta.0",
45
44
  "rimraf": "^3.0.2",
46
45
  "typescript": "^4.1.3"
47
46
  },
@@ -53,5 +52,5 @@
53
52
  "build": "yarn webiny run build",
54
53
  "watch": "yarn webiny run watch"
55
54
  },
56
- "gitHead": "c3d4955bf74e7ffdb9628867e3b23cdfe64ea8dc"
55
+ "gitHead": "487330472a07000c4845340f3b3dfa6b3ae98944"
57
56
  }