@bigbinary/neeto-webhooks-frontend 1.6.30 → 2.0.0
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 +43 -35
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +42 -34
- package/dist/index.js.map +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -67,6 +67,8 @@
|
|
|
67
67
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
68
68
|
"@rollup/plugin-replace": "5.0.4",
|
|
69
69
|
"@svgr/rollup": "8.1.0",
|
|
70
|
+
"@tanstack/react-query": "5.40.0",
|
|
71
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
70
72
|
"antd": "5.10.2",
|
|
71
73
|
"autoprefixer": "10.4.16",
|
|
72
74
|
"axios": "1.6.0",
|
|
@@ -123,7 +125,6 @@
|
|
|
123
125
|
"react-dom": "18.2.0",
|
|
124
126
|
"react-helmet": "6.1.0",
|
|
125
127
|
"react-i18next": "13.3.1",
|
|
126
|
-
"react-query": "3.39.3",
|
|
127
128
|
"react-router-dom": "5.3.4",
|
|
128
129
|
"react-toastify": "8.2.0",
|
|
129
130
|
"react_ujs": "^3.1.1",
|
|
@@ -160,6 +161,8 @@
|
|
|
160
161
|
"@bigbinary/neetoui": "6.5.13",
|
|
161
162
|
"@honeybadger-io/js": "^6.5.3",
|
|
162
163
|
"@honeybadger-io/react": "^6.1.9",
|
|
164
|
+
"@tanstack/react-query": "5.40.0",
|
|
165
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
163
166
|
"axios": "^1.6.0",
|
|
164
167
|
"classnames": "^2.3.2",
|
|
165
168
|
"formik": "^2.4.5",
|
|
@@ -171,7 +174,6 @@
|
|
|
171
174
|
"react-dom": "^18.2.0",
|
|
172
175
|
"react-helmet": "^6.1.0",
|
|
173
176
|
"react-i18next": "^13.3.1",
|
|
174
|
-
"react-query": "^3.39.3",
|
|
175
177
|
"react-router-dom": "^5.3.4",
|
|
176
178
|
"react-toastify": "^8.2.0",
|
|
177
179
|
"yup": "^0.32.11",
|