@bigbinary/neeto-commons-frontend 2.0.127 → 2.0.129
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/README.md +1 -0
- package/cypress-utils.cjs.js +1 -1
- package/cypress-utils.cjs.js.map +1 -1
- package/cypress-utils.js +1 -1
- package/cypress-utils.js.map +1 -1
- package/package.json +2 -1
- package/react-utils.cjs.js +1 -1
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.js +1 -1
- package/react-utils.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.129",
|
|
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>",
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
"@babel/types": "^7.20.7",
|
|
85
85
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
86
86
|
"@bigbinary/eslint-plugin-neeto": "^1.1.1",
|
|
87
|
+
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
87
88
|
"@bigbinary/neeto-commons-frontend": "^2.0.104",
|
|
88
89
|
"@bigbinary/neeto-icons": "^1.9.15",
|
|
89
90
|
"@bigbinary/neeto-molecules": "^1.0.9",
|
package/react-utils.cjs.js
CHANGED
|
@@ -119,7 +119,7 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
119
119
|
}
|
|
120
120
|
}))));
|
|
121
121
|
};
|
|
122
|
-
var ignorableErrorsRegex = /(window\.requestAnimationFrame|ResizeObserver|ChunkLoadError|window\.webkit\.messageHandlers)/;
|
|
122
|
+
var ignorableErrorsRegex = /(window\.requestAnimationFrame|ResizeObserver|ChunkLoadError|window\.webkit\.messageHandlers|Request aborted|Network Error)/;
|
|
123
123
|
|
|
124
124
|
/** @type {import("neetocommons/react-utils").HoneybadgerErrorBoundary} */
|
|
125
125
|
var HoneybadgerErrorBoundary = function HoneybadgerErrorBoundary(_ref) {
|