@bigbinary/neeto-fields-frontend 1.3.41 → 1.3.43
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 +325 -188
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +263 -147
- package/dist/index.js.map +1 -1
- package/package.json +17 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-fields-frontend",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.43",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-fields-nano",
|
|
@@ -49,13 +49,13 @@
|
|
|
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.
|
|
55
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
56
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
57
|
-
"@bigbinary/neeto-molecules": "1.15.
|
|
58
|
-
"@bigbinary/neetoui": "6.5.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.4.4",
|
|
55
|
+
"@bigbinary/neeto-filters-frontend": "3.3.3",
|
|
56
|
+
"@bigbinary/neeto-icons": "1.18.6",
|
|
57
|
+
"@bigbinary/neeto-molecules": "1.15.49",
|
|
58
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
59
59
|
"@dnd-kit/core": "^6.0.8",
|
|
60
60
|
"@dnd-kit/sortable": "^7.0.2",
|
|
61
61
|
"@emotion/is-prop-valid": "1.2.0",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"classnames": "2.3.2",
|
|
86
86
|
"crypto-browserify": "^3.12.0",
|
|
87
87
|
"css-loader": "^6.7.1",
|
|
88
|
+
"dayjs": "1.11.10",
|
|
88
89
|
"dompurify": "3.0.2",
|
|
89
90
|
"dotenv-webpack": "^8.0.1",
|
|
90
91
|
"eslint": "8.52.0",
|
|
@@ -159,16 +160,17 @@
|
|
|
159
160
|
},
|
|
160
161
|
"peerDependencies": {
|
|
161
162
|
"@bigbinary/neeto-cist": "latest",
|
|
162
|
-
"@bigbinary/neeto-commons-frontend": "3.4.
|
|
163
|
+
"@bigbinary/neeto-commons-frontend": "3.4.4",
|
|
163
164
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
164
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
165
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
166
|
-
"@bigbinary/neeto-molecules": "1.15.
|
|
167
|
-
"@bigbinary/neetoui": "6.5.
|
|
165
|
+
"@bigbinary/neeto-filters-frontend": "3.3.3",
|
|
166
|
+
"@bigbinary/neeto-icons": "1.18.6",
|
|
167
|
+
"@bigbinary/neeto-molecules": "1.15.49",
|
|
168
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
168
169
|
"@honeybadger-io/js": "^6.5.3",
|
|
169
170
|
"@honeybadger-io/react": "^6.1.9",
|
|
170
171
|
"axios": "^1.6.0",
|
|
171
172
|
"classnames": "^2.3.2",
|
|
173
|
+
"dayjs": "1.11.10",
|
|
172
174
|
"formik": "^2.4.5",
|
|
173
175
|
"i18next": "^23.6.0",
|
|
174
176
|
"js-logger": "^1.6.1",
|
|
@@ -192,5 +194,8 @@
|
|
|
192
194
|
"node": ">=18.12",
|
|
193
195
|
"npm": ">=9",
|
|
194
196
|
"yarn": ">=1.22"
|
|
197
|
+
},
|
|
198
|
+
"dependencies": {
|
|
199
|
+
"babel-plugin-transform-imports": "^2.0.0"
|
|
195
200
|
}
|
|
196
201
|
}
|