@bigbinary/neeto-form-frontend 2.0.7 → 2.1.1

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.0.7",
3
+ "version": "2.1.1",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -51,18 +51,19 @@
51
51
  "@bigbinary/eslint-plugin-neeto": "1.5.1",
52
52
  "@bigbinary/neeto-audit-frontend": "2.0.11",
53
53
  "@bigbinary/neeto-cist": "1.0.9",
54
- "@bigbinary/neeto-commons-frontend": "3.5.3",
54
+ "@bigbinary/neeto-commons-frontend": "3.5.4",
55
55
  "@bigbinary/neeto-editor": "1.20.0",
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.19.1",
60
60
  "@bigbinary/neetoui": "6.5.13",
61
61
  "@emotion/is-prop-valid": "1.2.0",
62
62
  "@faker-js/faker": "8.2.0",
63
- "@hello-pangea/dnd": "^16.5.0",
63
+ "@hello-pangea/dnd": "16.3.0",
64
64
  "@honeybadger-io/js": "6.5.3",
65
65
  "@honeybadger-io/react": "6.1.9",
66
+ "@rails/activestorage": "7.0.8-3",
66
67
  "@rollup/plugin-alias": "5.0.1",
67
68
  "@rollup/plugin-babel": "6.0.4",
68
69
  "@rollup/plugin-commonjs": "25.0.7",
@@ -88,7 +89,7 @@
88
89
  "crypto-browserify": "3.12.0",
89
90
  "css-loader": "6.8.1",
90
91
  "dayjs": "1.11.1",
91
- "dompurify": "3.0.2",
92
+ "dompurify": "2.4.0",
92
93
  "dotenv-webpack": "^8.0.1",
93
94
  "eslint": "8.52.0",
94
95
  "eslint-config-prettier": "8.5.0",
@@ -111,7 +112,7 @@
111
112
  "i18next": "23.6.0",
112
113
  "i18next-browser-languagedetector": "7.0.1",
113
114
  "js-logger": "1.6.1",
114
- "libphonenumber-js": "^1.10.9",
115
+ "libphonenumber-js": "1.11.2",
115
116
  "lint-staged": "15.0.2",
116
117
  "mini-css-extract-plugin": "2.7.6",
117
118
  "mixpanel-browser": "2.47.0",
@@ -165,23 +166,34 @@
165
166
  "zustand": "4.3.2"
166
167
  },
167
168
  "peerDependencies": {
169
+ "@babel/runtime": "7.19.0",
168
170
  "@bigbinary/neeto-cist": "latest",
169
- "@bigbinary/neeto-commons-frontend": "3.5.3",
171
+ "@bigbinary/neeto-commons-frontend": "3.5.4",
170
172
  "@bigbinary/neeto-editor": "^1.26.3",
171
173
  "@bigbinary/neeto-filters-frontend": "3.3.4",
172
174
  "@bigbinary/neeto-hotkeys": "^1.0.1",
173
175
  "@bigbinary/neeto-icons": "1.18.9",
174
- "@bigbinary/neeto-molecules": "1.17.7",
176
+ "@bigbinary/neeto-molecules": "1.19.1",
175
177
  "@bigbinary/neetoui": "6.5.13",
178
+ "@hello-pangea/dnd": "16.3.0",
176
179
  "@honeybadger-io/js": "^6.5.3",
177
180
  "@honeybadger-io/react": "^6.1.9",
181
+ "@rails/activestorage": "7.0.8-3",
182
+ "antd": "5.15.2",
178
183
  "axios": "^1.6.0",
184
+ "buffer": "6.3.0",
179
185
  "classnames": "^2.3.2",
186
+ "crypto-browserify": "3.12.0",
180
187
  "dayjs": "1.11.1",
188
+ "dompurify": "2.4.0",
181
189
  "formik": "^2.4.5",
182
190
  "i18next": "^23.6.0",
183
191
  "js-logger": "^1.6.1",
192
+ "libphonenumber-js": "1.11.2",
184
193
  "mixpanel-browser": "^2.45.0",
194
+ "os-browserify": "0.3.0",
195
+ "path-browserify": "1.0.1",
196
+ "qs": "6.11.2",
185
197
  "ramda": "^0.29.1",
186
198
  "react": "^18.2.0",
187
199
  "react-dom": "^18.2.0",
@@ -190,6 +202,8 @@
190
202
  "react-query": "^3.39.3",
191
203
  "react-router-dom": "^5.3.4",
192
204
  "react-toastify": "^8.2.0",
205
+ "url": "0.11.0",
206
+ "util": "0.12.5",
193
207
  "yup": "^0.32.11",
194
208
  "zustand": "4.3.2"
195
209
  },