@bigbinary/neeto-form-frontend 3.0.0 → 3.0.2
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/index.cjs.js +341 -1708
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +423 -1790
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"ramda": "0.29.1",
|
|
132
132
|
"react": "18.2.0",
|
|
133
133
|
"react-dom": "18.2.0",
|
|
134
|
-
"react-dropzone": "
|
|
134
|
+
"react-dropzone": "14.2.3",
|
|
135
135
|
"react-helmet": "6.1.0",
|
|
136
136
|
"react-i18next": "13.3.1",
|
|
137
137
|
"react-linkify": "^1.0.0-alpha",
|
|
@@ -198,6 +198,7 @@
|
|
|
198
198
|
"ramda": "^0.29.1",
|
|
199
199
|
"react": "^18.2.0",
|
|
200
200
|
"react-dom": "^18.2.0",
|
|
201
|
+
"react-dropzone": "14.2.3",
|
|
201
202
|
"react-helmet": "^6.1.0",
|
|
202
203
|
"react-i18next": "^13.3.1",
|
|
203
204
|
"react-router-dom": "^5.3.4",
|