package update

This commit is contained in:
proddy
2023-11-16 22:07:47 +01:00
parent edee463ade
commit a4062f5d84
2 changed files with 248 additions and 127 deletions

View File

@@ -6,6 +6,7 @@
"author": "proddy",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"preview": "vite preview",
@@ -42,7 +43,7 @@
"react-dom": "latest",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.19.0",
"react-toastify": "^9.1.3",
"sockette": "^2.0.6",
"typesafe-i18n": "^5.26.2",
@@ -69,7 +70,7 @@
"prettier": "^3.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.24.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^4.2.1"
},