@bigbinary/neeto-team-members-frontend 2.5.21 → 2.5.23
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 +2 -2
- package/dist/index.cjs.js +2 -37919
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -37886
- package/dist/index.js.map +1 -1
- package/package.json +22 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-team-members-frontend",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.23",
|
|
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,18 +30,20 @@
|
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.21.
|
|
34
|
-
"@babel/eslint-parser": "7.
|
|
33
|
+
"@babel/core": "7.21.3",
|
|
34
|
+
"@babel/eslint-parser": "7.21.3",
|
|
35
35
|
"@babel/plugin-transform-runtime": "7.21.0",
|
|
36
36
|
"@babel/preset-env": "7.20.2",
|
|
37
37
|
"@babel/preset-react": "7.18.6",
|
|
38
38
|
"@babel/preset-typescript": "7.21.0",
|
|
39
39
|
"@babel/runtime": "7.21.0",
|
|
40
40
|
"@bigbinary/eslint-plugin-neeto": "1.0.23",
|
|
41
|
-
"@bigbinary/neeto-commons-frontend": "2.0.
|
|
42
|
-
"@bigbinary/neeto-
|
|
43
|
-
"@bigbinary/neeto-
|
|
44
|
-
"@bigbinary/
|
|
41
|
+
"@bigbinary/neeto-commons-frontend": "2.0.54",
|
|
42
|
+
"@bigbinary/neeto-editor": "1.25.0",
|
|
43
|
+
"@bigbinary/neeto-filters-frontend": "2.8.1",
|
|
44
|
+
"@bigbinary/neeto-icons": "1.9.22",
|
|
45
|
+
"@bigbinary/neeto-molecules": "1.0.9",
|
|
46
|
+
"@bigbinary/neetoui": "4.4.10",
|
|
45
47
|
"@faker-js/faker": "7.6.0",
|
|
46
48
|
"@honeybadger-io/react": "2.0.1",
|
|
47
49
|
"@rollup/plugin-alias": "4.0.3",
|
|
@@ -50,6 +52,7 @@
|
|
|
50
52
|
"@rollup/plugin-json": "6.0.0",
|
|
51
53
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
52
54
|
"@rollup/plugin-replace": "5.0.2",
|
|
55
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
53
56
|
"@svgr/rollup": "6.5.1",
|
|
54
57
|
"@vitejs/plugin-react": "3.1.0",
|
|
55
58
|
"antd": "4.24.8",
|
|
@@ -64,7 +67,7 @@
|
|
|
64
67
|
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
65
68
|
"classnames": "2.3.2",
|
|
66
69
|
"dompurify": "3.0.1",
|
|
67
|
-
"eslint": "8.
|
|
70
|
+
"eslint": "8.36.0",
|
|
68
71
|
"eslint-config-prettier": "8.7.0",
|
|
69
72
|
"eslint-plugin-cypress": "2.12.1",
|
|
70
73
|
"eslint-plugin-import": "2.27.5",
|
|
@@ -80,8 +83,8 @@
|
|
|
80
83
|
"i18next": "22.4.11",
|
|
81
84
|
"i18next-browser-languagedetector": "7.0.1",
|
|
82
85
|
"js-logger": "1.6.1",
|
|
83
|
-
"json-server": "0.17.
|
|
84
|
-
"lint-staged": "
|
|
86
|
+
"json-server": "0.17.2",
|
|
87
|
+
"lint-staged": "13.2.0",
|
|
85
88
|
"mixpanel-browser": "2.45.0",
|
|
86
89
|
"pluralize": "8.0.0",
|
|
87
90
|
"postcss": "8.4.17",
|
|
@@ -100,7 +103,7 @@
|
|
|
100
103
|
"react-router-dom": "5.3.4",
|
|
101
104
|
"react-scroll-sync": "0.11.0",
|
|
102
105
|
"react-toastify": "8.0.3",
|
|
103
|
-
"rollup": "2.79.1
|
|
106
|
+
"rollup": "2.79.1",
|
|
104
107
|
"rollup-plugin-analyzer": "4.0.0",
|
|
105
108
|
"rollup-plugin-cleaner": "1.0.0",
|
|
106
109
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
@@ -109,17 +112,19 @@
|
|
|
109
112
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
110
113
|
"util": "0.12.5",
|
|
111
114
|
"vite": "4.1.4",
|
|
112
|
-
"vite-plugin-inspect": "0.7.
|
|
115
|
+
"vite-plugin-inspect": "0.7.16",
|
|
113
116
|
"yup": "0.32.11"
|
|
114
117
|
},
|
|
115
118
|
"peerDependencies": {
|
|
116
|
-
"@bigbinary/neeto-commons-frontend": "^2.0.
|
|
117
|
-
"@bigbinary/neeto-
|
|
118
|
-
"@bigbinary/neeto-
|
|
119
|
-
"@bigbinary/
|
|
119
|
+
"@bigbinary/neeto-commons-frontend": "^2.0.54",
|
|
120
|
+
"@bigbinary/neeto-editor": "^1.25.0",
|
|
121
|
+
"@bigbinary/neeto-filters-frontend": "^2.8.1",
|
|
122
|
+
"@bigbinary/neeto-icons": "^1.9.22",
|
|
123
|
+
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
124
|
+
"@bigbinary/neetoui": "^4.4.10",
|
|
120
125
|
"@honeybadger-io/react": "^2.0.1",
|
|
121
126
|
"axios": "^0.27.2",
|
|
122
|
-
"classnames": "^2.3.
|
|
127
|
+
"classnames": "^2.3.2",
|
|
123
128
|
"formik": "^2.2.9",
|
|
124
129
|
"js-logger": "^1.6.1",
|
|
125
130
|
"mixpanel-browser": "^2.45.0",
|