Skip to content

Commit

Permalink
feat: upgrade to 2.0 alpha (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 7, 2023
1 parent 0918956 commit 0c13968
Show file tree
Hide file tree
Showing 81 changed files with 2,619 additions and 2,644 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"build": "tsc -b",
"watch": "tsc -b -w",
"prerelease": "npm run build",
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push",
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push --dist-tag volar-2.0",
"release:next": "npm run release -- --dist-tag next"
},
"devDependencies": {
"@lerna-lite/cli": "latest",
"@lerna-lite/publish": "latest",
"@volar/language-service": "~1.11.0",
"@volar/language-service": "2.0.0-alpha.0",
"typescript": "latest",
"vscode-languageserver-protocol": "^3.17.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vscode-languageserver-textdocument": "^1.0.11"
},
"peerDependencies": {
"@volar/language-service": "~1.11.0"
"@volar/language-service": "2.0.0-alpha.0"
},
"peerDependenciesMeta": {
"@volar/language-service": {
Expand Down
Loading

0 comments on commit 0c13968

Please sign in to comment.