@bigbinary/neeto-commons-frontend 2.0.21 → 2.0.23

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 CHANGED
@@ -8,7 +8,7 @@ products.
8
8
  Install from npm:
9
9
 
10
10
  ```bash
11
- yarn add "@bigbinary/neeto-commons-frontend@2.0.21"
11
+ yarn add "@bigbinary/neeto-commons-frontend@2.0.23"
12
12
  ```
13
13
 
14
14
  This package relies on the host project's tailwind configuration. So add
@@ -1153,7 +1153,8 @@ var neetoCommons = {
1153
1153
  contactUs: {
1154
1154
  main: "<button></button> if you need any help.",
1155
1155
  buttonLabel: "Contact us"
1156
- }
1156
+ },
1157
+ unknownBrowserMsg: "an unknown browser"
1157
1158
  }
1158
1159
  };
1159
1160
  var en = {
package/initializers.js CHANGED
@@ -1141,7 +1141,8 @@ var neetoCommons = {
1141
1141
  contactUs: {
1142
1142
  main: "<button></button> if you need any help.",
1143
1143
  buttonLabel: "Contact us"
1144
- }
1144
+ },
1145
+ unknownBrowserMsg: "an unknown browser"
1145
1146
  }
1146
1147
  };
1147
1148
  var en = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
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>",
@@ -99,7 +99,7 @@
99
99
  "rollup-plugin-peer-deps-external": "^2.2.4",
100
100
  "yup": "^0.32.11",
101
101
  "zustand": "^4.1.2",
102
- "platform": "^1.3.6"
102
+ "platform": "1.3.6"
103
103
  },
104
104
  "dependencies": {},
105
105
  "peerDependencies": {
@@ -115,6 +115,7 @@
115
115
  "mixpanel-browser": "^2.45.0",
116
116
  "ramda": "^0.28.0",
117
117
  "react": "^17.0.2",
118
+ "react-helmet": "^6.1.0",
118
119
  "react-i18next": "11.16.8",
119
120
  "react-query": "^3.39.2",
120
121
  "react-router-dom": "^5.2.0",