@bigbinary/neeto-team-members-frontend 2.10.12 → 2.10.13

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-team-members-frontend",
3
- "version": "2.10.12",
3
+ "version": "2.10.13",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-team-members-nano",
@@ -19,11 +19,14 @@
19
19
  "types": "types.d.ts",
20
20
  "scripts": {
21
21
  "build": "NODE_ENV=production rollup -c --environment production",
22
+ "build-preview": "NODE_ENV=production webpack",
22
23
  "prepare": "husky install",
23
- "release": "yarn build && yalc push --sig",
24
- "build-preview": "NODE_ENV=production webpack"
24
+ "release": "yarn build && yalc push --sig"
25
25
  },
26
26
  "lint-staged": {
27
+ "./**/*.rb": [
28
+ "bundle exec rubocop -a --force-exclusion"
29
+ ],
27
30
  "./**/app/javascript/**/*.{js,jsx,json}": [
28
31
  "prettier --write",
29
32
  "eslint --fix"
@@ -32,44 +35,42 @@
32
35
  "prettier --write",
33
36
  "eslint --fix"
34
37
  ],
35
- "./**/*.rb": [
36
- "bundle exec rubocop -a --force-exclusion"
37
- ],
38
38
  "{Gemfile,Rakefile,config.ru}": [
39
39
  "bundle exec rubocop -a --force-exclusion"
40
40
  ]
41
41
  },
