Skip to content

Commit

Permalink
fix: include typescript in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Nov 15, 2024
1 parent 9f9c9db commit df6c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"socket.io-client": "^4.7.2",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9",
"vue": "^3.4.12",
"vue-router": "^4.2.2",
"vuedraggable": "^4.1.0"
Expand All @@ -32,6 +31,7 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.5",
"typescript": "^5.5.4",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.15.0"
}
Expand Down

0 comments on commit df6c597

Please sign in to comment.