@bigbinary/neeto-form-frontend 2.1.0 → 2.2.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-form-frontend",
3
- "version": "2.1.0",
3
+ "version": "2.2.0-beta1",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -56,7 +56,7 @@
56
56
  "@bigbinary/neeto-filters-frontend": "3.3.4",
57
57
  "@bigbinary/neeto-hotkeys": "^1.0.1",
58
58
  "@bigbinary/neeto-icons": "1.18.9",
59
- "@bigbinary/neeto-molecules": "1.17.7",
59
+ "@bigbinary/neeto-molecules": "1.18.0",
60
60
  "@bigbinary/neetoui": "6.5.13",
61
61
  "@emotion/is-prop-valid": "1.2.0",
62
62
  "@faker-js/faker": "8.2.0",
@@ -71,6 +71,7 @@
71
71
  "@rollup/plugin-node-resolve": "15.2.3",
72
72
  "@rollup/plugin-replace": "5.0.4",
73
73
  "@svgr/rollup": "8.1.0",
74
+ "@tanstack/react-query": "5.40.0",
74
75
  "antd": "5.10.2",
75
76
  "autoprefixer": "10.4.16",
76
77
  "axios": "1.6.0",
@@ -134,7 +135,6 @@
134
135
  "react-helmet": "6.1.0",
135
136
  "react-i18next": "13.3.1",
136
137
  "react-linkify": "^1.0.0-alpha",
137
- "react-query": "3.39.3",
138
138
  "react-router-dom": "5.3.4",
139
139
  "react-router-nav-prompt": "0.4.1",
140
140
  "react-select": "^5.3.2",
@@ -173,12 +173,13 @@
173
173
  "@bigbinary/neeto-filters-frontend": "3.3.4",
174
174
  "@bigbinary/neeto-hotkeys": "^1.0.1",
175
175
  "@bigbinary/neeto-icons": "1.18.9",
176
- "@bigbinary/neeto-molecules": "1.17.7",
176
+ "@bigbinary/neeto-molecules": "1.18.0",
177
177
  "@bigbinary/neetoui": "6.5.13",
178
178
  "@hello-pangea/dnd": "16.3.0",
179
179
  "@honeybadger-io/js": "^6.5.3",
180
180
  "@honeybadger-io/react": "^6.1.9",
181
181
  "@rails/activestorage": "7.0.8-3",
182
+ "@tanstack/react-query": "5.40.0",
182
183
  "antd": "5.15.2",
183
184
  "axios": "^1.6.0",
184
185
  "buffer": "6.3.0",
@@ -199,7 +200,6 @@
199
200
  "react-dom": "^18.2.0",
200
201
  "react-helmet": "^6.1.0",
201
202
  "react-i18next": "^13.3.1",
202
- "react-query": "^3.39.3",
203
203
  "react-router-dom": "^5.3.4",
204
204
  "react-toastify": "^8.2.0",
205
205
  "url": "0.11.0",
package/types.d.ts CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  UseMutationResult,
7
7
  UseQueryOptions,
8
8
  UseMutationOptions,
9
- } from "react-query";
9
+ } from "@tanstack/react-query";
10
10
  import { EditorProps } from "@bigbinary/neeto-editor";
11
11
  import { Schema } from "yup";
12
12