Skip to content

Commit

Permalink
build: update package targets to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Apr 9, 2024
1 parent 5d73b53 commit 410e31f
Show file tree
Hide file tree
Showing 5 changed files with 4,430 additions and 6,688 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=135876452
yarn.lock=1369194032
package.json=859919122
pnpm-lock.yaml=1307539
yarn.lock=-2115939860
package.json=1121294591
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.2.2",
"version": "18.0.0-next.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -230,7 +230,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "17.2.1",
"@angular/language-service": "18.0.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 410e31f

Please sign in to comment.