@bigbinary/neeto-fields-frontend 1.1.6 → 1.1.8
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 +720 -104
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +721 -105
- package/dist/index.js.map +1 -1
- package/package.json +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-fields-frontend",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
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",
|
|
@@ -46,13 +46,14 @@
|
|
|
46
46
|
"@babel/preset-react": "7.18.6",
|
|
47
47
|
"@babel/preset-typescript": "7.21.5",
|
|
48
48
|
"@babel/runtime": "7.21.5",
|
|
49
|
-
"@bigbinary/babel-preset-neeto": "1.0.
|
|
50
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
51
|
-
"@bigbinary/neeto-
|
|
52
|
-
"@bigbinary/neeto-
|
|
53
|
-
"@bigbinary/neeto-
|
|
54
|
-
"@bigbinary/neeto-
|
|
55
|
-
"@bigbinary/
|
|
49
|
+
"@bigbinary/babel-preset-neeto": "^1.0.4",
|
|
50
|
+
"@bigbinary/eslint-plugin-neeto": "^1.1.14",
|
|
51
|
+
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
52
|
+
"@bigbinary/neeto-commons-frontend": "^2.0.126",
|
|
53
|
+
"@bigbinary/neeto-filters-frontend": "^2.12.9",
|
|
54
|
+
"@bigbinary/neeto-icons": "^1.14.0",
|
|
55
|
+
"@bigbinary/neeto-molecules": "^1.0.89",
|
|
56
|
+
"@bigbinary/neetoui": "^5.1.12",
|
|
56
57
|
"@dnd-kit/core": "^6.0.8",
|
|
57
58
|
"@dnd-kit/sortable": "^7.0.2",
|
|
58
59
|
"@emotion/is-prop-valid": "1.2.0",
|
|
@@ -148,7 +149,7 @@
|
|
|
148
149
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
149
150
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
150
151
|
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
151
|
-
"@bigbinary/neetoui": "
|
|
152
|
+
"@bigbinary/neetoui": "5.0.4",
|
|
152
153
|
"@honeybadger-io/react": "^2.0.1",
|
|
153
154
|
"axios": "^0.27.2",
|
|
154
155
|
"classnames": "^2.3.2",
|
|
@@ -174,6 +175,7 @@
|
|
|
174
175
|
"yarn": ">=1.22"
|
|
175
176
|
},
|
|
176
177
|
"dependencies": {
|
|
178
|
+
"pluralize": "^8.0.0",
|
|
177
179
|
"react-router-nav-prompt": "0.4.1",
|
|
178
180
|
"source-map-loader": "^4.0.1",
|
|
179
181
|
"zustand": "4.3.2"
|