@bigbinary/neeto-webhooks-frontend 1.6.25 → 1.7.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-webhooks-frontend",
3
- "version": "1.6.25",
3
+ "version": "1.7.0-beta1",
4
4
  "description": "Manage webhooks across neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
@@ -49,13 +49,13 @@
49
49
  "@babel/runtime": "7.23.2",
50
50
  "@bigbinary/babel-preset-neeto": "1.0.6",
51
51
  "@bigbinary/eslint-plugin-neeto": "1.5.1",
52
- "@bigbinary/neeto-audit-frontend": "^2.0.9",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.11",
53
53
  "@bigbinary/neeto-cist": "1.0.9",
54
- "@bigbinary/neeto-commons-frontend": "3.4.0",
55
- "@bigbinary/neeto-filters-frontend": "3.3.1",
56
- "@bigbinary/neeto-icons": "1.18.4",
57
- "@bigbinary/neeto-molecules": "1.15.15",
58
- "@bigbinary/neetoui": "6.5.10",
54
+ "@bigbinary/neeto-commons-frontend": "3.5.5",
55
+ "@bigbinary/neeto-filters-frontend": "3.3.4",
56
+ "@bigbinary/neeto-icons": "1.18.9",
57
+ "@bigbinary/neeto-molecules": "1.19.10",
58
+ "@bigbinary/neetoui": "6.5.13",
59
59
  "@emotion/is-prop-valid": "1.2.0",
60
60
  "@faker-js/faker": "8.2.0",
61
61
  "@honeybadger-io/js": "6.5.3",
@@ -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",
@@ -152,14 +153,16 @@
152
153
  },
153
154
  "peerDependencies": {
154
155
  "@bigbinary/neeto-cist": "latest",
155
- "@bigbinary/neeto-commons-frontend": "3.4.0",
156
+ "@bigbinary/neeto-commons-frontend": "3.5.5",
156
157
  "@bigbinary/neeto-editor": "^1.26.3",
157
- "@bigbinary/neeto-filters-frontend": "3.3.1",
158
- "@bigbinary/neeto-icons": "1.18.4",
159
- "@bigbinary/neeto-molecules": "1.15.15",
160
- "@bigbinary/neetoui": "6.5.10",
158
+ "@bigbinary/neeto-filters-frontend": "3.3.4",
159
+ "@bigbinary/neeto-icons": "1.18.9",
160
+ "@bigbinary/neeto-molecules": "1.19.10",
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",
@@ -186,6 +188,7 @@
186
188
  "yarn": ">=1.22"
187
189
  },
188
190
  "dependencies": {
191
+ "babel-plugin-transform-imports": "^2.0.0",
189
192
  "react-router-nav-prompt": "0.4.1",
190
193
  "source-map-loader": "^4.0.1",
191
194
  "zustand": "4.3.2"