@bigbinary/neeto-image-uploader-frontend 1.5.7 → 1.5.8

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-image-uploader-frontend",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "license": "UNLICENSED",
5
5
  "bugs": {
6
6
  "url": "https://github.com/bigbinary/neeto-image-uploader-nano/issues"
@@ -17,68 +17,69 @@
17
17
  "types": "types.d.ts",
18
18
  "scripts": {
19
19
  "build": "NODE_ENV=production rollup -c --environment production",
20
+ "build-preview": "NODE_ENV=production webpack",
20
21
  "prepare": "husky install",
21
- "release": "yarn build && yalc push --sig",
22
- "build-preview": "NODE_ENV=production webpack"
22
+ "release": "yarn build && yalc push --sig"
23
23
  },
24
24
  "lint-staged": {
25
+ "./**/*.rb": [
26
+ "bundle exec rubocop -a --force-exclusion"
27
+ ],
25
28
  "app/**/*.{html,md,js,css,jsx,json,yml}": [
26
29
  "prettier --write",
27
30
  "eslint --cache --fix"
28
31
  ],
29
- "cypress-tests/**/*.{html,md,js,css,jsx,json,yml}": [
30
- "prettier --write",
31
- "eslint --cache --fix"
32
+ "app/views/**/*.html.erb": [
33
+ "bundle exec erblint --lint-all --format compact -a"
32
34
  ],
33
- "{package.json,.eslintrc.js,.prettierrc.js}": [
35
+ "cypress-tests/**/*.{html,md,js,css,jsx,json,yml}": [
34
36
  "prettier --write",
35
37
  "eslint --cache --fix"
36
38
  ],
37
- "./**/*.rb": [
38
- "bundle exec rubocop -a --force-exclusion"
39
- ],
40
39
  "{Gemfile,Rakefile,config.ru}": [
41
40
  "bundle exec rubocop -a --force-exclusion"
42
41
  ],
43
- "app/views/**/*.html.erb": [
44
- "bundle exec erblint --lint-all --format compact -a"
42
+ "{package.json,.eslintrc.js,.prettierrc.js}": [
43
+ "prettier --write",
44
+ "eslint --cache --fix"
45
45
  ]
46
46
  },
47
47
  "devDependencies": {
48
- "@babel/core": "7.21.5",
49
- "@babel/eslint-parser": "7.21.3",
50
- "@babel/plugin-transform-runtime": "7.21.4",
51
- "@babel/preset-env": "7.21.5",
52
- "@babel/preset-react": "7.18.6",
53
- "@babel/preset-typescript": "7.21.5",
54
- "@babel/runtime": "7.21.5",
55
- "@bigbinary/babel-preset-neeto": "1.0.3",
56
- "@bigbinary/eslint-plugin-neeto": "1.1.24",
57
- "@bigbinary/neeto-audit-frontend": "1.0.8",
58
- "@bigbinary/neeto-cist": "^1.0.2",
59
- "@bigbinary/neeto-commons-frontend": "^2.1.29",
48
+ "@babel/core": "7.23.2",
49
+ "@babel/eslint-parser": "7.22.15",
50
+ "@babel/plugin-transform-runtime": "7.23.2",
51
+ "@babel/preset-env": "7.23.2",
52
+ "@babel/preset-react": "7.22.15",
53
+ "@babel/preset-typescript": "7.23.2",
54
+ "@babel/runtime": "7.23.2",
55
+ "@bigbinary/babel-preset-neeto": "1.0.6",
56
+ "@bigbinary/eslint-plugin-neeto": "1.1.39",
57
+ "@bigbinary/neeto-audit-frontend": "2.0.7",
58
+ "@bigbinary/neeto-cist": "1.0.7",
59
+ "@bigbinary/neeto-commons-frontend": "3.1.3",
60
60
  "@bigbinary/neeto-editor": "^1.26.3",
61
- "@bigbinary/neeto-filters-frontend": "2.10.1",
62
- "@bigbinary/neeto-icons": "^1.11.0",
63
- "@bigbinary/neeto-molecules": "^1.0.30",
61
+ "@bigbinary/neeto-filters-frontend": "3.0.14",
62
+ "@bigbinary/neeto-icons": "1.17.9",
63
+ "@bigbinary/neeto-molecules": "1.3.15",
64
64
  "@bigbinary/neeto-team-members-frontend": "2.7.2",
65
- "@bigbinary/neetoui": "4.4.27",
65
+ "@bigbinary/neetoui": "6.1.2",
66
66
  "@emotion/is-prop-valid": "1.2.0",
67
- "@faker-js/faker": "7.6.0",
68
- "@honeybadger-io/react": "2.0.1",
67
+ "@faker-js/faker": "8.2.0",
68
+ "@honeybadger-io/js": "6.5.3",
69
+ "@honeybadger-io/react": "6.1.9",
69
70
  "@rails/activestorage": "^7.0.4",
70
- "@rollup/plugin-alias": "5.0.0",
71
- "@rollup/plugin-babel": "6.0.3",
72
- "@rollup/plugin-commonjs": "24.1.0",
73
- "@rollup/plugin-json": "6.0.0",
74
- "@rollup/plugin-node-resolve": "^15.0.2",
75
- "@rollup/plugin-replace": "5.0.2",
76
- "@svgr/rollup": "7.0.0",
77
- "antd": "4.18.7",
71
+ "@rollup/plugin-alias": "5.0.1",
72
+ "@rollup/plugin-babel": "6.0.4",
73
+ "@rollup/plugin-commonjs": "25.0.7",
74
+ "@rollup/plugin-json": "6.0.1",
75
+ "@rollup/plugin-node-resolve": "15.2.3",
76
+ "@rollup/plugin-replace": "5.0.4",
77
+ "@svgr/rollup": "8.1.0",
78
+ "antd": "5.10.2",
78
79
  "assert": "^2.0.0",
79
- "autoprefixer": "10.4.14",
80
+ "autoprefixer": "10.4.16",
80
81
  "axios": "1.6.0",
81
- "babel-loader": "9.1.2",
82
+ "babel-loader": "9.1.3",
82
83
  "babel-plugin-istanbul": "6.1.1",
83
84
  "babel-plugin-js-logger": "1.0.17",
84
85
  "babel-plugin-macros": "3.1.0",
@@ -93,26 +94,26 @@
93
94
  "css-loader": "^6.7.1",
94
95
  "dompurify": "3.0.2",
95
96
  "dotenv-webpack": "^8.0.1",
96
- "eslint": "8.39.0",
97
- "eslint-config-prettier": "8.8.0",
98
- "eslint-plugin-cypress": "2.13.3",
99
- "eslint-plugin-import": "2.27.5",
97
+ "eslint": "8.52.0",
98
+ "eslint-config-prettier": "8.5.0",
99
+ "eslint-plugin-cypress": "2.15.1",
100
+ "eslint-plugin-import": "2.29.0",
100
101
  "eslint-plugin-jam3": "0.2.3",
101
102
  "eslint-plugin-json": "3.1.0",
102
- "eslint-plugin-prettier": "4.2.1",
103
+ "eslint-plugin-prettier": "4.0.0",
103
104
  "eslint-plugin-promise": "6.1.1",
104
- "eslint-plugin-react": "7.32.2",
105
+ "eslint-plugin-react": "7.33.2",
105
106
  "eslint-plugin-react-hooks": "4.6.0",
106
- "eslint-plugin-unused-imports": "2.0.0",
107
- "formik": "2.2.9",
107
+ "eslint-plugin-unused-imports": "3.0.0",
108
+ "formik": "2.4.5",
108
109
  "html-webpack-plugin": "5.5.0",
109
110
  "https-browserify": "^1.0.0",
110
111
  "husky": "8.0.3",
111
- "i18next": "22.4.10",
112
+ "i18next": "23.6.0",
112
113
  "i18next-browser-languagedetector": "7.0.1",
113
114
  "imagekitio-react": "^2.0.0",
114
115
  "js-logger": "1.6.1",
115
- "lint-staged": "13.2.2",
116
+ "lint-staged": "15.0.2",
116
117
  "mini-css-extract-plugin": "^2.6.1",
117
118
  "mixpanel-browser": "2.46.0",
118
119
  "os-browserify": "^0.3.0",
@@ -120,29 +121,30 @@
120
121
  "perf_hooks": "^0.0.1",
121
122
  "postcss": "8.4.31",
122
123
  "postcss-import": "15.1.0",
123
- "postcss-loader": "7.3.0",
124
- "postcss-preset-env": "8.3.2",
125
- "prettier": "2.8.8",
126
- "prettier-plugin-tailwindcss": "0.2.8",
124
+ "postcss-loader": "7.3.3",
125
+ "postcss-preset-env": "9.2.0",
126
+ "prettier": "2.6.2",
127
+ "prettier-plugin-tailwindcss": "0.1.10",
127
128
  "process": "^0.11.10",
128
- "ramda": "0.29.0",
129
- "react": "^18.2.0",
130
- "react-dom": "^18.2.0",
129
+ "qs": "6.11.2",
130
+ "ramda": "0.29.1",
131
+ "react": "18.2.0",
132
+ "react-dom": "18.2.0",
131
133
  "react-dropzone": "^14.2.3",
132
134
  "react-helmet": "6.1.0",
133
- "react-i18next": "11.16.8",
135
+ "react-i18next": "13.3.1",
134
136
  "react-image-crop": "^10.0.9",
135
137
  "react-masonry-infinite": "^1.2.2",
136
138
  "react-query": "3.39.3",
137
- "react-router-dom": "5.3.3",
138
- "react-toastify": "8.0.2",
139
+ "react-router-dom": "5.3.4",
140
+ "react-toastify": "8.2.0",
139
141
  "react_ujs": "^3.1.1",
140
142
  "rollup": "2.79.1",
141
143
  "rollup-plugin-analyzer": "4.0.0",
142
144
  "rollup-plugin-cleaner": "1.0.0",
143
145
  "rollup-plugin-peer-deps-external": "2.2.4",
144
146
  "rollup-plugin-styles": "4.0.0",
145
- "sass": "1.62.1",
147
+ "sass": "1.69.5",
146
148
  "sass-loader": "^13.0.2",
147
149
  "shakapacker": "6.5.2",
148
150
  "stream-browserify": "^3.0.0",
@@ -157,32 +159,33 @@
157
159
  "webpack-assets-manifest": "^5.1.0",
158
160
  "webpack-cli": "4.10.0",
159
161
  "webpack-dev-server": "^4.15.0",
160
- "yup": "0.32.11"
162
+ "yup": "1.3.2"
161
163
  },
162
164
  "peerDependencies": {
163
165
  "@bigbinary/neeto-cist": "latest",
164
- "@bigbinary/neeto-commons-frontend": "^2.1.28",
166
+ "@bigbinary/neeto-commons-frontend": "3.1.3",
165
167
  "@bigbinary/neeto-editor": "^1.26.3",
166
- "@bigbinary/neeto-filters-frontend": "^2.8.1",
167
- "@bigbinary/neeto-icons": "^1.9.22",
168
- "@bigbinary/neeto-molecules": "^1.0.30",
169
- "@bigbinary/neetoui": "^4.4.10",
170
- "@honeybadger-io/react": "^2.0.1",
168
+ "@bigbinary/neeto-filters-frontend": "3.0.14",
169
+ "@bigbinary/neeto-icons": "1.17.9",
170
+ "@bigbinary/neeto-molecules": "1.3.15",
171
+ "@bigbinary/neetoui": "6.1.2",
172
+ "@honeybadger-io/js": "^6.5.3",
173
+ "@honeybadger-io/react": "^6.1.9",
171
174
  "@rails/activestorage": "^7.0.4",
172
- "axios": "^0.27.2",
175
+ "axios": "^1.6.0",
173
176
  "classnames": "^2.3.2",
174
- "formik": "^2.2.9",
175
- "i18next": "23.2.7",
177
+ "formik": "^2.4.5",
178
+ "i18next": "^23.6.0",
176
179
  "js-logger": "^1.6.1",
177
180
  "mixpanel-browser": "^2.45.0",
178
- "ramda": "^0.29.0",
179
- "react": "18.2.0",
180
- "react-dom": "18.2.0",
181
+ "ramda": "^0.29.1",
182
+ "react": "^18.2.0",
183
+ "react-dom": "^18.2.0",
181
184
  "react-helmet": "^6.1.0",
182
- "react-i18next": "13.0.1",
183
- "react-query": "3.39.2",
184
- "react-router-dom": "5.3.3",
185
- "react-toastify": "8.2.0",
185
+ "react-i18next": "^13.3.1",
186
+ "react-query": "^3.39.3",
187
+ "react-router-dom": "^5.3.4",
188
+ "react-toastify": "^8.2.0",
186
189
  "yup": "^0.32.11",
187
190
  "zustand": "4.3.2"
188
191
  },