Skip to content

Commit

Permalink
build: update main branch to 19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Feb 5, 2025
1 parent 5d67255 commit a17737f
Show file tree
Hide file tree
Showing 5 changed files with 7,065 additions and 4,604 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=543924434
yarn.lock=364918533
package.json=-147247847
pnpm-lock.yaml=1106949221
yarn.lock=1549120094
package.json=-2051027682
pnpm-workspace.yaml=1711114604
6 changes: 3 additions & 3 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": "19.0.4",
"version": "19.1.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -245,8 +245,8 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "^19.0.6",
"typescript": "5.6.2",
"@angular/language-service": "^19.1.4",
"typescript": "5.7.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down
Loading

0 comments on commit a17737f

Please sign in to comment.