@devtable/dashboard 13.42.10 → 13.42.11

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/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "semver": "13.42.10",
3
- "version": "dbbda3d62bc432252c6c337fcbf151bfad56b899"
2
+ "semver": "13.42.11",
3
+ "version": "5fc91924aa88165a1f40f25139c91797a84f37c2"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "13.42.10",
3
+ "version": "13.42.11",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -54,6 +54,7 @@
54
54
  "popmotion": "^11.0.3",
55
55
  "rc-select": "14.1.0",
56
56
  "rc-tree-select": "5.23.0",
57
+ "react-hook-form": "7.53.0",
57
58
  "react-i18next": "^14.1.0",
58
59
  "reactflow": "^11.6.0",
59
60
  "uuid": "9.0.1"
@@ -121,7 +122,6 @@
121
122
  "prosemirror-keymap": "^1.2.0",
122
123
  "prosemirror-schema-list": "^1.2.2",
123
124
  "react-grid-layout": "^1.3.4",
124
- "react-hook-form": "^7.31.2",
125
125
  "rollup-plugin-visualizer": "5.12.0",
126
126
  "typescript": "^4.6.3",
127
127
  "vite-plugin-static-copy": "^0.17.0"
@@ -183,7 +183,6 @@
183
183
  "react": "^16.8.0 || 17.x || 18.x",
184
184
  "react-dom": "^16.8.0 || 17.x || 18.x",
185
185
  "react-grid-layout": "^1.3.4",
186
- "react-hook-form": "^7.31.2",
187
186
  "react-router-dom": "^6.3.0",
188
187
  "react-virtual": "^2.10.4"
189
188
  }