Skip to content

Commit

Permalink
build: update main to target 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Nov 15, 2022
1 parent 340bc76 commit 611f8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "15.0.0",
"version": "15.1.0-next.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -225,7 +225,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "15.0.0-rc.4",
"@angular/language-service": "15.1.0-next.0",
"typescript": "4.8.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "15.0.0-rc.4",
"@angular/language-service": "15.1.0-next.0",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand Down

0 comments on commit 611f8c2

Please sign in to comment.