Skip to content

Commit

Permalink
chore: lock ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 12, 2024
1 parent 1905515 commit 81eee1e
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 71 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"nano-staged": "0.8.0",
"nanospinner": "^1.1.0",
"prettier": "^2.8.8",
"typescript": "5.4.0",
"typescript": "5.3.3",
"simple-git-hooks": "^2.8.0"
},
"packageManager": "pnpm@9.1.1",
Expand Down
Empty file modified packages/varlet-cli/lib/node/bin.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"picocolors": "^1.0.0",
"sass": "^1.77.4",
"sharp": "0.31.1",
"typescript": "5.4.0",
"typescript": "5.3.3",
"vite": "5.4.6",
"vitest": "2.1.1",
"vue": "3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-cli/template/generators/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"live-server": "^1.2.1",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.0",
"typescript": "5.4.0",
"typescript": "5.3.3",
"vue": "3.4.21",
"vue-router": "4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/node": "^18.7.18",
"typescript": "5.4.0",
"typescript": "5.3.3",
"tsup": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/varlet-preset-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/node": "^18.7.18",
"tsup": "7.2.0",
"typescript": "5.4.0"
"typescript": "5.3.3"
},
"peerDependencies": {
"tailwindcss": "^3.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-preset-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/node": "^18.7.18",
"typescript": "5.4.0",
"typescript": "5.3.3",
"tsup": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/varlet-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/node": "^18.7.18",
"typescript": "5.4.0",
"typescript": "5.3.3",
"tsup": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/varlet-ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@types/node": "*",
"vite": "5.1.8",
"live-server": "^1.2.1",
"typescript": "5.4.0"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"jsdom": "24.1.1",
"live-server": "^1.2.1",
"shiki": "^1.21.0",
"typescript": "5.4.0",
"typescript": "5.3.3",
"vitest": "2.0.5",
"vue": "3.4.21",
"vue-router": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/node": "^18.7.18",
"tsup": "7.2.0",
"typescript": "5.4.0",
"typescript": "5.3.3",
"vue": "3.4.21"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.20",
"tsup": "7.2.0",
"typescript": "5.4.0",
"typescript": "5.3.3",
"vite": "5.4.6"
}
}
2 changes: 1 addition & 1 deletion packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
"@vscode/vsce": "^2.17.0",
"@types/node": "14.x",
"@types/vscode": "^1.56.0",
"typescript": "5.4.0"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 81eee1e

Please sign in to comment.