@bigbinary/neeto-commons-frontend 2.0.36 → 2.0.38

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.36",
3
+ "version": "2.0.38",
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>",
@@ -54,8 +54,9 @@
54
54
  "@babel/plugin-transform-runtime": "^7.18.5",
55
55
  "@babel/preset-env": "^7.17.10",
56
56
  "@babel/preset-react": "^7.16.7",
57
+ "@bigbinary/neeto-commons-frontend": "latest",
57
58
  "@bigbinary/neeto-icons": "^1.9.2",
58
- "@bigbinary/neetoui": "^4.1.33",
59
+ "@bigbinary/neetoui": "4.3.3-cjs",
59
60
  "@honeybadger-io/react": "2.0.1",
60
61
  "@rollup/plugin-alias": "^3.1.9",
61
62
  "@rollup/plugin-babel": "^5.3.1",
@@ -94,8 +95,11 @@
94
95
  "js-logger": "^1.6.1",
95
96
  "lint-staged": "^12.3.7",
96
97
  "mixpanel-browser": "^2.45.0",
98
+ "mousetrap": "^1.6.5",
99
+ "mousetrap-global-bind": "^1.1.0",
97
100
  "platform": "1.3.6",
98
101
  "prettier": "^2.6.2",
102
+ "qrcode.react": "^3.1.0",
99
103
  "qs": "^6.11.0",
100
104
  "ramda": "^0.28.0",
101
105
  "react": "^17.0.2",
@@ -117,8 +121,9 @@
117
121
  },
118
122
  "dependencies": {},
119
123
  "peerDependencies": {
124
+ "@bigbinary/neeto-commons-frontend": "latest",
120
125
  "@bigbinary/neeto-icons": "^1.9.2",
121
- "@bigbinary/neetoui": "^4.1.1",
126
+ "@bigbinary/neetoui": "^4.3.3",
122
127
  "@honeybadger-io/react": "2.0.1",
123
128
  "@svgr/webpack": "^6.5.1",
124
129
  "antd": "4.18.7",