Skip to content

Commit aaf4173

Browse files
committed
fix: temporarily stick to 4.4.0 of vue-router to avoid type bugs
1 parent 141d14f commit aaf4173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"tsx": "^4.15.6",
7070
"typescript": "^5.4.5",
7171
"vue": "^3.4.29",
72-
"vue-router": "^4.3.3",
73-
"vue-tsc": "^2.0.21"
72+
"vue-router": "4.4.0",
73+
"vue-tsc": "^2.0.29"
7474
},
7575
"prisma": {
7676
"schema": "db/schema.prisma"

0 commit comments

Comments
 (0)