@maif/react-forms 1.0.54 → 1.0.57

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.54",
4
+ "version": "1.0.57",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
7
7
  "types": "lib/index.js",
@@ -83,6 +83,8 @@
83
83
  "rollup-plugin-delete": "^2.0.0",
84
84
  "rollup-plugin-peer-deps-external": "^2.2.4",
85
85
  "rollup-plugin-terser": "^7.0.2",
86
+ "rollup-plugin-scss": "^3.0.0",
87
+ "sass": "^1.52.1",
86
88
  "sinon": "^11.1.2",
87
89
  "sinon-chai": "^3.7.0",
88
90
  "style-loader": "2.0.0",
@@ -98,7 +100,6 @@
98
100
  "@codemirror/theme-one-dark": "^0.19.1",
99
101
  "@fortawesome/fontawesome-free": "^5.15.3",
100
102
  "@hookform/resolvers": "2.4.0",
101
- "@popperjs/core": "^2.11.2",
102
103
  "@testing-library/jest-dom": "^5.11.4",
103
104
  "@testing-library/react": "^11.1.0",
104
105
  "@testing-library/user-event": "^12.1.10",
@@ -106,20 +107,17 @@
106
107
  "@types/node": "^16.3.0",
107
108
  "@types/react": "^17.0.14",
108
109
  "@types/react-dom": "^17.0.9",
109
- "antd": "4.15.4",
110
- "bootstrap": "5.0.0",
111
110
  "classnames": "2.3.0",
112
111
  "fast-deep-equal": "^3.1.3",
113
112
  "highlight.js": "^11.5.1",
114
113
  "moment": "2.29.1",
114
+ "object-hash": "3.0.0",
115
115
  "react-feather": "2.0.9",
116
116
  "react-hook-form": "7.29.0",
117
- "react-jss": "10.8.2",
118
117
  "react-rainbow-components": "1.26.0",
119
118
  "react-select": "5.2.1",
120
119
  "react-tooltip": "4.2.21",
121
120
  "showdown": "1.9.1",
122
- "typescript": "^4.3.5",
123
121
  "uuid": "8.3.2",
124
122
  "yup": "0.32.11"
125
123
  }