@bigbinary/neeto-fields-frontend 1.3.20 → 1.3.22

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-fields-frontend",
3
- "version": "1.3.20",
3
+ "version": "1.3.22",
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-fields-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,46 +35,44 @@
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.21.5",
44
- "@babel/eslint-parser": "7.21.3",
45
- "@babel/plugin-transform-runtime": "7.21.4",
46
- "@babel/preset-env": "7.21.5",
47
- "@babel/preset-react": "7.18.6",
48
- "@babel/preset-typescript": "7.21.5",
49
- "@babel/runtime": "7.21.5",
50
- "@bigbinary/babel-preset-neeto": "^1.0.4",
51
- "@bigbinary/eslint-plugin-neeto": "1.1.24",
52
- "@bigbinary/neeto-audit-frontend": "1.0.8",
53
- "@bigbinary/neeto-cist": "^1.0.2",
54
- "@bigbinary/neeto-commons-frontend": "3.0.1",
55
- "@bigbinary/neeto-filters-frontend": "^2.12.9",
56
- "@bigbinary/neeto-icons": "^1.14.0",
57
- "@bigbinary/neeto-molecules": "1.1.44",
58
- "@bigbinary/neetoui": "^5.1.12",
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.41",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.9",
53
+ "@bigbinary/neeto-cist": "1.0.8",
54
+ "@bigbinary/neeto-commons-frontend": "3.1.10",
55
+ "@bigbinary/neeto-filters-frontend": "3.0.15",
56
+ "@bigbinary/neeto-icons": "1.17.11",
57
+ "@bigbinary/neeto-molecules": "1.3.15",
58
+ "@bigbinary/neetoui": "6.1.2",
59
59
  "@dnd-kit/core": "^6.0.8",
60
60
  "@dnd-kit/sortable": "^7.0.2",
61
61
  "@emotion/is-prop-valid": "1.2.0",
62
- "@faker-js/faker": "7.6.0",
63
- "@honeybadger-io/react": "2.0.1",
64
- "@rollup/plugin-alias": "5.0.0",
65
- "@rollup/plugin-babel": "6.0.3",
66
- "@rollup/plugin-commonjs": "24.1.0",
67
- "@rollup/plugin-json": "6.0.0",
68
- "@rollup/plugin-node-resolve": "^15.0.2",
69
- "@rollup/plugin-replace": "5.0.2",
70
- "@svgr/rollup": "7.0.0",
71
- "antd": "5.9.2",
72
- "autoprefixer": "10.4.14",
73
- "axios": "0.27.2",
74
- "babel-loader": "9.1.2",
62
+ "@faker-js/faker": "8.2.0",
63
+ "@honeybadger-io/js": "6.5.3",
64
+ "@honeybadger-io/react": "6.1.9",
65
+ "@rollup/plugin-alias": "5.0.1",
66
+ "@rollup/plugin-babel": "6.0.4",
67
+ "@rollup/plugin-commonjs": "25.0.7",
68
+ "@rollup/plugin-json": "6.0.1",
69
+ "@rollup/plugin-node-resolve": "15.2.3",
70
+ "@rollup/plugin-replace": "5.0.4",
71
+ "@svgr/rollup": "8.1.0",
72
+ "antd": "5.10.2",
73
+ "autoprefixer": "10.4.16",
74
+ "axios": "1.6.0",
75
+ "babel-loader": "9.1.3",
75
76
  "babel-plugin-istanbul": "6.1.1",
76
77
  "babel-plugin-js-logger": "1.0.17",
77
78
  "babel-plugin-macros": "3.1.0",
@@ -86,57 +87,65 @@
86
87
  "css-loader": "^6.7.1",
87
88
  "dompurify": "3.0.2",
88
89
  "dotenv-webpack": "^8.0.1",
89
- "eslint": "8.39.0",
90
- "eslint-config-prettier": "8.8.0",
91
- "eslint-plugin-cypress": "2.13.3",
92
- "eslint-plugin-import": "2.27.5",
90
+ "eslint": "8.52.0",
91
+ "eslint-config-prettier": "8.5.0",
92
+ "eslint-plugin-cypress": "2.15.1",
93
+ "eslint-plugin-import": "2.29.0",
93
94
  "eslint-plugin-jam3": "0.2.3",
94
95
  "eslint-plugin-json": "3.1.0",
95
- "eslint-plugin-prettier": "4.2.1",
96
+ "eslint-plugin-prettier": "4.0.0",
96
97
  "eslint-plugin-promise": "6.1.1",
97
- "eslint-plugin-react": "7.32.2",
98
+ "eslint-plugin-react": "7.33.2",
98
99
  "eslint-plugin-react-hooks": "4.6.0",
99
- "eslint-plugin-unused-imports": "2.0.0",
100
- "formik": "2.2.9",
100
+ "eslint-plugin-security": "1.7.1",
101
+ "eslint-plugin-sonarjs": "0.23.0",
102
+ "eslint-plugin-unused-imports": "3.0.0",
103
+ "eslint-plugin-xss": "0.1.12",
104
+ "formik": "2.4.5",
101
105
  "html-webpack-plugin": "5.5.0",
102
106
  "https-browserify": "^1.0.0",
103
107
  "husky": "8.0.3",
104
- "i18next": "22.4.10",
108
+ "i18next": "23.6.0",
105
109
  "i18next-browser-languagedetector": "7.0.1",
106
110
  "js-logger": "1.6.1",
107
- "lint-staged": "13.2.2",
111
+ "lint-staged": "15.0.2",
108
112
  "mini-css-extract-plugin": "^2.6.1",
