@bigbinary/neeto-rules-frontend 0.7.1 → 0.8.0-beta1
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-beta1",
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
56
56
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
57
57
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
58
|
-
"@bigbinary/neeto-molecules": "1.19.
|
|
58
|
+
"@bigbinary/neeto-molecules": "1.19.1",
|
|
59
59
|
"@bigbinary/neetoui": "6.5.13",
|
|
60
60
|
"@emotion/is-prop-valid": "1.2.0",
|
|
61
61
|
"@faker-js/faker": "8.2.0",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@rollup/plugin-json": "6.0.1",
|
|
68
68
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
69
69
|
"@rollup/plugin-replace": "5.0.4",
|
|
70
|
+
"@tanstack/react-query": "5.40.0",
|
|
70
71
|
"@svgr/rollup": "8.1.0",
|
|
71
72
|
"antd": "5.10.2",
|
|
72
73
|
"autoprefixer": "10.4.16",
|
|
@@ -126,7 +127,6 @@
|
|
|
126
127
|
"react-dom": "18.2.0",
|
|
127
128
|
"react-helmet": "6.1.0",
|
|
128
129
|
"react-i18next": "13.3.1",
|
|
129
|
-
"react-query": "3.39.3",
|
|
130
130
|
"react-router-dom": "5.3.4",
|
|
131
131
|
"react-select": "5.6.0",
|
|
132
132
|
"react-toastify": "8.2.0",
|
|
@@ -161,10 +161,11 @@
|
|
|
161
161
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
162
162
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
163
163
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
164
|
-
"@bigbinary/neeto-molecules": "1.19.
|
|
164
|
+
"@bigbinary/neeto-molecules": "1.19.1",
|
|
165
165
|
"@bigbinary/neetoui": "6.5.13",
|
|
166
166
|
"@honeybadger-io/js": "^6.5.3",
|
|
167
167
|
"@honeybadger-io/react": "^6.1.9",
|
|
168
|
+
"@tanstack/react-query": "5.40.0",
|
|
168
169
|
"axios": "^1.6.0",
|
|
169
170
|
"classnames": "^2.3.2",
|
|
170
171
|
"dayjs": "1.11.10",
|
|
@@ -177,7 +178,6 @@
|
|
|
177
178
|
"react-dom": "^18.2.0",
|
|
178
179
|
"react-helmet": "^6.1.0",
|
|
179
180
|
"react-i18next": "^13.3.1",
|
|
180
|
-
"react-query": "^3.39.3",
|
|
181
181
|
"react-router-dom": "^5.3.4",
|
|
182
182
|
"react-toastify": "^8.2.0",
|
|
183
183
|
"yup": "^0.32.11",
|