@bigbinary/neeto-commons-frontend 2.0.54 → 2.0.55

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.54",
3
+ "version": "2.0.55",
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>",
@@ -10,8 +10,12 @@
10
10
  "sync_with_wheel": "./.scripts/sync_with_wheel.sh",
11
11
  "test": "TZ=UTC jest",
12
12
  "build": "NODE_ENV=production rollup -c rollup.config.js",
13
- "watch": "rollup -c rollup.config.js --watch",
14
- "storybook": "node .storybook/db & start-storybook -p 6006"
13
+ "watch": "rollup -c rollup.config.js --watch"
14
+ },
15
+ "engines": {
16
+ "node": ">=18.12",
17
+ "npm": ">=9",
18
+ "yarn": ">=1.22"
15
19
  },
16
20
  "files": [
17
21
  "initializers.*",
@@ -56,12 +60,15 @@
56
60
  "./configs/*": "./configs/*"
57
61
  },
58
62
  "devDependencies": {
59
- "@babel/eslint-parser": "^7.18.2",
60
- "@babel/plugin-transform-runtime": "^7.18.5",
61
- "@babel/preset-env": "^7.17.10",
62
- "@babel/preset-react": "^7.16.7",
63
+ "@babel/core": "^7.19.1",
64
+ "@babel/eslint-parser": "7.17.0",
65
+ "@babel/plugin-transform-runtime": "^7.19.1",
66
+ "@babel/preset-env": "7.17.10",
67
+ "@babel/preset-react": "7.16.7",
68
+ "@babel/preset-typescript": "^7.18.6",
69
+ "@babel/runtime": "^7.19.0",
70
+ "@bigbinary/eslint-plugin-neeto": "^1.0.21",
63
71
  "@bigbinary/neeto-commons-frontend": "latest",
64
- "@bigbinary/neeto-editor": "1.23.3",
65
72
  "@bigbinary/neeto-icons": "^1.9.15",
66
73
  "@bigbinary/neetoui": "^4.4.9",
67
74
  "@honeybadger-io/react": "2.0.1",
@@ -70,53 +77,53 @@
70
77
  "@rollup/plugin-commonjs": "^22.0.0",
71
78
  "@rollup/plugin-json": "^4.1.0",
72
79
  "@rollup/plugin-node-resolve": "^13.3.0",
73
- "@storybook/addon-actions": "^6.5.16",
74
- "@storybook/addon-essentials": "6.5.16",
75
- "@storybook/addon-postcss": "^2.0.0",
76
- "@storybook/builder-webpack5": "6.5.16",
77
- "@storybook/manager-webpack5": "6.5.16",
78
- "@storybook/preset-scss": "1.0.3",
79
- "@storybook/react": "6.5.16",
80
80
  "@svgr/rollup": "^6.2.1",
81
- "@svgr/webpack": "^6.5.1",
82
81
  "@testing-library/jest-dom": "5.16.2",
83
82
  "@testing-library/react": "12.1.3",
84
83
  "@testing-library/react-hooks": "^8.0.0",
85
84
  "@testing-library/user-event": "13.5.0",
86
- "antd": "4.18.7",
85
+ "antd": "4.24.3",
87
86
  "autoprefixer": "^10.4.13",
88
- "axios": "^0.27.2",
87
+ "axios": "0.27.2",
89
88
  "babel-jest": "27.0.6",
90
- "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
89
+ "babel-loader": "^8.2.5",
90
+ "babel-plugin-dynamic-import-node": "^2.3.3",
91
+ "babel-plugin-istanbul": "^6.1.1",
92
+ "babel-plugin-js-logger": "1.0.17",
93
+ "babel-plugin-macros": "3.1.0",
94
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
95
+ "babel-preset-react": "6.24.1",
96
+ "babel-preset-typescript": "^7.0.0-alpha.19",
91
97
  "css-loader": "4.3.0",
92
98
  "cypress": "11.2.0",
93
99
  "dayjs": "1.11.1",
94
- "eslint": "^8.15.0",
95
- "eslint-config-prettier": "^8.5.0",
100
+ "eslint": "8.14.0",
101
+ "eslint-config-prettier": "8.5.0",
96
102
  "eslint-plugin-cypress": "2.12.1",
97
- "eslint-plugin-import": "^2.26.0",
98
- "eslint-plugin-jam3": "^0.2.3",
99
- "eslint-plugin-json": "^3.1.0",
100
- "eslint-plugin-neeto": "^1.0.8",
101
- "eslint-plugin-prettier": "^4.0.0",
102
- "eslint-plugin-promise": "^6.0.0",
103
- "eslint-plugin-react": "^7.29.4",
104
- "eslint-plugin-react-hooks": "4.2.1-alpha-13455d26d-20211104",
105
- "eslint-plugin-unused-imports": "^2.0.0",
103
+ "eslint-plugin-import": "2.26.0",
104
+ "eslint-plugin-jam3": "0.2.3",
105
+ "eslint-plugin-json": "3.1.0",
106
+ "eslint-plugin-prettier": "4.0.0",
107
+ "eslint-plugin-promise": "6.0.0",
108
+ "eslint-plugin-react": "7.29.4",
109
+ "eslint-plugin-react-hooks": "4.5.0",
110
+ "eslint-plugin-unused-imports": "2.0.0",
106
111
  "formik": "^2.2.9",
107
112
  "husky": "^7.0.4",
108
113
  "i18next": "21.7.0",
109
- "ip-num": "^1.5.0",
110
114
  "jest": "27.5.1",
111
115
  "js-logger": "^1.6.1",
112
- "json-server": "0.17.1",
113
116
  "lint-staged": "^12.3.7",
114
117
  "mixpanel-browser": "^2.45.0",
115
118
  "mousetrap": "^1.6.5",
116
119
  "mousetrap-global-bind": "^1.1.0",
117
120
  "platform": "1.3.6",
118
- "prettier": "^2.6.2",
119
- "qrcode.react": "^3.1.0",
121
+ "postcss": "^8.4.17",
122
+ "postcss-import": "^15.0.0",
123
+ "postcss-loader": "^7.0.1",
124
+ "postcss-preset-env": "7.8.2",
125
+ "prettier": "2.6.2",
126
+ "prettier-plugin-tailwindcss": "0.1.10",
120
127
  "qs": "^6.11.0",
121
128
  "ramda": "^0.28.0",
122
129
  "react": "^17.0.2",
@@ -124,9 +131,8 @@
124
131
  "react-helmet": "^6.1.0",
125
132
  "react-i18next": "11.16.8",
126
133
  "react-query": "^3.39.2",
127
- "react-router-dom": "^5.2.0",
128
- "react-syntax-highlighter": "^15.5.0",
129
- "react-toastify": "^9.0.8",
134
+ "react-router-dom": "5.3.1",
135
+ "react-toastify": "8.0.2",
130
136
  "rollup": "^2.76.0",
131
137
  "rollup-plugin-analyzer": "^4.0.0",
132
138
  "rollup-plugin-cleaner": "^1.0.0",
@@ -138,14 +144,11 @@
138
144
  "yup": "^0.32.11",
139
145
  "zustand": "4.3.2"
140
146
  },
