Skip to content

Commit

Permalink
build: Update main to target 17.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Jan 31, 2024
1 parent 4b764ca commit ef97ddf
Show file tree
Hide file tree
Showing 5 changed files with 4,347 additions and 6,687 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
pnpm-lock.yaml=817847665
yarn.lock=-1171633427
package.json=1937180893
pnpm-lock.yaml=1983086970
yarn.lock=-1186674637
package.json=836271005
pnpm-workspace.yaml=1711114604
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": "17.1.0",
"version": "17.2.0-next.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -222,7 +222,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "17.1.0-rc.0",
"@angular/language-service": "17.2.0-next.0",
"typescript": "5.3.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
Loading

0 comments on commit ef97ddf

Please sign in to comment.