@bigbinary/neeto-team-members-frontend 3.2.0-beta2 → 3.2.0-beta4
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/dist/index.cjs.js +77 -124
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +75 -122
- package/dist/index.js.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-team-members-frontend",
|
|
3
|
-
"version": "3.2.0-
|
|
3
|
+
"version": "3.2.0-beta4",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-team-members-nano",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.1",
|
|
52
52
|
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.5.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.5.9",
|
|
55
55
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
56
56
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
57
57
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.23",
|
|
58
|
-
"@bigbinary/neeto-molecules": "1.
|
|
58
|
+
"@bigbinary/neeto-molecules": "1.19.10",
|
|
59
59
|
"@bigbinary/neetoui": "6.5.13",
|
|
60
60
|
"@emotion/is-prop-valid": "1.2.0",
|
|
61
61
|
"@faker-js/faker": "8.2.0",
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
"@rollup/plugin-replace": "5.0.4",
|
|
70
70
|
"@svgr/rollup": "8.1.0",
|
|
71
71
|
"@tanstack/react-query": "5.40.0",
|
|
72
|
-
"@tanstack/react-query-devtools": "5.40.0",
|
|
73
72
|
"antd": "5.10.2",
|
|
74
73
|
"autoprefixer": "10.4.16",
|
|
75
74
|
"axios": "1.6.0",
|
|
@@ -158,12 +157,12 @@
|
|
|
158
157
|
},
|
|
159
158
|
"peerDependencies": {
|
|
160
159
|
"@bigbinary/neeto-cist": "latest",
|
|
161
|
-
"@bigbinary/neeto-commons-frontend": "3.5.
|
|
160
|
+
"@bigbinary/neeto-commons-frontend": "3.5.9",
|
|
162
161
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
163
162
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
164
163
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
165
164
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.23",
|
|
166
|
-
"@bigbinary/neeto-molecules": "1.
|
|
165
|
+
"@bigbinary/neeto-molecules": "1.19.10",
|
|
167
166
|
"@bigbinary/neetoui": "6.5.13",
|
|
168
167
|
"@honeybadger-io/js": "^6.5.3",
|
|
169
168
|
"@honeybadger-io/react": "^6.1.9",
|