Skip to content

Commit

Permalink
Update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuNatsu committed May 20, 2024
1 parent 5b20e79 commit b11f715
Show file tree
Hide file tree
Showing 8 changed files with 270 additions and 255 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "frontend",
"private": true,
"version": "1.0.4",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"renew:stun": "node scripts/update-stun.js"
"update:stun": "node scripts/update-stun.js"
},
"dependencies": {
"@types/file-saver": "^2.0.7",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/pako": "^2.0.3",
"@types/streamsaver": "^2.0.4",
"@vitejs/plugin-vue": "^5.0.4",
Expand All @@ -36,7 +36,7 @@
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.17"
"vue-tsc": "^2.0.19"
},
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394"
}
122 changes: 61 additions & 61 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b11f715

Please sign in to comment.