@bigbinary/neeto-rules-frontend 2.0.2 → 2.0.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 +9 -1
- package/dist/index.cjs.js +398 -8053
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +802 -8459
- package/dist/index.js.map +1 -1
- package/package.json +15 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
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-rules-nano",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@babel/runtime": "7.23.2",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.12",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.10",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
55
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "4.1.0",
|
|
55
|
+
"@bigbinary/neeto-filters-frontend": "4.0.0",
|
|
56
56
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
57
|
-
"@bigbinary/neeto-icons": "1.19.
|
|
58
|
-
"@bigbinary/neeto-molecules": "2.
|
|
59
|
-
"@bigbinary/neetoui": "
|
|
57
|
+
"@bigbinary/neeto-icons": "1.19.1",
|
|
58
|
+
"@bigbinary/neeto-molecules": "3.2.1",
|
|
59
|
+
"@bigbinary/neetoui": "7.0.2",
|
|
60
60
|
"@emotion/is-prop-valid": "1.2.0",
|
|
61
61
|
"@faker-js/faker": "8.2.0",
|
|
62
62
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -69,6 +69,7 @@
|
|
|
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",
|
|
72
73
|
"antd": "5.10.2",
|
|
73
74
|
"autoprefixer": "10.4.16",
|
|
74
75
|
"axios": "1.6.0",
|
|
@@ -156,16 +157,17 @@
|
|
|
156
157
|
},
|
|
157
158
|
"peerDependencies": {
|
|
158
159
|
"@bigbinary/neeto-cist": "latest",
|
|
159
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
160
|
+
"@bigbinary/neeto-commons-frontend": "4.1.0",
|
|
160
161
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
161
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
162
|
+
"@bigbinary/neeto-filters-frontend": "4.0.0",
|
|
162
163
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
163
|
-
"@bigbinary/neeto-icons": "1.19.
|
|
164
|
-
"@bigbinary/neeto-molecules": "2.
|
|
165
|
-
"@bigbinary/neetoui": "
|
|
164
|
+
"@bigbinary/neeto-icons": "1.19.1",
|
|
165
|
+
"@bigbinary/neeto-molecules": "3.2.1",
|
|
166
|
+
"@bigbinary/neetoui": "7.0.2",
|
|
166
167
|
"@honeybadger-io/js": "^6.5.3",
|
|
167
168
|
"@honeybadger-io/react": "^6.1.9",
|
|
168
169
|
"@tanstack/react-query": "5.40.0",
|
|
170
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
169
171
|
"axios": "^1.6.0",
|
|
170
172
|
"classnames": "^2.3.2",
|
|
171
173
|
"dayjs": "1.11.10",
|
|
@@ -179,6 +181,7 @@
|
|
|
179
181
|
"react-helmet": "^6.1.0",
|
|
180
182
|
"react-i18next": "^13.3.1",
|
|
181
183
|
"react-router-dom": "^5.3.4",
|
|
184
|
+
"react-select": "5.6.0",
|
|
182
185
|
"react-toastify": "^8.2.0",
|
|
183
186
|
"yup": "^0.32.11",
|
|
184
187
|
"zustand": "4.3.2"
|