@bigbinary/neeto-commons-frontend 3.0.1 → 3.0.3
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/scripts/jsdoc-builder/utils.mjs +1 -1
- package/initializers.cjs.js +15 -0
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +15 -1
- package/initializers.js.map +1 -1
- package/package.json +3 -3
- package/react-utils.cjs.js +4 -2037
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.js +2 -2034
- package/react-utils.js.map +1 -1
- package/utils.cjs.js +3 -2036
- package/utils.cjs.js.map +1 -1
- package/utils.js +3 -2035
- package/utils.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
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>",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
80
80
|
"@bigbinary/eslint-plugin-neeto": "^1.1.1",
|
|
81
81
|
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
82
|
-
"@bigbinary/neeto-cist": "^1.0.
|
|
82
|
+
"@bigbinary/neeto-cist": "^1.0.5",
|
|
83
83
|
"@bigbinary/neeto-commons-frontend": "^2.1.5",
|
|
84
84
|
"@bigbinary/neeto-icons": "^1.9.15",
|
|
85
85
|
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
@@ -154,7 +154,6 @@
|
|
|
154
154
|
"postcss-preset-env": "7.8.2",
|
|
155
155
|
"prettier": "2.6.2",
|
|
156
156
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
157
|
-
"qs": "^6.11.0",
|
|
158
157
|
"ramda": "^0.29.0",
|
|
159
158
|
"react": "^18.2.0",
|
|
160
159
|
"react-dom": "^18.2.0",
|
|
@@ -195,6 +194,7 @@
|
|
|
195
194
|
"formik": "^2.2.9",
|
|
196
195
|
"i18next": "^22.5.1",
|
|
197
196
|
"js-logger": "^1.6.1",
|
|
197
|
+
"qs": "^6.11.0",
|
|
198
198
|
"ramda": "^0.29.0",
|
|
199
199
|
"react": "18.2.0",
|
|
200
200
|
"react-helmet": "^6.1.0",
|