andoncloud-dashboard-toolkit 1.2.2 → 1.2.4

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.
@@ -15,3 +15,4 @@ export var removeDashboard: string;
15
15
  export var createWidget: string;
16
16
  export var updateWidget: string;
17
17
  export var removeWidget: string;
18
+ export var updateNotification: string;
@@ -1,4 +1,5 @@
1
1
  export var metrics: string;
2
+ export var notifications: string;
2
3
  export var metricValues: string;
3
4
  export var users: string;
4
5
  export var currentUser: string;
@@ -14,6 +15,9 @@ export var counters: string;
14
15
  export var counterDirectories: string;
15
16
  export var products: string;
16
17
  export var companyConfig: string;
18
+ export var departments: string;
17
19
  export var workplaces: string;
20
+ export var floorPlans: string;
18
21
  export var dashboards: string;
22
+ export var widgets: string;
19
23
  export var widget: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-dashboard-toolkit",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -34,53 +34,53 @@
34
34
  "react": "^18.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@emotion/react": "^11.10.0",
38
- "@emotion/styled": "^11.10.0",
39
- "@graphql-codegen/cli": "^2.11.6",
40
- "@graphql-codegen/introspection": "2.2.1",
41
- "@graphql-codegen/typescript": "^2.7.3",
42
- "@graphql-codegen/typescript-document-nodes": "2.3.3",
37
+ "@emotion/react": "^11.10.5",
38
+ "@emotion/styled": "^11.10.5",
39
+ "@graphql-codegen/cli": "^2.16.1",
40
+ "@graphql-codegen/introspection": "2.2.3",
41
+ "@graphql-codegen/typescript": "^2.8.5",
42
+ "@graphql-codegen/typescript-document-nodes": "2.3.10",
43
43
  "@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
44
- "@graphql-codegen/typescript-graphql-request": "^4.5.3",
45
- "@graphql-codegen/typescript-operations": "^2.5.3",
44
+ "@graphql-codegen/typescript-graphql-request": "^4.5.8",
45
+ "@graphql-codegen/typescript-operations": "^2.5.10",
46
46
  "@testing-library/jest-dom": "^5.16.5",
47
- "@testing-library/react": "^13.3.0",
47
+ "@testing-library/react": "^13.4.0",
48
48
  "@testing-library/user-event": "^14.4.3",
49
49
  "@types/actioncable": "^5.2.7",
50
- "@types/jest": "^28.1.7",
50
+ "@types/jest": "^29.2.4",
51
51
  "@types/lodash.isempty": "^4.4.7",
52
52
  "@types/moment": "^2.13.0",
53
- "@types/node": "^18.7.6",
54
- "@types/react": "^18.0.17",
55
- "@types/react-dom": "^18.0.6",
56
- "@typescript-eslint/eslint-plugin": "^5.33.1",
57
- "@typescript-eslint/parser": "^5.33.1",
53
+ "@types/node": "^18.11.17",
54
+ "@types/react": "^18.0.26",
55
+ "@types/react-dom": "^18.0.9",
56
+ "@typescript-eslint/eslint-plugin": "^5.47.0",
57
+ "@typescript-eslint/parser": "^5.47.0",
58
58
  "copyfiles": "^2.4.1",
59
59
  "cross-env": "^7.0.3",
60
60
  "eslint-config-prettier": "^8.5.0",
61
61
  "eslint-plugin-eslint-comments": "^3.2.0",
62
62
  "eslint-plugin-prettier": "^4.2.1",
63
- "eslint-plugin-promise": "^6.0.0",
64
- "eslint-plugin-simple-import-sort": "^7.0.0",
63
+ "eslint-plugin-promise": "^6.1.1",
64
+ "eslint-plugin-simple-import-sort": "^8.0.0",
65
65
  "gh-pages": "^4.0.0",
66
- "gql-generator": "^1.0.17",
66
+ "gql-generator": "^1.0.19",
67
67
  "microbundle-crl": "^0.13.11",
68
68
  "npm-run-all": "^4.1.5",
69
- "postcss": "^8.4.16",
70
- "prettier": "^2.7.1",
69
+ "postcss": "^8.4.20",
70
+ "prettier": "^2.8.1",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
73
73
  "react-scripts": "^5.0.1",
74
- "typescript": "^4.7.4"
74
+ "typescript": "^4.9.4"
75
75
  },
76
76
  "files": [
77
77
  "dist",
78
78
  "src/assets"
79
79
  ],
80
80
  "dependencies": {
81
- "@mui/icons-material": "^5.8.4",
82
- "@mui/lab": "^5.0.0-alpha.95",
83
- "@mui/material": "^5.10.1",
81
+ "@mui/icons-material": "^5.11.0",
82
+ "@mui/lab": "^5.0.0-alpha.113",
83
+ "@mui/material": "^5.11.1",
84
84
  "actioncable": "^5.2.8",
85
85
  "array-move": "^4.0.0",
86
86
  "graphql": "^15.8.0",
@@ -88,8 +88,8 @@
88
88
  "graphql-tag": "^2.12.6",
89
89
  "lodash.isempty": "^4.4.0",
90
90
  "moment": "^2.29.4",
91
- "react-i18next": "^11.18.4",
92
- "react-select": "^5.4.0",
91
+ "react-i18next": "^12.1.1",
92
+ "react-select": "^5.7.0",
93
93
  "react-sortable-hoc": "^2.0.0",
94
94
  "rxjs": "^6.6.7",
95
95
  "subscriptions-transport-ws": "^0.11.0"