42
42
  "devDependencies": {
43
- "@babel/core": "7.22.6",
44
- "@babel/eslint-parser": "7.22.6",
45
- "@babel/plugin-transform-runtime": "7.22.6",
46
- "@babel/preset-env": "7.22.6",
47
- "@babel/preset-react": "7.22.5",
48
- "@babel/preset-typescript": "7.22.5",
49
- "@babel/runtime": "7.22.6",
50
- "@bigbinary/babel-preset-neeto": "1.0.3",
51
- "@bigbinary/eslint-plugin-neeto": "1.1.38",
52
- "@bigbinary/neeto-audit-frontend": "1.0.8",
53
- "@bigbinary/neeto-cist": "^1.0.3",
54
- "@bigbinary/neeto-commons-frontend": "3.0.12",
55
- "@bigbinary/neeto-filters-frontend": "3.0.5",
56
- "@bigbinary/neeto-icons": "1.12.3",
57
- "@bigbinary/neeto-molecules": "1.1.69",
58
- "@bigbinary/neetoui": "5.2.41",
43
+ "@babel/core": "7.23.2",
44
+ "@babel/eslint-parser": "7.22.15",
45
+ "@babel/plugin-transform-runtime": "7.23.2",
46
+ "@babel/preset-env": "7.23.2",
47
+ "@babel/preset-react": "7.22.15",
48
+ "@babel/preset-typescript": "7.23.2",
49
+ "@babel/runtime": "7.23.2",
50
+ "@bigbinary/babel-preset-neeto": "1.0.6",
51
+ "@bigbinary/eslint-plugin-neeto": "1.1.39",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.7",
53
+ "@bigbinary/neeto-cist": "1.0.7",
54
+ "@bigbinary/neeto-commons-frontend": "3.1.3",
55
+ "@bigbinary/neeto-filters-frontend": "3.0.14",
56
+ "@bigbinary/neeto-icons": "1.17.9",
57
+ "@bigbinary/neeto-molecules": "1.3.15",
58
+ "@bigbinary/neetoui": "6.1.2",
59
59
  "@emotion/is-prop-valid": "1.2.0",
60
- "@faker-js/faker": "8.0.2",
61
- "@honeybadger-io/react": "2.0.1",
62
- "@rollup/plugin-alias": "5.0.0",
63
- "@rollup/plugin-babel": "6.0.3",
64
- "@rollup/plugin-commonjs": "25.0.2",
65
- "@rollup/plugin-json": "6.0.0",
66
- "@rollup/plugin-node-resolve": "15.1.0",
67
- "@rollup/plugin-replace": "5.0.2",
68
- "@svgr/rollup": "8.0.1",
69
- "antd": "4.24.12",
70
- "autoprefixer": "10.4.14",
71
- "axios": "0.27.2",
72
- "babel-loader": "9.1.2",
60
+ "@faker-js/faker": "8.2.0",
61
+ "@honeybadger-io/js": "6.5.3",
62
+ "@honeybadger-io/react": "6.1.9",
63
+ "@rollup/plugin-alias": "5.0.1",
64
+ "@rollup/plugin-babel": "6.0.4",
65
+ "@rollup/plugin-commonjs": "25.0.7",
66
+ "@rollup/plugin-json": "6.0.1",
67
+ "@rollup/plugin-node-resolve": "15.2.3",
68
+ "@rollup/plugin-replace": "5.0.4",
69
+ "@svgr/rollup": "8.1.0",
70
+ "antd": "5.10.2",
71
+ "autoprefixer": "10.4.16",
72
+ "axios": "1.6.0",
73
+ "babel-loader": "9.1.3",
73
74
  "babel-plugin-istanbul": "6.1.1",
74
75
  "babel-plugin-js-logger": "1.0.17",
75
76
  "babel-plugin-macros": "3.1.0",
@@ -84,28 +85,28 @@
84
85
  "css-loader": "6.8.1",
85
86
  "dompurify": "3.0.2",
86
87
  "dotenv-webpack": "^8.0.1",
87
- "eslint": "8.44.0",
88
- "eslint-config-prettier": "8.8.0",
89
- "eslint-plugin-cypress": "2.13.3",
90
- "eslint-plugin-import": "2.27.5",
88
+ "eslint": "8.52.0",
89
+ "eslint-config-prettier": "8.5.0",
90
+ "eslint-plugin-cypress": "2.15.1",
91
+ "eslint-plugin-import": "2.29.0",
91
92
  "eslint-plugin-jam3": "0.2.3",
92
93
  "eslint-plugin-json": "3.1.0",
93
- "eslint-plugin-prettier": "4.2.1",
94
+ "eslint-plugin-prettier": "4.0.0",
94
95
  "eslint-plugin-promise": "6.1.1",
95
- "eslint-plugin-react": "7.32.2",
96
+ "eslint-plugin-react": "7.33.2",
96
97
  "eslint-plugin-react-hooks": "4.6.0",
97
98
  "eslint-plugin-security": "^1.7.1",
98
99
  "eslint-plugin-sonarjs": "^0.21.0",
99
- "eslint-plugin-unused-imports": "2.0.0",
100
+ "eslint-plugin-unused-imports": "3.0.0",
100
101
  "eslint-plugin-xss": "^0.1.12",
101
- "formik": "2.4.2",
102
+ "formik": "2.4.5",
102
103
  "html-webpack-plugin": "5.5.3",
103
104
  "https-browserify": "1.0.0",
104
105
  "husky": "8.0.3",
105
- "i18next": "23.2.11",
106
+ "i18next": "23.6.0",
106
107
  "i18next-browser-languagedetector": "7.0.1",
107
108
  "js-logger": "1.6.1",
108
- "lint-staged": "13.2.3",
109
+ "lint-staged": "15.0.2",
109
110
  "mini-css-extract-plugin": "2.7.6",
110
111
  "mixpanel-browser": "2.47.0",
111
112
  "os-browserify": "0.3.0",
@@ -114,26 +115,27 @@
114
115
  "postcss": "8.4.31",
115
116
  "postcss-import": "15.1.0",
116
117
  "postcss-loader": "7.3.3",
117
- "postcss-preset-env": "9.0.0",
118
- "prettier": "2.8.8",
119
- "prettier-plugin-tailwindcss": "0.3.0",
118
+ "postcss-preset-env": "9.2.0",
119
+ "prettier": "2.6.2",
120
+ "prettier-plugin-tailwindcss": "0.1.10",
120
121
  "process": "0.11.10",
121
- "ramda": "0.29.0",
122
- "react": "^18.2.0",
123
- "react-dom": "^18.2.0",
122
+ "qs": "6.11.2",
123
+ "ramda": "0.29.1",
124
+ "react": "18.2.0",
125
+ "react-dom": "18.2.0",
124
126
  "react-helmet": "6.1.0",
125
- "react-i18next": "13.0.2",
127
+ "react-i18next": "13.3.1",
126
128
  "react-query": "3.39.3",
127
- "react-router-dom": "5.3.3",
129
+ "react-router-dom": "5.3.4",
128
130
  "react-scroll-sync": "0.11.0",
129
- "react-toastify": "8.0.2",
131
+ "react-toastify": "8.2.0",
130
132
  "react_ujs": "^3.1.1",
131
133
  "rollup": "2.79.1",
132
134
  "rollup-plugin-analyzer": "4.0.0",
133
135
  "rollup-plugin-cleaner": "1.0.0",
134
136
  "rollup-plugin-peer-deps-external": "2.2.4",
135
137
  "rollup-plugin-styles": "4.0.0",
136
- "sass": "1.63.6",
138
+ "sass": "1.69.5",
137
139
  "sass-loader": "13.3.2",
138
140
  "shakapacker": "6.6.0",
139
141
  "stream-browserify": "3.0.0",
@@ -148,31 +150,32 @@
148
150
  "webpack-assets-manifest": "5.1.0",
149
151
  "webpack-cli": "5.1.4",
150
152
  "webpack-dev-server": "4.15.1",
151
- "yup": "0.32.11"
153
+ "yup": "1.3.2"
152
154
  },
