@bigbinary/neeto-image-uploader-frontend 2.3.18 → 2.3.19
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/AssetLibrary.js +1 -1
- package/dist/ImageUploader.js +1 -1
- package/dist/cjs/AssetLibrary.js +1 -1
- package/dist/cjs/ImageUploader.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{index-BWdSmwr2.js → index-BSGhIrC8.js} +4 -4
- package/dist/index-BSGhIrC8.js.map +1 -0
- package/dist/{index-74vOALRs.js → index-dt1pENcE.js} +4 -4
- package/dist/index-dt1pENcE.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +43 -40
- package/dist/index-74vOALRs.js.map +0 -1
- package/dist/index-BWdSmwr2.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-image-uploader-frontend",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.19",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/bigbinary/neeto-image-uploader-nano/issues"
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
],
|
|
28
28
|
"app/**/*.{html,md,js,css,jsx,json,yml}": [
|
|
29
29
|
"prettier --write",
|
|
30
|
-
"eslint --cache --fix"
|
|
30
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
31
31
|
],
|
|
32
32
|
"app/views/**/*.html.erb": [
|
|
33
33
|
"bundle exec erblint --lint-all --format compact -a"
|
|
34
34
|
],
|
|
35
35
|
"cypress-tests/**/*.{html,md,js,css,jsx,json,yml}": [
|
|
36
36
|
"prettier --write",
|
|
37
|
-
"eslint --cache --fix"
|
|
37
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
38
38
|
],
|
|
39
39
|
"{Gemfile,Rakefile,config.ru}": [
|
|
40
40
|
"bundle exec rubocop -a --force-exclusion"
|
|
41
41
|
],
|
|
42
42
|
"{package.json,.eslintrc.js,.prettierrc.js}": [
|
|
43
43
|
"prettier --write",
|
|
44
|
-
"eslint --cache --fix"
|
|
44
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"exports": {
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@babel/preset-typescript": "7.26.0",
|
|
67
67
|
"@babel/runtime": "7.26.10",
|
|
68
68
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
69
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
69
|
+
"@bigbinary/eslint-plugin-neeto": "1.6.3",
|
|
70
70
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
71
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
72
|
-
"@bigbinary/neeto-editor": "1.
|
|
73
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
74
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
75
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
76
|
-
"@bigbinary/neeto-team-members-frontend": "4.5.
|
|
77
|
-
"@bigbinary/neetoui": "8.3.
|
|
71
|
+
"@bigbinary/neeto-commons-frontend": "4.13.43",
|
|
72
|
+
"@bigbinary/neeto-editor": "1.47.16",
|
|
73
|
+
"@bigbinary/neeto-filters-frontend": "4.3.21",
|
|
74
|
+
"@bigbinary/neeto-icons": "1.20.49",
|
|
75
|
+
"@bigbinary/neeto-molecules": "3.16.63",
|
|
76
|
+
"@bigbinary/neeto-team-members-frontend": "4.5.11",
|
|
77
|
+
"@bigbinary/neetoui": "8.3.9",
|
|
78
78
|
"@emotion/is-prop-valid": "1.2.0",
|
|
79
79
|
"@faker-js/faker": "8.2.0",
|
|
80
80
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -109,22 +109,23 @@
|
|
|
109
109
|
"css-loader": "^6.7.1",
|
|
110
110
|
"dompurify": "^3.2.4",
|
|
111
111
|
"dotenv-webpack": "^8.0.1",
|
|
112
|
-
"eslint": "
|
|
113
|
-
"eslint-config-prettier": "
|
|
114
|
-
"eslint-plugin-cypress": "
|
|
115
|
-
"eslint-plugin-import": "2.31.0",
|
|
116
|
-
"eslint-plugin-jam3": "0.2.3",
|
|
117
|
-
"eslint-plugin-json": "
|
|
112
|
+
"eslint": "^9.25.1",
|
|
113
|
+
"eslint-config-prettier": "^10.1.2",
|
|
114
|
+
"eslint-plugin-cypress": "^4.3.0",
|
|
115
|
+
"eslint-plugin-import": "^2.31.0",
|
|
116
|
+
"eslint-plugin-jam3": "^0.2.3",
|
|
117
|
+
"eslint-plugin-json": "^4.0.1",
|
|
118
118
|
"eslint-plugin-no-unsanitized": "4.1.2",
|
|
119
|
-
"eslint-plugin-prettier": "
|
|
120
|
-
"eslint-plugin-promise": "
|
|
121
|
-
"eslint-plugin-react": "7.37.
|
|
122
|
-
"eslint-plugin-react-hooks": "
|
|
123
|
-
"eslint-plugin-security": "^
|
|
124
|
-
"eslint-plugin-sonarjs": "^0.
|
|
125
|
-
"eslint-plugin-unused-imports": "
|
|
119
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
120
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
121
|
+
"eslint-plugin-react": "^7.37.5",
|
|
122
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
123
|
+
"eslint-plugin-security": "^3.0.1",
|
|
124
|
+
"eslint-plugin-sonarjs": "^3.0.2",
|
|
125
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
126
126
|
"eslint-plugin-xss": "^0.1.12",
|
|
127
127
|
"formik": "2.4.6",
|
|
128
|
+
"globals": "16.0.0",
|
|
128
129
|
"html-webpack-plugin": "5.5.0",
|
|
129
130
|
"https-browserify": "1.0.0",
|
|
130
131
|
"husky": "7.0.4",
|
|
@@ -142,13 +143,13 @@
|
|
|
142
143
|
"postcss-import": "^15.0.0",
|
|
143
144
|
"postcss-loader": "^7.0.1",
|
|
144
145
|
"postcss-preset-env": "7.8.2",
|
|
145
|
-
"prettier": "
|
|
146
|
+
"prettier": "3",
|
|
146
147
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
147
148
|
"process": "^0.11.10",
|
|
148
149
|
"qs": "^6.11.2",
|
|
149
150
|
"ramda": "0.29.0",
|
|
150
|
-
"react": "18.
|
|
151
|
-
"react-dom": "18.
|
|
151
|
+
"react": "18.3.1",
|
|
152
|
+
"react-dom": "18.3.1",
|
|
152
153
|
"react-dropzone": "14.3.8",
|
|
153
154
|
"react-helmet": "^6.1.0",
|
|
154
155
|
"react-i18next": "12.3.1",
|
|
@@ -164,7 +165,7 @@
|
|
|
164
165
|
"rollup-plugin-copy": "3.5.0",
|
|
165
166
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
166
167
|
"rollup-plugin-styles": "4.0.0",
|
|
167
|
-
"sass": "
|
|
168
|
+
"sass": "1.89.0",
|
|
168
169
|
"sass-loader": "^13.0.2",
|
|
169
170
|
"shakapacker": "6.5.2",
|
|
170
171
|
"source-map-loader": "4.0.1",
|
|
@@ -179,20 +180,20 @@
|
|
|
179
180
|
"webpack": "5.94.0",
|
|
180
181
|
"webpack-assets-manifest": "^5.1.0",
|
|
181
182
|
"webpack-cli": "4.10.0",
|
|
182
|
-
"webpack-dev-server": "^
|
|
183
|
+
"webpack-dev-server": "^5.2.1",
|
|
183
184
|
"yup": "0.32.11",
|
|
184
185
|
"zustand": "4.4.2"
|
|
185
186
|
},
|
|
186
187
|
"peerDependencies": {
|
|
187
188
|
"@babel/runtime": "7.26.10",
|
|
188
189
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
189
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
190
|
-
"@bigbinary/neeto-editor": "1.
|
|
191
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
192
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
193
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
194
|
-
"@bigbinary/neeto-team-members-frontend": "4.5.
|
|
195
|
-
"@bigbinary/neetoui": "8.3.
|
|
190
|
+
"@bigbinary/neeto-commons-frontend": "4.13.43",
|
|
191
|
+
"@bigbinary/neeto-editor": "1.47.16",
|
|
192
|
+
"@bigbinary/neeto-filters-frontend": "4.3.21",
|
|
193
|
+
"@bigbinary/neeto-icons": "1.20.49",
|
|
194
|
+
"@bigbinary/neeto-molecules": "3.16.63",
|
|
195
|
+
"@bigbinary/neeto-team-members-frontend": "4.5.11",
|
|
196
|
+
"@bigbinary/neetoui": "8.3.9",
|
|
196
197
|
"@honeybadger-io/js": "6.10.1",
|
|
197
198
|
"@honeybadger-io/react": "6.1.25",
|
|
198
199
|
"@rails/activestorage": "7.0.8-3",
|
|
@@ -213,8 +214,8 @@
|
|
|
213
214
|
"path-browserify": "^1.0.1",
|
|
214
215
|
"qs": "^6.11.2",
|
|
215
216
|
"ramda": "0.29.0",
|
|
216
|
-
"react": "18.
|
|
217
|
-
"react-dom": "18.
|
|
217
|
+
"react": "18.3.1",
|
|
218
|
+
"react-dom": "18.3.1",
|
|
218
219
|
"react-dropzone": "14.3.8",
|
|
219
220
|
"react-helmet": "^6.1.0",
|
|
220
221
|
"react-i18next": "12.3.1",
|
|
@@ -235,7 +236,9 @@
|
|
|
235
236
|
"resolutions": {
|
|
236
237
|
"postcss": "^8",
|
|
237
238
|
"wrap-ansi": "7.0.0",
|
|
238
|
-
"string-width": "4.1.0"
|
|
239
|
+
"string-width": "4.1.0",
|
|
240
|
+
"react": "18.3.1",
|
|
241
|
+
"react-dom": "18.3.1"
|
|
239
242
|
},
|
|
240
243
|
"engines": {
|
|
241
244
|
"node": ">=22.13",
|