@maif/react-forms 1.0.37-rc.1 → 1.0.38

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@maif/react-forms",
3
3
  "description": "Build react safe forms as fast as possible",
4
- "version": "1.0.37-rc.1",
4
+ "version": "1.0.38",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
7
7
  "types": "lib/index.js",
@@ -67,7 +67,6 @@
67
67
  "@rollup/plugin-commonjs": "^21.0.2",
68
68
  "@rollup/plugin-json": "^4.1.0",
69
69
  "@rollup/plugin-node-resolve": "^13.1.3",
70
- "rollup-plugin-command": "1.1.3",
71
70
  "babel-loader": "8.2.2",
72
71
  "chai": "^4.3.4",
73
72
  "chai-as-promised": "^7.1.1",
@@ -78,6 +77,7 @@
78
77
  "react": "^17.0.2",
79
78
  "react-dom": "^17.0.2",
80
79
  "rollup": "^2.70.1",
80
+ "rollup-plugin-command": "1.1.3",
81
81
  "rollup-plugin-commonjs": "^10.1.0",
82
82
  "rollup-plugin-copy": "^3.4.0",
83
83
  "rollup-plugin-delete": "^2.0.0",
@@ -98,6 +98,7 @@
98
98
  "@codemirror/theme-one-dark": "^0.19.1",
99
99
  "@fortawesome/fontawesome-free": "^5.15.3",
100
100
  "@hookform/resolvers": "2.4.0",
101
+ "@maif/react-forms": "^1.0.37-rc.1",
101
102
  "@popperjs/core": "^2.11.2",
102
103
  "@testing-library/jest-dom": "^5.11.4",
103
104
  "@testing-library/react": "^11.1.0",
@@ -109,10 +110,11 @@
109
110
  "antd": "4.15.4",
110
111
  "bootstrap": "5.0.0",
111
112
  "classnames": "2.3.0",
112
- "highlight.js": "11.2.0",
113
+ "fast-deep-equal": "^3.1.3",
114
+ "highlight.js": "^11.5.1",
113
115
  "moment": "2.29.1",
114
116
  "react-feather": "2.0.9",
115
- "react-hook-form": "7.17.1",
117
+ "react-hook-form": "7.29.0",
116
118
  "react-jss": "10.8.2",
117
119
  "react-rainbow-components": "1.26.0",
118
120
  "react-select": "5.2.1",