Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Nov 16, 2023
1 parent edee463 commit a4062f5
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 129 deletions.
5 changes: 3 additions & 2 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "proddy",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"preview": "vite preview",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit a4062f5

Please sign in to comment.