@bigbinary/neeto-fields-frontend 1.3.20 → 1.3.21
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 +6206 -754
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +6234 -786
- package/dist/index.js.map +1 -1
- package/package.json +16 -13
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.21",
|
|
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",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"@babel/preset-typescript": "7.21.5",
|
|
49
49
|
"@babel/runtime": "7.21.5",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "^1.0.4",
|
|
51
|
-
"@bigbinary/eslint-plugin-neeto": "1.1.
|
|
51
|
+
"@bigbinary/eslint-plugin-neeto": "1.1.37",
|
|
52
52
|
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
53
|
-
"@bigbinary/neeto-cist": "
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.0.
|
|
55
|
-
"@bigbinary/neeto-filters-frontend": "^
|
|
53
|
+
"@bigbinary/neeto-cist": "1.0.6",
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.0.16",
|
|
55
|
+
"@bigbinary/neeto-filters-frontend": "^3.0.12",
|
|
56
56
|
"@bigbinary/neeto-icons": "^1.14.0",
|
|
57
|
-
"@bigbinary/neeto-molecules": "1.
|
|
57
|
+
"@bigbinary/neeto-molecules": "1.3.6",
|
|
58
58
|
"@bigbinary/neetoui": "^5.1.12",
|
|
59
59
|
"@dnd-kit/core": "^6.0.8",
|
|
60
60
|
"@dnd-kit/sortable": "^7.0.2",
|
|
@@ -96,7 +96,10 @@
|
|
|
96
96
|
"eslint-plugin-promise": "6.1.1",
|
|
97
97
|
"eslint-plugin-react": "7.32.2",
|
|
98
98
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
99
|
+
"eslint-plugin-security": "1.7.1",
|
|
100
|
+
"eslint-plugin-sonarjs": "0.23.0",
|
|
99
101
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
102
|
+
"eslint-plugin-xss": "0.1.12",
|
|
100
103
|
"formik": "2.2.9",
|
|
101
104
|
"html-webpack-plugin": "5.5.0",
|
|
102
105
|
"https-browserify": "^1.0.0",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"mixpanel-browser": "2.46.0",
|
|
110
113
|
"os-browserify": "^0.3.0",
|
|
111
114
|
"path-browserify": "^1.0.1",
|
|
115
|
+
"pluralize": "^8.0.0",
|
|
112
116
|
"postcss": "8.4.31",
|
|
113
117
|
"postcss-import": "15.1.0",
|
|
114
118
|
"postcss-loader": "7.3.0",
|
|
@@ -116,6 +120,7 @@
|
|
|
116
120
|
"prettier": "2.8.8",
|
|
117
121
|
"prettier-plugin-tailwindcss": "0.2.8",
|
|
118
122
|
"process": "^0.11.10",
|
|
123
|
+
"qs": "^6.11.2",
|
|
119
124
|
"ramda": "0.29.0",
|
|
120
125
|
"react": "^18.2.0",
|
|
121
126
|
"react-dom": "^18.2.0",
|
|
@@ -123,6 +128,7 @@
|
|
|
123
128
|
"react-i18next": "11.16.8",
|
|
124
129
|
"react-query": "3.39.3",
|
|
125
130
|
"react-router-dom": "5.3.3",
|
|
131
|
+
"react-router-nav-prompt": "0.4.1",
|
|
126
132
|
"react-toastify": "8.0.2",
|
|
127
133
|
"react_ujs": "^3.1.1",
|
|
128
134
|
"rollup": "2.79.1",
|
|
@@ -133,6 +139,7 @@
|
|
|
133
139
|
"sass": "1.62.1",
|
|
134
140
|
"sass-loader": "^13.0.2",
|
|
135
141
|
"shakapacker": "^6.6.0",
|
|
142
|
+
"source-map-loader": "^4.0.1",
|
|
136
143
|
"stream-browserify": "^3.0.0",
|
|
137
144
|
"stream-http": "^3.2.0",
|
|
138
145
|
"style-loader": "^3.3.1",
|
|
@@ -145,7 +152,8 @@
|
|
|
145
152
|
"webpack-assets-manifest": "^5.1.0",
|
|
146
153
|
"webpack-cli": "4.10.0",
|
|
147
154
|
"webpack-dev-server": "^4.15.0",
|
|
148
|
-
"yup": "0.32.11"
|
|
155
|
+
"yup": "0.32.11",
|
|
156
|
+
"zustand": "4.3.2"
|
|
149
157
|
},
|
|
150
158
|
"peerDependencies": {
|
|
151
159
|
"@bigbinary/neeto-cist": "latest",
|
|
@@ -181,10 +189,5 @@
|
|
|
181
189
|
"npm": ">=9",
|
|
182
190
|
"yarn": ">=1.22"
|
|
183
191
|
},
|
|
184
|
-
"dependencies": {
|
|
185
|
-
"pluralize": "^8.0.0",
|
|
186
|
-
"react-router-nav-prompt": "0.4.1",
|
|
187
|
-
"source-map-loader": "^4.0.1",
|
|
188
|
-
"zustand": "4.3.2"
|
|
189
|
-
}
|
|
192
|
+
"dependencies": {}
|
|
190
193
|
}
|