Skip to content

Commit 4be2cae

Browse files
committed
chore: stick ts version
1 parent 500f782 commit 4be2cae

File tree

4 files changed

+446
-1142
lines changed

4 files changed

+446
-1142
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"pnpm": "^9.4.0",
7676
"rimraf": "^5.0.7",
7777
"simple-git-hooks": "^2.11.1",
78-
"typescript": "^5.5.2",
78+
"typescript": "5.4.2",
7979
"unocss": "^0.61.0",
8080
"unplugin-vue-components": "^0.27.2",
8181
"vite": "^5.3.2",

Diff for: playground/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"paths": {
5-
"vue-range-multi": ["src"]
5+
"vue-range-multi": ["./src"]
66
}
77
}
88
}

0 commit comments

Comments
 (0)