@bigbinary/neeto-team-members-frontend 2.3.3 → 2.3.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.
- package/README.md +3 -3
- package/dist/index.cjs.js +45 -34
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +45 -34
- package/dist/index.esm.js.map +1 -1
- package/package.json +12 -13
- package/types.d.ts +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-team-members-frontend",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
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",
|
|
@@ -18,10 +18,9 @@
|
|
|
18
18
|
"types": "types.d.ts",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "NODE_ENV=production rollup -c --environment production",
|
|
21
|
-
"dev": "(trap 'kill 0' SIGINT;
|
|
21
|
+
"dev": "(trap 'kill 0' SIGINT; vite & yarn server)",
|
|
22
22
|
"prepare": "husky install",
|
|
23
|
-
"server": "node example/db"
|
|
24
|
-
"start": "NODE_ENV=development webpack-dev-server --open --mode development --config webpack.dev.config.js"
|
|
23
|
+
"server": "node example/db"
|
|
25
24
|
},
|
|
26
25
|
"lint-staged": {
|
|
27
26
|
"{src,example}/**/*.{js,jsx,json}": [
|
|
@@ -39,14 +38,14 @@
|
|
|
39
38
|
},
|
|
40
39
|
"dependencies": {},
|
|
41
40
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "7.19.
|
|
43
|
-
"@babel/eslint-parser": "7.
|
|
41
|
+
"@babel/core": "7.19.1",
|
|
42
|
+
"@babel/eslint-parser": "7.19.1",
|
|
44
43
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
45
44
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
46
45
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
47
|
-
"@babel/plugin-proposal-optional-chaining": "
|
|
48
|
-
"@babel/plugin-transform-runtime": "7.
|
|
49
|
-
"@babel/preset-env": "7.19.
|
|
46
|
+
"@babel/plugin-proposal-optional-chaining": "7.18.9",
|
|
47
|
+
"@babel/plugin-transform-runtime": "7.19.1",
|
|
48
|
+
"@babel/preset-env": "7.19.1",
|
|
50
49
|
"@babel/preset-react": "7.18.6",
|
|
51
50
|
"@babel/runtime": "7.19.0",
|
|
52
51
|
"@bigbinary/eslint-plugin-neeto": "1.0.12",
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
"@rollup/plugin-babel": "5.3.1",
|
|
58
57
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
59
58
|
"@rollup/plugin-json": "4.1.0",
|
|
60
|
-
"@rollup/plugin-node-resolve": "14.0
|
|
59
|
+
"@rollup/plugin-node-resolve": "14.1.0",
|
|
61
60
|
"@rollup/plugin-replace": "4.0.0",
|
|
62
61
|
"@svgr/rollup": "6.3.1",
|
|
63
62
|
"@vitejs/plugin-react": "^2.1.0",
|
|
@@ -65,7 +64,7 @@
|
|
|
65
64
|
"axios": "0.27.2",
|
|
66
65
|
"babel-plugin-macros": "3.1.0",
|
|
67
66
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
68
|
-
"classnames": "2.3.
|
|
67
|
+
"classnames": "2.3.2",
|
|
69
68
|
"eslint": "8.23.1",
|
|
70
69
|
"eslint-config-prettier": "8.5.0",
|
|
71
70
|
"eslint-plugin-cypress": "2.12.1",
|
|
@@ -104,14 +103,14 @@
|
|
|
104
103
|
"rollup-plugin-styles": "4.0.0",
|
|
105
104
|
"sass": "1.54.9",
|
|
106
105
|
"uuid": "9.0.0",
|
|
107
|
-
"vite": "
|
|
106
|
+
"vite": "3.1.1",
|
|
108
107
|
"yup": "0.32.11"
|
|
109
108
|
},
|
|
110
109
|
"peerDependencies": {
|
|
111
110
|
"@bigbinary/neeto-icons": "1.8.38",
|
|
112
111
|
"@bigbinary/neetoui": "3.5.17",
|
|
113
112
|
"axios": "0.27.2",
|
|
114
|
-
"classnames": "2.3.
|
|
113
|
+
"classnames": "2.3.2",
|
|
115
114
|
"formik": "2.2.9",
|
|
116
115
|
"ramda": "0.28.0",
|
|
117
116
|
"react": "17.0.2",
|
package/types.d.ts
CHANGED
|
@@ -14,8 +14,9 @@ type Except<ObjectType, KeysType extends keyof ObjectType> = {
|
|
|
14
14
|
type Only<ObjectType> = Except<ObjectType, null>;
|
|
15
15
|
|
|
16
16
|
type Member = {
|
|
17
|
-
name: string;
|
|
18
17
|
active: boolean;
|
|
18
|
+
id: string;
|
|
19
|
+
name: string;
|
|
19
20
|
};
|
|
20
21
|
|
|
21
22
|
type Permission = {
|
|
@@ -28,7 +29,7 @@ type Permission = {
|
|
|
28
29
|
interface Alert {
|
|
29
30
|
message?: (member: Only<Member>) => string;
|
|
30
31
|
title?: (member: Only<Member>) => string;
|
|
31
|
-
}
|
|
32
|
+
}
|
|
32
33
|
|
|
33
34
|
type Breadcrumb = {
|
|
34
35
|
text: string;
|