109
113
  "mixpanel-browser": "2.46.0",
110
114
  "os-browserify": "^0.3.0",
111
115
  "path-browserify": "^1.0.1",
116
+ "pluralize": "^8.0.0",
112
117
  "postcss": "8.4.31",
113
118
  "postcss-import": "15.1.0",
114
- "postcss-loader": "7.3.0",
115
- "postcss-preset-env": "8.3.2",
116
- "prettier": "2.8.8",
117
- "prettier-plugin-tailwindcss": "0.2.8",
119
+ "postcss-loader": "7.3.3",
120
+ "postcss-preset-env": "9.2.0",
121
+ "prettier": "2.6.2",
122
+ "prettier-plugin-tailwindcss": "0.1.10",
118
123
  "process": "^0.11.10",
119
- "ramda": "0.29.0",
120
- "react": "^18.2.0",
121
- "react-dom": "^18.2.0",
124
+ "qs": "6.11.2",
125
+ "ramda": "0.29.1",
126
+ "react": "18.2.0",
127
+ "react-dom": "18.2.0",
122
128
  "react-helmet": "6.1.0",
123
- "react-i18next": "11.16.8",
129
+ "react-i18next": "13.3.1",
124
130
  "react-query": "3.39.3",
125
- "react-router-dom": "5.3.3",
126
- "react-toastify": "8.0.2",
131
+ "react-router-dom": "5.3.4",
132
+ "react-router-nav-prompt": "0.4.1",
133
+ "react-toastify": "8.2.0",
127
134
  "react_ujs": "^3.1.1",
128
135
  "rollup": "2.79.1",
129
136
  "rollup-plugin-analyzer": "4.0.0",
130
137
  "rollup-plugin-cleaner": "1.0.0",
138
+ "rollup-plugin-copy": "^3.5.0",
131
139
  "rollup-plugin-peer-deps-external": "2.2.4",
132
140
  "rollup-plugin-styles": "4.0.0",
133
- "sass": "1.62.1",
141
+ "sass": "1.69.5",
134
142
  "sass-loader": "^13.0.2",
135
143
  "shakapacker": "^6.6.0",
144
+ "source-map-loader": "^4.0.1",
136
145
  "stream-browserify": "^3.0.0",
137
146
  "stream-http": "^3.2.0",
138
147
  "style-loader": "^3.3.1",
139
- "tailwindcss": "npm:@tailwindcss/postcss7-compat",
148
+ "tailwindcss": "3.4.1",
140
149
  "tty-browserify": "^0.0.1",
141
150
  "url": "^0.11.0",
142
151
  "util": "0.12.5",
@@ -145,30 +154,33 @@
145
154
  "webpack-assets-manifest": "^5.1.0",
146
155
  "webpack-cli": "4.10.0",
147
156
  "webpack-dev-server": "^4.15.0",
148
- "yup": "0.32.11"
157
+ "yup": "1.3.2",
158
+ "zustand": "4.3.2"
149
159
  },
150
160
  "peerDependencies": {
151
161
  "@bigbinary/neeto-cist": "latest",
152
- "@bigbinary/neeto-commons-frontend": "^2.1.29",
162
+ "@bigbinary/neeto-commons-frontend": "3.1.10",
153
163
  "@bigbinary/neeto-editor": "^1.26.3",
154
- "@bigbinary/neeto-icons": "^1.9.22",
155
- "@bigbinary/neeto-molecules": "^1.0.9",
156
- "@bigbinary/neetoui": "5.0.4",
157
- "@honeybadger-io/react": "^2.0.1",
158
- "axios": "^0.27.2",
164
+ "@bigbinary/neeto-filters-frontend": "3.0.15",
165
+ "@bigbinary/neeto-icons": "1.17.11",
166
+ "@bigbinary/neeto-molecules": "1.3.15",
167
+ "@bigbinary/neetoui": "6.1.2",
168
+ "@honeybadger-io/js": "^6.5.3",
169
+ "@honeybadger-io/react": "^6.1.9",
170
+ "axios": "^1.6.0",
159
171
  "classnames": "^2.3.2",
160
- "formik": "^2.2.9",
161
- "i18next": "23.2.7",
172
+ "formik": "^2.4.5",
173
+ "i18next": "^23.6.0",
162
174
  "js-logger": "^1.6.1",
163
175
  "mixpanel-browser": "^2.45.0",
164
- "ramda": "^0.29.0",
165
- "react": "18.2.0",
166
- "react-dom": "18.2.0",
176
+ "ramda": "^0.29.1",
177
+ "react": "^18.2.0",
178
+ "react-dom": "^18.2.0",
167
179
  "react-helmet": "^6.1.0",
168
- "react-i18next": "13.0.1",
169
- "react-query": "3.39.2",
170
- "react-router-dom": "5.3.3",
171
- "react-toastify": "8.2.0",
180
+ "react-i18next": "^13.3.1",
181
+ "react-query": "^3.39.3",
182
+ "react-router-dom": "^5.3.4",
183
+ "react-toastify": "^8.2.0",
172
184
  "uuid": "9.0.1",
173
185
  "yup": "^0.32.11",
174
186
  "zustand": "4.3.2"
@@ -180,11 +192,5 @@
180
192
  "node": ">=18.12",
181
193
  "npm": ">=9",
182
194
  "yarn": ">=1.22"
183
- },
184
- "dependencies": {
185
- "pluralize": "^8.0.0",
186
- "react-router-nav-prompt": "0.4.1",
187
- "source-map-loader": "^4.0.1",
188
- "zustand": "4.3.2"
189
195
  }
190
196
  }