@bigbinary/neeto-form-frontend 1.3.1 → 1.3.3
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 +135 -92
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +27 -4
- package/dist/index.js.map +1 -1
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@babel/runtime": "7.23.2",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.1",
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.4.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.4.4",
|
|
55
55
|
"@bigbinary/neeto-editor": "1.20.0",
|
|
56
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
56
|
+
"@bigbinary/neeto-filters-frontend": "3.3.3",
|
|
57
57
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
58
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
59
|
-
"@bigbinary/neeto-molecules": "1.15.
|
|
60
|
-
"@bigbinary/neetoui": "6.5.
|
|
58
|
+
"@bigbinary/neeto-icons": "1.18.6",
|
|
59
|
+
"@bigbinary/neeto-molecules": "1.15.44",
|
|
60
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
61
61
|
"@emotion/is-prop-valid": "1.2.0",
|
|
62
62
|
"@faker-js/faker": "8.2.0",
|
|
63
63
|
"@hello-pangea/dnd": "^16.5.0",
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"babel-plugin-js-logger": "1.0.17",
|
|
79
79
|
"babel-plugin-macros": "3.1.0",
|
|
80
80
|
"babel-plugin-preval": "^5.1.0",
|
|
81
|
+
"babel-plugin-transform-imports": "^2.0.0",
|
|
81
82
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
82
83
|
"babel-preset-react": "6.24.1",
|
|
83
84
|
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
@@ -165,13 +166,13 @@
|
|
|
165
166
|
},
|
|
166
167
|
"peerDependencies": {
|
|
167
168
|
"@bigbinary/neeto-cist": "latest",
|
|
168
|
-
"@bigbinary/neeto-commons-frontend": "3.4.
|
|
169
|
+
"@bigbinary/neeto-commons-frontend": "3.4.4",
|
|
169
170
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
170
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
171
|
+
"@bigbinary/neeto-filters-frontend": "3.3.3",
|
|
171
172
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
172
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
173
|
-
"@bigbinary/neeto-molecules": "1.15.
|
|
174
|
-
"@bigbinary/neetoui": "6.5.
|
|
173
|
+
"@bigbinary/neeto-icons": "1.18.6",
|
|
174
|
+
"@bigbinary/neeto-molecules": "1.15.44",
|
|
175
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
175
176
|
"@honeybadger-io/js": "^6.5.3",
|
|
176
177
|
"@honeybadger-io/react": "^6.1.9",
|
|
177
178
|
"axios": "^1.6.0",
|