153
155
  "peerDependencies": {
154
156
  "@bigbinary/neeto-cist": "latest",
155
- "@bigbinary/neeto-commons-frontend": "^2.1.28",
157
+ "@bigbinary/neeto-commons-frontend": "3.1.3",
156
158
  "@bigbinary/neeto-editor": "^1.26.3",
157
- "@bigbinary/neeto-filters-frontend": "^2.8.1",
158
- "@bigbinary/neeto-icons": "^1.9.22",
159
- "@bigbinary/neeto-molecules": "^1.0.9",
160
- "@bigbinary/neetoui": "^4.4.10",
161
- "@honeybadger-io/react": "^2.0.1",
162
- "axios": "^0.27",
159
+ "@bigbinary/neeto-filters-frontend": "3.0.14",
160
+ "@bigbinary/neeto-icons": "1.17.9",
161
+ "@bigbinary/neeto-molecules": "1.3.15",
162
+ "@bigbinary/neetoui": "6.1.2",
163
+ "@honeybadger-io/js": "^6.5.3",
164
+ "@honeybadger-io/react": "^6.1.9",
165
+ "axios": "^1.6.0",
163
166
  "classnames": "^2.3.2",
164
- "formik": "^2.2.9",
165
- "i18next": "^22.5.1",
167
+ "formik": "^2.4.5",
168
+ "i18next": "^23.6.0",
166
169
  "js-logger": "^1.6.1",
167
170
  "mixpanel-browser": "^2.45.0",
168
- "ramda": "^0.29.0",
169
- "react": "18.2.0",
170
- "react-dom": "18.2.0",
171
+ "ramda": "^0.29.1",
172
+ "react": "^18.2.0",
173
+ "react-dom": "^18.2.0",
171
174
  "react-helmet": "^6.1.0",
172
- "react-i18next": "^12.3.1",
173
- "react-query": "3.39.2",
174
- "react-router-dom": "5.3.3",
175
- "react-toastify": "8.2.0",
175
+ "react-i18next": "^13.3.1",
176
+ "react-query": "^3.39.3",
177
+ "react-router-dom": "^5.3.4",
178
+ "react-toastify": "^8.2.0",
176
179
  "yup": "^0.32.11",
177
180
  "zustand": "4.3.2"
178
181
  },