@bigbinary/neeto-molecules 1.0.112 → 1.0.114

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-molecules",
3
- "version": "1.0.112",
3
+ "version": "1.0.114",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -53,10 +53,10 @@
53
53
  "@bigbinary/neeto-filters-frontend": "^2.11.15",
54
54
  "@bigbinary/neeto-icons": "^1.12.3",
55
55
  "@bigbinary/neeto-molecules": "^1.0.5",
56
+ "@bigbinary/neeto-time-zones": "^0.5.0",
56
57
  "@bigbinary/neetoui": "^5.1.5",
57
58
  "@faker-js/faker": "7.6.0",
58
59
  "@honeybadger-io/react": "2.0.1",
59
- "@neetohq/timezones": "^0.2.0",
60
60
  "@rails/activestorage": "^7.0.5",
61
61
  "@rollup/plugin-alias": "^3.1.9",
62
62
  "@rollup/plugin-babel": "^5.3.1",
@@ -91,7 +91,6 @@
91
91
  "babel-preset-typescript": "^7.0.0-alpha.19",
92
92
  "countries-list": "^2.6.1",
93
93
  "css-loader": "4.3.0",
94
- "cypress": "11.2.0",
95
94
  "dayjs": "1.11.1",
96
95
  "eslint": "8.14.0",
97
96
  "eslint-config-prettier": "8.5.0",
@@ -128,14 +127,12 @@
128
127
  "prettier-plugin-tailwindcss": "0.1.10",
129
128
  "prismjs": "^1.29.0",
130
129
  "qrcode.react": "^3.1.0",
131
- "qs": "^6.11.0",
132
130
  "ramda": "^0.29.0",
133
131
  "raw-loader": "^4.0.2",
134
132
  "react": "^18.2.0",
135
133
  "react-dom": "^18.2.0",
136
134
  "react-dropzone": "^11.2.4",
137
135
  "react-helmet": "^6.1.0",
138
- "react-hotkeys-hook": "3.3.2",
139
136
  "react-i18next": "^12.3.1",
140
137
  "react-query": "^3.39.2",
141
138
  "react-router-dom": "^5.3.3",
@@ -161,13 +158,12 @@
161
158
  "@bigbinary/neeto-filters-frontend": "latest",
162
159
  "@bigbinary/neeto-icons": "latest",
163
160
  "@bigbinary/neeto-molecules": "latest",
161
+ "@bigbinary/neeto-time-zones": "latest",
164
162
  "@bigbinary/neetoui": "latest",
165
163
  "@honeybadger-io/react": "2.0.1",
166
- "@neetohq/timezones": "latest",
167
164
  "@svgr/webpack": "^6.5.1",
168
165
  "antd": "5.9.2",
169
166
  "axios": "^0.27.2",
170
- "cypress": "11.2.0",
171
167
  "dayjs": "1.11.1",
172
168
  "dotenv-webpack": "^8.0.1",
173
169
  "formik": "2.4.5",
@@ -182,7 +178,6 @@
182
178
  "react-router-dom": "^5.3.3",
183
179
  "react-syntax-highlighter": "^15.5.0",
184
180
  "react-toastify": "^9.0.8",
185
- "shakapacker": "^6.5.5",
186
181
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
187
182
  "webpack": "^5.75.0",
188
183
  "yup": "^0.32.11"
@@ -3,11 +3,11 @@ import React from "react";
3
3
  *
4
4
  * It is a component which allows setting working hours for the week.
5
5
  *
6
- * To use this component, you should install @neetohq/timezones package.
6
+ * To use this component, you should install @bigbinary/neeto-time-zones package.
7
7
  *
8
8
  * @example
9
9
  *
10
- * yarn add @neetohq/timezones
10
+ * yarn add @bigbinary/neeto-time-zones
11
11
  * @endexample
12
12
  * ![image](https://user-images.githubusercontent.com/35630321/198989580-36a91233-8e7b-4300-b980-f50d2b0efcaa.png|height=200|width=300)
13
13
  *