141
- "dependencies": {},
142
147
  "peerDependencies": {
143
148
  "@bigbinary/neeto-commons-frontend": "latest",
144
- "@bigbinary/neeto-editor": "latest",
145
- "@bigbinary/neeto-icons": "^1.9.15",
146
- "@bigbinary/neetoui": "^4.4.9",
149
+ "@bigbinary/neeto-icons": "latest",
150
+ "@bigbinary/neetoui": "latest",
147
151
  "@honeybadger-io/react": "2.0.1",
148
- "@svgr/webpack": "^6.5.1",
149
152
  "antd": "4.18.7",
150
153
  "autoprefixer": "^10.4.13",
151
154
  "axios": "^0.27.2",
@@ -156,18 +159,15 @@
156
159
  "i18next": "21.7.0",
157
160
  "js-logger": "^1.6.1",
158
161
  "mixpanel-browser": "^2.45.0",
159
- "postcss-flexbugs-fixes": "^5.0.2",
160
- "postcss-import": "^15.1.0",
161
- "postcss-preset-env": "^7.8.3",
162
162
  "ramda": "^0.28.0",
163
163
  "react": "^17.0.2",
164
164
  "react-helmet": "^6.1.0",
165
165
  "react-i18next": "11.16.8",
166
166
  "react-query": "^3.39.2",
167
- "react-router-dom": "^5.2.0",
168
- "react-toastify": "^9.0.8",
167
+ "react-router-dom": "5.3.1",
168
+ "react-toastify": "8.0.2",
169
169
  "shakapacker": "^6.5.5",
170
- "tailwindcss": "^3.2.4",
170
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
171
171
  "webpack": "^5.75.0",
172
172
  "yup": "^0.32.11"
173
173
  }