@bigbinary/neeto-commons-frontend 4.13.144 → 4.13.146
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/.ready +1 -1
- package/package.json +20 -18
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-07-
|
|
1
|
+
Built at 2026-07-09T12:08:15.808Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.146",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"@babel/generator": "^7.20.7",
|
|
106
106
|
"@babel/helper-hoist-variables": "^7.24.7",
|
|
107
107
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
108
|
+
"@babel/plugin-transform-react-constant-elements": "7.27.1",
|
|
108
109
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
109
110
|
"@babel/preset-env": "7.26.0",
|
|
110
111
|
"@babel/preset-react": "7.25.9",
|
|
@@ -112,12 +113,12 @@
|
|
|
112
113
|
"@babel/runtime": "7.26.10",
|
|
113
114
|
"@babel/types": "^7.20.7",
|
|
114
115
|
"@bigbinary/babel-preset-neeto": "1.0.14",
|
|
115
|
-
"@bigbinary/eslint-plugin-neeto": "1.9.
|
|
116
|
+
"@bigbinary/eslint-plugin-neeto": "1.9.1",
|
|
116
117
|
"@bigbinary/neeto-atoms": "1.0.90",
|
|
117
|
-
"@bigbinary/neeto-audit-frontend": "2.5.
|
|
118
|
+
"@bigbinary/neeto-audit-frontend": "2.5.4",
|
|
118
119
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
119
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
120
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
120
|
+
"@bigbinary/neeto-commons-frontend": "4.13.144",
|
|
121
|
+
"@bigbinary/neeto-editor": "1.47.121",
|
|
121
122
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
122
123
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
123
124
|
"@bigbinary/neeto-molecules": "5.2.6",
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"antd": "5.22.1",
|
|
153
154
|
"autoprefixer": "10.4.20",
|
|
154
155
|
"avvvatars-react": "0.4.2",
|
|
155
|
-
"axios": "1.
|
|
156
|
+
"axios": "1.16.0",
|
|
156
157
|
"babel-jest": "30.3.0",
|
|
157
158
|
"babel-loader": "^8.2.5",
|
|
158
159
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
@@ -170,7 +171,7 @@
|
|
|
170
171
|
"dayjs": "1.11.13",
|
|
171
172
|
"dompurify": "^3.2.4",
|
|
172
173
|
"enhanced-resolve": "^5.18.1",
|
|
173
|
-
"esbuild": "0.
|
|
174
|
+
"esbuild": "0.28.1",
|
|
174
175
|
"esbuild-plugin-svgr": "^3.1.0",
|
|
175
176
|
"esbuild-plugin-yaml": "^0.0.1",
|
|
176
177
|
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
|
|
@@ -216,7 +217,7 @@
|
|
|
216
217
|
"postcss-preset-env": "7.8.2",
|
|
217
218
|
"prettier": "3",
|
|
218
219
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
219
|
-
"qs": "6.15.
|
|
220
|
+
"qs": "6.15.2",
|
|
220
221
|
"ramda": "0.29.0",
|
|
221
222
|
"react": "18.3.1",
|
|
222
223
|
"react-colorful": "5.6.1",
|
|
@@ -237,10 +238,10 @@
|
|
|
237
238
|
"sass-loader": "^13.0.2",
|
|
238
239
|
"tailwindcss": "4.1.11",
|
|
239
240
|
"ts-api-utils": "^2.5.0",
|
|
240
|
-
"ua-parser-js": "^2.0.
|
|
241
|
+
"ua-parser-js": "^2.0.10",
|
|
241
242
|
"unified": "11.0.5",
|
|
242
243
|
"util": "^0.12.5",
|
|
243
|
-
"uuid": "13.0.
|
|
244
|
+
"uuid": "13.0.1",
|
|
244
245
|
"vite": "^8.0.0",
|
|
245
246
|
"yup": "0.32.11",
|
|
246
247
|
"zustand": "4.4.2"
|
|
@@ -250,8 +251,8 @@
|
|
|
250
251
|
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
251
252
|
"@bigbinary/neeto-atoms": "1.0.90",
|
|
252
253
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
253
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
254
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
254
|
+
"@bigbinary/neeto-commons-frontend": "4.13.144",
|
|
255
|
+
"@bigbinary/neeto-editor": "1.47.121",
|
|
255
256
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
256
257
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
257
258
|
"@bigbinary/neeto-molecules": "5.2.6",
|
|
@@ -271,12 +272,12 @@
|
|
|
271
272
|
"antd": "5.22.1",
|
|
272
273
|
"autoprefixer": "10.4.20",
|
|
273
274
|
"avvvatars-react": "0.4.2",
|
|
274
|
-
"axios": "1.
|
|
275
|
+
"axios": "1.16.0",
|
|
275
276
|
"dayjs": "1.11.13",
|
|
276
277
|
"dompurify": "^3.2.4",
|
|
277
278
|
"dotenv-webpack": "^8.0.1",
|
|
278
279
|
"enhanced-resolve": "^5.18.1",
|
|
279
|
-
"esbuild": "0.
|
|
280
|
+
"esbuild": "0.28.1",
|
|
280
281
|
"esbuild-plugin-svgr": "^3.1.0",
|
|
281
282
|
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
|
|
282
283
|
"esbuild-rails": "^1.0.7",
|
|
@@ -288,7 +289,7 @@
|
|
|
288
289
|
"js-logger": "1.6.1",
|
|
289
290
|
"linkify-react": "4.3.2",
|
|
290
291
|
"linkifyjs": "4.3.2",
|
|
291
|
-
"qs": "6.15.
|
|
292
|
+
"qs": "6.15.2",
|
|
292
293
|
"ramda": "0.29.0",
|
|
293
294
|
"react": "18.3.1",
|
|
294
295
|
"react-colorful": "5.6.1",
|
|
@@ -302,16 +303,17 @@
|
|
|
302
303
|
"sass": "1.62.0",
|
|
303
304
|
"shakapacker": "^6.5.5",
|
|
304
305
|
"tailwindcss": "4.1.11",
|
|
305
|
-
"ua-parser-js": "^2.0.
|
|
306
|
+
"ua-parser-js": "^2.0.10",
|
|
306
307
|
"util": "^0.12.5",
|
|
307
|
-
"uuid": "
|
|
308
|
+
"uuid": "13.0.1",
|
|
308
309
|
"vite": "^8.0.0",
|
|
309
310
|
"webpack": "^5.75.0",
|
|
310
311
|
"yup": "0.32.11",
|
|
311
312
|
"zustand": "4.4.2"
|
|
312
313
|
},
|
|
313
314
|
"resolutions": {
|
|
314
|
-
"dompurify": "^3.2.4"
|
|
315
|
+
"dompurify": "^3.2.4",
|
|
316
|
+
"eslint-plugin-sonarjs/minimatch": "10.2.4"
|
|
315
317
|
},
|
|
316
318
|
"packageManager": "yarn@1.22.22"
|
|
317
319
|
}
|