@bigbinary/neeto-molecules 1.0.100 → 1.0.101

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.100",
3
+ "version": "1.0.101",
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>",
@@ -8,7 +8,7 @@
8
8
  "scripts": {
9
9
  "prepare": "husky install",
10
10
  "sync_with_wheel": "./.scripts/sync_with_wheel.sh",
11
- "test": "TZ=UTC jest",
11
+ "test": "TZ=UTC jest --runInBand",
12
12
  "bundle": "NODE_ENV=production rollup -c rollup.config.js && yarn build:jsdoc",
13
13
  "build": "NODE_ENV=production build-storybook",
14
14
  "serve": "node .storybook/db",
@@ -48,7 +48,7 @@
48
48
  "@babel/runtime": "^7.19.0",
49
49
  "@bigbinary/babel-preset-neeto": "^1.0.3",
50
50
  "@bigbinary/eslint-plugin-neeto": "^1.1.14",
51
- "@bigbinary/neeto-commons-frontend": "2.0.119",
51
+ "@bigbinary/neeto-commons-frontend": "2.0.134",
52
52
  "@bigbinary/neeto-editor": "1.27.0-beta.1",
53
53
  "@bigbinary/neeto-filters-frontend": "^2.11.15",
54
54
  "@bigbinary/neeto-icons": "^1.12.3",
@@ -74,10 +74,10 @@
74
74
  "@svgr/webpack": "^6.5.1",
75
75
  "@tailwindcss/line-clamp": "^0.4.4",
76
76
  "@testing-library/jest-dom": "5.16.2",
77
- "@testing-library/react": "12.1.3",
77
+ "@testing-library/react": "^14.0.0",
78
78
  "@testing-library/react-hooks": "^8.0.0",
79
79
  "@testing-library/user-event": "13.5.0",
80
- "antd": "4.24.3",
80
+ "antd": "5.9.2",
81
81
  "autoprefixer": "^10.4.13",
82
82
  "axios": "^0.27.2",
83
83
  "babel-jest": "27.0.6",
@@ -104,7 +104,7 @@
104
104
  "eslint-plugin-react": "7.29.4",
105
105
  "eslint-plugin-react-hooks": "4.5.0",
106
106
  "eslint-plugin-unused-imports": "2.0.0",
107
- "formik": "^2.2.9",
107
+ "formik": "2.4.5",
108
108
  "framer-motion": "^4.1.17",
109
109
  "husky": "^7.0.4",
110
110
  "i18next": "^22.5.1",
@@ -117,6 +117,7 @@
117
117
  "mixpanel-browser": "^2.45.0",
118
118
  "mousetrap": "^1.6.5",
119
119
  "mousetrap-global-bind": "^1.1.0",
120
+ "nock": "^13.3.3",
120
121
  "papaparse": "^5.4.0",
121
122
  "platform": "1.3.6",
122
123
  "postcss": "^8.4.17",
@@ -130,14 +131,14 @@
130
131
  "qs": "^6.11.0",
131
132
  "ramda": "^0.29.0",
132
133
  "raw-loader": "^4.0.2",
133
- "react": "^17.0.2",
134
- "react-dom": "17.0.2",
134
+ "react": "^18.2.0",
135
+ "react-dom": "^18.2.0",
135
136
  "react-dropzone": "^11.2.4",
136
137
  "react-helmet": "^6.1.0",
137
138
  "react-hotkeys-hook": "3.3.2",
138
139
  "react-i18next": "^12.3.1",
139
140
  "react-query": "^3.39.2",
140
- "react-router-dom": "^5.2.0",
141
+ "react-router-dom": "^5.3.3",
141
142
  "react-syntax-highlighter": "^15.5.0",
142
143
  "react-toastify": "^9.0.8",
143
144
  "react-transition-group": "^4.4.5",
@@ -164,21 +165,21 @@
164
165
  "@honeybadger-io/react": "2.0.1",
165
166
  "@neetohq/timezones": "latest",
166
167
  "@svgr/webpack": "^6.5.1",
167
- "antd": "4.24.3",
168
+ "antd": "5.9.2",
168
169
  "axios": "^0.27.2",
169
170
  "cypress": "11.2.0",
170
171
  "dayjs": "1.11.1",
171
172
  "dotenv-webpack": "^8.0.1",
172
- "formik": "^2.2.9",
173
+ "formik": "2.4.5",
173
174
  "i18next": "^22.5.1",
174
175
  "js-logger": "^1.6.1",
175
176
  "mixpanel-browser": "^2.45.0",
176
177
  "ramda": "^0.29.0",
177
- "react": "^17.0.2",
178
+ "react": "^18.2.0",
178
179
  "react-helmet": "^6.1.0",
179
180
  "react-i18next": "^12.3.1",
180
181
  "react-query": "^3.39.2",
181
- "react-router-dom": "^5.2.0",
182
+ "react-router-dom": "^5.3.3",
182
183
  "react-syntax-highlighter": "^15.5.0",
183
184
  "react-toastify": "^9.0.8",
184
185
  "shakapacker": "^6.5.5",