@bigbinary/neeto-rules-frontend 2.5.15 → 2.5.16
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/dist/NeetoRules.js +2 -2
- package/dist/NeetoRules.js.map +1 -1
- package/dist/NeetoRulesForm.js +66 -85
- package/dist/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/NeetoRules.js +1 -1
- package/dist/cjs/NeetoRules.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +8 -27
- package/dist/cjs/NeetoRulesForm.js.map +1 -1
- package/package.json +44 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.16",
|
|
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-rules-nano",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
],
|
|
41
41
|
"./**/app/javascript/**/*.{js,jsx,json}": [
|
|
42
42
|
"prettier --write",
|
|
43
|
-
"eslint --fix"
|
|
43
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
44
44
|
],
|
|
45
45
|
"./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
|
|
46
46
|
"prettier --write",
|
|
47
|
-
"eslint --fix"
|
|
47
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
48
48
|
],
|
|
49
49
|
"{Gemfile,Rakefile,config.ru}": [
|
|
50
50
|
"bundle exec rubocop -a --force-exclusion"
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"@babel/preset-typescript": "7.26.0",
|
|
60
60
|
"@babel/runtime": "7.26.10",
|
|
61
61
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
62
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
63
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
65
|
-
"@bigbinary/neeto-editor": "1.
|
|
66
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
62
|
+
"@bigbinary/eslint-plugin-neeto": "1.6.4",
|
|
63
|
+
"@bigbinary/neeto-cist": "1.0.17",
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.13.45",
|
|
65
|
+
"@bigbinary/neeto-editor": "1.47.20",
|
|
66
|
+
"@bigbinary/neeto-filters-frontend": "4.3.22",
|
|
67
67
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
70
|
-
"@bigbinary/neetoui": "8.
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.52",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.16.75",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.10",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -103,21 +103,22 @@
|
|
|
103
103
|
"dayjs": "1.11.10",
|
|
104
104
|
"dompurify": "^3.2.4",
|
|
105
105
|
"dotenv-webpack": "^8.0.1",
|
|
106
|
-
"eslint": "
|
|
107
|
-
"eslint-config-prettier": "
|
|
108
|
-
"eslint-plugin-cypress": "
|
|
109
|
-
"eslint-plugin-import": "2.31.0",
|
|
110
|
-
"eslint-plugin-jam3": "0.2.3",
|
|
111
|
-
"eslint-plugin-json": "
|
|
112
|
-
"eslint-plugin-prettier": "
|
|
113
|
-
"eslint-plugin-promise": "
|
|
114
|
-
"eslint-plugin-react": "7.37.
|
|
115
|
-
"eslint-plugin-react-hooks": "
|
|
116
|
-
"eslint-plugin-security": "^
|
|
117
|
-
"eslint-plugin-sonarjs": "^0.
|
|
118
|
-
"eslint-plugin-unused-imports": "
|
|
106
|
+
"eslint": "^9.25.1",
|
|
107
|
+
"eslint-config-prettier": "^10.1.2",
|
|
108
|
+
"eslint-plugin-cypress": "^4.3.0",
|
|
109
|
+
"eslint-plugin-import": "^2.31.0",
|
|
110
|
+
"eslint-plugin-jam3": "^0.2.3",
|
|
111
|
+
"eslint-plugin-json": "^4.0.1",
|
|
112
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
113
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
114
|
+
"eslint-plugin-react": "^7.37.5",
|
|
115
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
116
|
+
"eslint-plugin-security": "^3.0.1",
|
|
117
|
+
"eslint-plugin-sonarjs": "^3.0.2",
|
|
118
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
119
119
|
"eslint-plugin-xss": "^0.1.12",
|
|
120
120
|
"formik": "2.4.6",
|
|
121
|
+
"globals": "16.0.0",
|
|
121
122
|
"html-webpack-plugin": "5.5.3",
|
|
122
123
|
"https-browserify": "1.0.0",
|
|
123
124
|
"husky": "7.0.4",
|
|
@@ -133,13 +134,13 @@
|
|
|
133
134
|
"postcss-import": "^15.0.0",
|
|
134
135
|
"postcss-loader": "^7.0.1",
|
|
135
136
|
"postcss-preset-env": "7.8.2",
|
|
136
|
-
"prettier": "
|
|
137
|
+
"prettier": "3",
|
|
137
138
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
138
139
|
"process": "0.11.10",
|
|
139
140
|
"qs": "^6.11.2",
|
|
140
141
|
"ramda": "0.29.0",
|
|
141
|
-
"react": "18.
|
|
142
|
-
"react-dom": "18.
|
|
142
|
+
"react": "18.3.1",
|
|
143
|
+
"react-dom": "18.3.1",
|
|
143
144
|
"react-helmet": "^6.1.0",
|
|
144
145
|
"react-i18next": "12.3.1",
|
|
145
146
|
"react-router-dom": "5.3.3",
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"rollup-plugin-copy": "3.5.0",
|
|
153
154
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
154
155
|
"rollup-plugin-styles": "4.0.0",
|
|
155
|
-
"sass": "
|
|
156
|
+
"sass": "1.89.0",
|
|
156
157
|
"sass-loader": "^13.0.2",
|
|
157
158
|
"shakapacker": "6.6.0",
|
|
158
159
|
"source-map-loader": "4.0.1",
|
|
@@ -167,20 +168,20 @@
|
|
|
167
168
|
"webpack": "5.94.0",
|
|
168
169
|
"webpack-assets-manifest": "5.1.0",
|
|
169
170
|
"webpack-cli": "5.1.4",
|
|
170
|
-
"webpack-dev-server": "
|
|
171
|
+
"webpack-dev-server": "5.2.1",
|
|
171
172
|
"yup": "0.32.11",
|
|
172
|
-
"zustand": "4.
|
|
173
|
+
"zustand": "4.4.2"
|
|
173
174
|
},
|
|
174
175
|
"peerDependencies": {
|
|
175
176
|
"@babel/runtime": "7.26.10",
|
|
176
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
177
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
178
|
-
"@bigbinary/neeto-editor": "1.
|
|
179
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
177
|
+
"@bigbinary/neeto-cist": "1.0.17",
|
|
178
|
+
"@bigbinary/neeto-commons-frontend": "4.13.45",
|
|
179
|
+
"@bigbinary/neeto-editor": "1.47.20",
|
|
180
|
+
"@bigbinary/neeto-filters-frontend": "4.3.22",
|
|
180
181
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
181
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
182
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
183
|
-
"@bigbinary/neetoui": "8.
|
|
182
|
+
"@bigbinary/neeto-icons": "1.20.52",
|
|
183
|
+
"@bigbinary/neeto-molecules": "3.16.75",
|
|
184
|
+
"@bigbinary/neetoui": "8.3.10",
|
|
184
185
|
"@hello-pangea/dnd": "16.3.0",
|
|
185
186
|
"@honeybadger-io/js": "6.10.1",
|
|
186
187
|
"@honeybadger-io/react": "6.1.25",
|
|
@@ -203,8 +204,8 @@
|
|
|
203
204
|
"path-browserify": "^1.0.1",
|
|
204
205
|
"qs": "^6.11.2",
|
|
205
206
|
"ramda": "0.29.0",
|
|
206
|
-
"react": "18.
|
|
207
|
-
"react-dom": "18.
|
|
207
|
+
"react": "18.3.1",
|
|
208
|
+
"react-dom": "18.3.1",
|
|
208
209
|
"react-helmet": "^6.1.0",
|
|
209
210
|
"react-i18next": "12.3.1",
|
|
210
211
|
"react-router-dom": "5.3.3",
|
|
@@ -219,12 +220,14 @@
|
|
|
219
220
|
"util": "^0.12.5",
|
|
220
221
|
"vm-browserify": "1.1.2",
|
|
221
222
|
"yup": "0.32.11",
|
|
222
|
-
"zustand": "4.
|
|
223
|
+
"zustand": "4.4.2"
|
|
223
224
|
},
|
|
224
225
|
"resolutions": {
|
|
225
226
|
"postcss": "^8",
|
|
226
227
|
"wrap-ansi": "7.0.0",
|
|
227
|
-
"string-width": "4.1.0"
|
|
228
|
+
"string-width": "4.1.0",
|
|
229
|
+
"react": "18.3.1",
|
|
230
|
+
"react-dom": "18.3.1"
|
|
228
231
|
},
|
|
229
232
|
"engines": {
|
|
230
233
|
"node": ">=22.13",
|