@bigbinary/neeto-commons-frontend 4.13.7 → 4.13.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/configs/esbuild/index.js +1 -0
- package/package.json +3 -3
package/configs/esbuild/index.js
CHANGED
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.8",
|
|
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>",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"cypress": "11.2.0",
|
|
147
147
|
"dayjs": "1.11.10",
|
|
148
148
|
"dompurify": "^2.4.0",
|
|
149
|
-
"esbuild": "
|
|
149
|
+
"esbuild": "0.24.0",
|
|
150
150
|
"esbuild-plugin-svgr": "^3.1.0",
|
|
151
151
|
"esbuild-plugin-yaml": "^0.0.1",
|
|
152
152
|
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"dayjs": "1.11.10",
|
|
242
242
|
"dompurify": "^2.4.0",
|
|
243
243
|
"dotenv-webpack": "^8.0.1",
|
|
244
|
-
"esbuild": "
|
|
244
|
+
"esbuild": "0.24.0",
|
|
245
245
|
"esbuild-plugin-svgr": "^3.1.0",
|
|
246
246
|
"esbuild-plugins-node-modules-polyfill": "^1.6.8",
|
|
247
247
|
"esbuild-rails": "^1.0.7",
|