Skip to content

Commit

Permalink
Merge pull request #221 from frappe/fix-build
Browse files Browse the repository at this point in the history
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
  • Loading branch information
ruchamahabal and surajshetty3416 authored Nov 18, 2024
2 parents 050467d + 9e11b1b commit 841f498
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
"radix-vue": "^1.5.3",
"showdown": "^2.1.0",
"socket.io-client": "^4.5.1",
"tippy.js": "^6.3.7"
"tippy.js": "^6.3.7",
"typescript": "^5.0.2"
},
"peerDependencies": {
"vue": "^3.2.45",
"vue": ">=3.3.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand All @@ -69,9 +70,8 @@
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"vite": "^4.1.0",
"vue": "^3.2.45",
"vue": "^3.3.0",
"vue-router": "^4.1.6"
},
"lint-staged": {
Expand Down

0 comments on commit 841f498

Please sign in to comment.