@bigbinary/neeto-image-uploader-frontend 1.4.1 → 1.4.2
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-image-uploader-frontend",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/bigbinary/neeto-image-uploader-nano/issues"
|
|
@@ -123,17 +123,17 @@
|
|
|
123
123
|
"prettier-plugin-tailwindcss": "0.2.8",
|
|
124
124
|
"process": "^0.11.10",
|
|
125
125
|
"ramda": "0.29.0",
|
|
126
|
-
"react": "
|
|
127
|
-
"react-dom": "
|
|
126
|
+
"react": "^18.2.0",
|
|
127
|
+
"react-dom": "^18.2.0",
|
|
128
128
|
"react-dropzone": "^14.2.3",
|
|
129
129
|
"react-helmet": "6.1.0",
|
|
130
130
|
"react-i18next": "11.16.8",
|
|
131
131
|
"react-image-crop": "^10.0.9",
|
|
132
132
|
"react-masonry-infinite": "^1.2.2",
|
|
133
133
|
"react-query": "3.39.3",
|
|
134
|
-
"react-router-dom": "5.
|
|
134
|
+
"react-router-dom": "5.3.3",
|
|
135
135
|
"react-toastify": "8.0.2",
|
|
136
|
-
"react_ujs": "
|
|
136
|
+
"react_ujs": "^3.1.1",
|
|
137
137
|
"rollup": "2.79.1",
|
|
138
138
|
"rollup-plugin-analyzer": "4.0.0",
|
|
139
139
|
"rollup-plugin-cleaner": "1.0.0",
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
"js-logger": "^1.6.1",
|
|
172
172
|
"mixpanel-browser": "^2.45.0",
|
|
173
173
|
"ramda": "^0.29.0",
|
|
174
|
-
"react": "
|
|
175
|
-
"react-dom": "
|
|
174
|
+
"react": "18.2.0",
|
|
175
|
+
"react-dom": "18.2.0",
|
|
176
176
|
"react-helmet": "^6.1.0",
|
|
177
177
|
"react-query": "3.39.2",
|
|
178
|
-
"react-router-dom": "5.3.
|
|
178
|
+
"react-router-dom": "5.3.3",
|
|
179
179
|
"react-toastify": "8.2.0",
|
|
180
180
|
"yup": "^0.32.11",
|
|
181
181
|
"zustand": "4.3.2"
|