@bigbinary/neeto-team-members-frontend 2.6.5 → 2.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-team-members-frontend",
3
- "version": "2.6.5",
3
+ "version": "2.6.6",
4
4
  "description": "To manage team members across neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-team-members-frontend#readme",
@@ -30,19 +30,19 @@
30
30
  ]
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "7.21.3",
33
+ "@babel/core": "7.21.4",
34
34
  "@babel/eslint-parser": "7.21.3",
35
- "@babel/plugin-transform-runtime": "7.21.0",
36
- "@babel/preset-env": "7.20.2",
35
+ "@babel/plugin-transform-runtime": "7.21.4",
36
+ "@babel/preset-env": "7.21.4",
37
37
  "@babel/preset-react": "7.18.6",
38
- "@babel/preset-typescript": "7.21.0",
38
+ "@babel/preset-typescript": "7.21.4",
39
39
  "@babel/runtime": "7.21.0",
40
- "@bigbinary/eslint-plugin-neeto": "1.0.27",
41
- "@bigbinary/neeto-commons-frontend": "2.0.58",
40
+ "@bigbinary/eslint-plugin-neeto": "1.0.30",
41
+ "@bigbinary/neeto-commons-frontend": "2.0.63",
42
42
  "@bigbinary/neeto-editor": "1.25.3",
43
- "@bigbinary/neeto-filters-frontend": "2.9.1",
43
+ "@bigbinary/neeto-filters-frontend": "2.9.3",
44
44
  "@bigbinary/neeto-icons": "1.9.23",
45
- "@bigbinary/neeto-molecules": "1.0.12",
45
+ "@bigbinary/neeto-molecules": "1.0.15",
46
46
  "@bigbinary/neetoui": "4.4.12",
47
47
  "@faker-js/faker": "7.6.0",
48
48
  "@honeybadger-io/react": "2.0.1",
@@ -53,7 +53,7 @@
53
53
  "@rollup/plugin-node-resolve": "15.0.1",
54
54
  "@rollup/plugin-replace": "5.0.2",
55
55
  "@rollup/plugin-terser": "^0.4.0",
56
- "@svgr/rollup": "6.5.1",
56
+ "@svgr/rollup": "7.0.0",
57
57
  "@vitejs/plugin-react": "3.1.0",
58
58
  "antd": "4.24.8",
59
59
  "autoprefixer": "10.4.14",
@@ -80,7 +80,7 @@
80
80
  "eslint-plugin-unused-imports": "2.0.0",
81
81
  "formik": "2.2.9",
82
82
  "husky": "8.0.3",
83
- "i18next": "22.4.13",
83
+ "i18next": "22.4.14",
84
84
  "i18next-browser-languagedetector": "7.0.1",
85
85
  "js-logger": "1.6.1",
86
86
  "json-server": "0.17.3",
@@ -90,11 +90,11 @@
90
90
  "postcss": "8.4.21",
91
91
  "postcss-import": "15.1.0",
92
92
  "postcss-loader": "7.1.0",
93
- "postcss-preset-env": "8.0.1",
93
+ "postcss-preset-env": "8.3.0",
94
94
  "prettier": "2.8.7",
95
- "prettier-plugin-tailwindcss": "0.2.5",
95
+ "prettier-plugin-tailwindcss": "0.2.6",
96
96
  "qs": "6.11.1",
97
- "ramda": "0.28.0",
97
+ "ramda": "0.29.0",
98
98
  "react": "17.0.2",
99
99
  "react-dom": "17.0.2",
100
100
  "react-helmet": "6.1.0",
@@ -108,7 +108,7 @@
108
108
  "rollup-plugin-cleaner": "1.0.0",
109
109
  "rollup-plugin-peer-deps-external": "2.2.4",
110
110
  "rollup-plugin-styles": "4.0.0",
111
- "sass": "1.59.3",
111
+ "sass": "1.60.0",
112
112
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
113
113
  "util": "0.12.5",
114
114
  "vite": "4.2.1",
package/types.d.ts CHANGED
@@ -116,7 +116,8 @@ type TeamMembersConfig = {
116
116
  otherBulkActions?: React.FC;
117
117
  otherColumns?: object[];
118
118
  permissions: Except<Permission, "delete">;
119
- rolesButtonProps: ButtonProps | boolean;
119
+ rolesButtonProps?: ButtonProps | boolean;
120
+ rolesPageUrl: string;
120
121
  table?: TableProps;
121
122
  updateMember?: Only<UpdateMember>;
122
123
  };