@bigbinary/neeto-commons-frontend 2.0.124 → 2.0.126

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "2.0.124",
3
+ "version": "2.0.126",
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>",
@@ -88,7 +88,8 @@
88
88
  "@bigbinary/neeto-icons": "^1.9.15",
89
89
  "@bigbinary/neeto-molecules": "^1.0.9",
90
90
  "@bigbinary/neetoui": "^4.4.9",
91
- "@honeybadger-io/react": "2.0.1",
91
+ "@honeybadger-io/js": "^6.4.1",
92
+ "@honeybadger-io/react": "^6.1.3",
92
93
  "@rails/actioncable": "^7.0.3",
93
94
  "@rollup/plugin-alias": "^3.1.9",
94
95
  "@rollup/plugin-babel": "^5.3.1",
@@ -138,6 +139,7 @@
138
139
  "husky": "^7.0.4",
139
140
  "i18next": "22.5.1",
140
141
  "i18next-browser-languagedetector": "^7.1.0",
142
+ "immer": "^10.0.2",
141
143
  "jest": "27.5.1",
142
144
  "js-logger": "^1.6.1",
143
145
  "lint-staged": "^12.3.7",
@@ -180,7 +182,8 @@
180
182
  "@bigbinary/neeto-icons": "latest",
181
183
  "@bigbinary/neeto-molecules": "^latest",
182
184
  "@bigbinary/neetoui": "latest",
183
- "@honeybadger-io/react": "2.0.1",
185
+ "@honeybadger-io/js": "^6.4.1",
186
+ "@honeybadger-io/react": "^6.1.3",
184
187
  "antd": "4.18.7",
185
188
  "autoprefixer": "^10.4.13",
186
189
  "axios": "^0.27.2",