Skip to content

Commit

Permalink
release: Release v17.0.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Oct 6, 2023
1 parent 43c0fb7 commit 9434e26
Show file tree
Hide file tree
Showing 8 changed files with 5,303 additions and 7,198 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,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=-384285407
yarn.lock=149575175
package.json=1948456686
pnpm-lock.yaml=1223698519
yarn.lock=-2147056255
package.json=-381752920
pnpm-workspace.yaml=1711114604
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm_integration_project", pnpm_lock = "//integration/project:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
integration/project/pnpm-lock.yaml=56141838
integration/project/yarn.lock=-1656341479
integration/project/package.json=195538968
integration/project/pnpm-lock.yaml=-1557661325
integration/project/yarn.lock=-1655253005
integration/project/package.json=-2134990152
integration/project/pnpm-workspace.yaml=1163575902
14 changes: 7 additions & 7 deletions integration/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "16.0.0-next.0",
"@angular/compiler": "16.0.0-next.0",
"@angular/compiler-cli": "16.0.0-next.0",
"@angular/core": "16.0.0-next.0",
"@angular/common": "17.0.0-next.7",
"@angular/compiler": "17.0.0-next.7",
"@angular/compiler-cli": "17.0.0-next.7",
"@angular/core": "17.0.0-next.7",
"rxjs": "6.6.7",
"zone.js": "0.11.5"
},
"devDependencies": {
"ng-packagr": "^16.0.0-next.0",
"typescript": "~4.8.0"
"ng-packagr": "^17.0.0-next.2",
"typescript": "~5.2.2"
},
"scripts": {
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
}
}
}
Loading

0 comments on commit 9434e26

Please sign in to comment.