@bigbinary/neeto-commons-frontend 2.1.15 → 2.1.16
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/initializers.cjs.js +0 -15
- package/initializers.cjs.js.map +1 -1
- package/initializers.d.ts +0 -1
- package/initializers.js +4 -18
- package/initializers.js.map +1 -1
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.16",
|
|
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>",
|
|
@@ -144,7 +144,6 @@
|
|
|
144
144
|
"jest": "27.5.1",
|
|
145
145
|
"js-logger": "^1.6.1",
|
|
146
146
|
"lint-staged": "^12.3.7",
|
|
147
|
-
"mixpanel-browser": "^2.45.0",
|
|
148
147
|
"mousetrap": "^1.6.5",
|
|
149
148
|
"mousetrap-global-bind": "^1.1.0",
|
|
150
149
|
"nock": "^13.3.2",
|
|
@@ -194,7 +193,6 @@
|
|
|
194
193
|
"formik": "^2.2.9",
|
|
195
194
|
"i18next": "^22.5.1",
|
|
196
195
|
"js-logger": "^1.6.1",
|
|
197
|
-
"mixpanel-browser": "^2.45.0",
|
|
198
196
|
"ramda": "^0.29.0",
|
|
199
197
|
"react": "18.2.0",
|
|
200
198
|
"react-helmet": "^6.1.0",
|