@webiny/app-security-access-management 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-security-access-management",
3
- "version": "5.21.0",
3
+ "version": "5.22.0-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,34 +14,33 @@
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
16
  "@apollo/react-hooks": "3.1.5",
17
- "@emotion/styled": "10.0.27",
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/react-router": "5.21.0",
24
- "@webiny/ui": "5.21.0",
25
- "@webiny/validation": "5.21.0",
17
+ "@emotion/styled": "10.3.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/react-router": "5.22.0-beta.0",
24
+ "@webiny/ui": "5.22.0-beta.0",
25
+ "@webiny/validation": "5.22.0-beta.0",
26
26
  "emotion": "10.0.27",
27
27
  "graphql-tag": "2.12.6",
28
28
  "lodash": "4.17.21",
29
29
  "react": "16.14.0",
30
30
  "react-dom": "16.14.0",
31
- "react-helmet": "5.2.1"
31
+ "react-helmet": "6.1.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/cli": "^7.5.5",
35
- "@babel/core": "^7.5.5",
36
- "@babel/plugin-proposal-class-properties": "^7.5.5",
37
- "@babel/preset-env": "^7.5.5",
38
- "@babel/preset-react": "^7.0.0",
39
- "@babel/preset-typescript": "^7.8.3",
40
- "@webiny/cli": "^5.21.0",
41
- "@webiny/project-utils": "^5.21.0",
34
+ "@babel/cli": "^7.16.0",
35
+ "@babel/core": "^7.16.0",
36
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
37
+ "@babel/preset-env": "^7.16.4",
38
+ "@babel/preset-react": "^7.16.0",
39
+ "@babel/preset-typescript": "^7.16.0",
40
+ "@webiny/cli": "^5.22.0-beta.0",
41
+ "@webiny/project-utils": "^5.22.0-beta.0",
42
42
  "babel-plugin-emotion": "^9.2.8",
43
43
  "babel-plugin-lodash": "^3.3.4",
44
- "babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
45
44
  "rimraf": "^3.0.2",
46
45
  "ttypescript": "^1.5.12",
47
46
  "typescript": "^4.1.3"
@@ -54,11 +53,6 @@
54
53
  "build": "yarn webiny run build",
55
54
  "watch": "yarn webiny run watch"
56
55
  },
57
- "svgo": {
58
- "plugins": {
59
- "removeViewBox": false
60
- }
61
- },
62
56
  "adio": {
63
57
  "ignore": {
64
58
  "peerDependencies": [
@@ -66,5 +60,5 @@
66
60
  ]
67
61
  }
68
62
  },
69
- "gitHead": "c3d4955bf74e7ffdb9628867e3b23cdfe64ea8dc"
63
+ "gitHead": "487330472a07000c4845340f3b3dfa6b3ae98944"
70
64
  }
@@ -5,7 +5,7 @@ var _templateObject, _templateObject2;
5
5
  import React from "react";
6
6
  import { i18n } from "@webiny/app/i18n";
7
7
  import { AccordionItem } from "@webiny/ui/Accordion";
8
- import { ReactComponent as SecurityIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/baseline-security-24px.svg";
8
+ import { ReactComponent as SecurityIcon } from "@webiny/app-admin/assets/icons/baseline-security-24px.svg";
9
9
  import { SecurityPermissions } from "./SecurityPermissions";
10
10
  import { PermissionRendererPlugin } from "@webiny/app-admin/plugins/PermissionRendererPlugin";
11
11
  var t = i18n.ns("app-security-admin-users/plugins/permissionRenderer");
@@ -26,7 +26,7 @@ import * as GQL from "./graphql";
26
26
  import { SnackbarAction } from "@webiny/ui/Snackbar";
27
27
  import isEmpty from "lodash/isEmpty";
28
28
  import EmptyView from "@webiny/app-admin/components/EmptyView";
29
- import { ReactComponent as AddIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/add-18px.svg";
29
+ import { ReactComponent as AddIcon } from "@webiny/app-admin/assets/icons/add-18px.svg";
30
30
  import styled from "@emotion/styled";
31
31
  var t = i18n.ns("app-security-admin-users/admin/api-keys/form");
32
32
  var ButtonWrapper = /*#__PURE__*/styled("div", {
@@ -19,8 +19,8 @@ import { useSnackbar } from "@webiny/app-admin/hooks/useSnackbar";
19
19
  import { useQuery, useMutation } from "@apollo/react-hooks";
20
20
  import { useConfirmationDialog } from "@webiny/app-admin/hooks/useConfirmationDialog";
21
21
  import * as GQL from "./graphql";
22
- import { ReactComponent as AddIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/add-18px.svg";
23
- import { ReactComponent as FilterIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/filter-24px.svg";
22
+ import { ReactComponent as AddIcon } from "@webiny/app-admin/assets/icons/add-18px.svg";
23
+ import { ReactComponent as FilterIcon } from "@webiny/app-admin/assets/icons/filter-24px.svg";
24
24
  import { serializeSorters, deserializeSorters } from "../utils";
25
25
  var t = i18n.ns("app-security/admin/groups/data-list");
26
26
  var SORTERS = [{
@@ -20,8 +20,8 @@ import { ButtonIcon, ButtonSecondary } from "@webiny/ui/Button";
20
20
  import { Cell, Grid } from "@webiny/ui/Grid";
21
21
  import { Select } from "@webiny/ui/Select";
22
22
  import SearchUI from "@webiny/app-admin/components/SearchUI";
23
- import { ReactComponent as AddIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/add-18px.svg";
24
- import { ReactComponent as FilterIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/filter-24px.svg";
23
+ import { ReactComponent as AddIcon } from "@webiny/app-admin/assets/icons/add-18px.svg";
24
+ import { ReactComponent as FilterIcon } from "@webiny/app-admin/assets/icons/filter-24px.svg";
25
25
  import { deserializeSorters, serializeSorters } from "../utils";
26
26
  var t = i18n.ns("app-security/admin/groups/data-list");
27
27
  var SORTERS = [{
@@ -27,7 +27,7 @@ import { CREATE_GROUP, LIST_GROUPS, READ_GROUP, UPDATE_GROUP } from "./graphql";
27
27
  import { SnackbarAction } from "@webiny/ui/Snackbar";
28
28
  import isEmpty from "lodash/isEmpty";
29
29
  import EmptyView from "@webiny/app-admin/components/EmptyView";
30
- import { ReactComponent as AddIcon } from "@svgr/webpack!@webiny/app-admin/assets/icons/add-18px.svg";
30
+ import { ReactComponent as AddIcon } from "@webiny/app-admin/assets/icons/add-18px.svg";
31
31
  var t = i18n.ns("app-security/admin/groups/form");
32
32
  var ButtonWrapper = /*#__PURE__*/styled("div", {
33
33
  target: "euuiyav0",