@truedat/auth 4.53.10 → 4.54.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": "@truedat/auth",
3
- "version": "4.53.10",
3
+ "version": "4.54.0",
4
4
  "description": "Truedat Web Auth",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.4",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.53.10",
37
+ "@truedat/test": "4.54.0",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -87,7 +87,7 @@
87
87
  ]
88
88
  },
89
89
  "dependencies": {
90
- "@truedat/core": "4.53.10",
90
+ "@truedat/core": "4.54.0",
91
91
  "auth0-js": "^9.12.2",
92
92
  "immutable": "^4.0.0-rc.12",
93
93
  "jwt-decode": "^2.2.0",
@@ -109,5 +109,5 @@
109
109
  "react-dom": ">= 16.8.6 < 17",
110
110
  "semantic-ui-react": ">= 0.88.2 < 2.1"
111
111
  },
112
- "gitHead": "66304ff9ac3d25820b3bec2d0147f21cb0a2c579"
112
+ "gitHead": "c8daf877b5343b9efed863043efb86f1f3e19dd6"
113
113
  }
@@ -88,7 +88,7 @@ export const GroupUsersTable = ({
88
88
  key={i}
89
89
  textAlign={column.textAlign}
90
90
  content={<a>{columnDecorator(column)(user)}</a>}
91
- className={"pointer"}
91
+ className="pointer"
92
92
  />
93
93
  ) : (
94
94
  <Table.Cell
@@ -12,7 +12,7 @@ import {
12
12
  USER_EDIT,
13
13
  USERS,
14
14
  USERS_NEW,
15
- USER_EDIT_PASSWORD
15
+ USER_EDIT_PASSWORD,
16
16
  } from "@truedat/core/routes";
17
17
  import GroupsLoader from "../../groups/components/GroupsLoader";
18
18
  import GroupLoader from "../../groups/components/GroupLoader";
@@ -91,7 +91,7 @@ const GroupRoutes = () => (
91
91
  path={GROUP}
92
92
  render={() => (
93
93
  <>
94
- <GroupUserCrumbs action={"show"} />
94
+ <GroupUserCrumbs action="show" />
95
95
  <Segment>
96
96
  <GroupLoader />
97
97
  <Group />