Skip to content

Commit

Permalink
build: update Angular deps to version 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed May 19, 2023
1 parent 3aba0ae commit e197fc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions modules/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"typings": "src/index.d.ts",
"builders": "builders.json",
"peerDependencies": {
"@angular-devkit/build-angular": "^16.0.0 || ^16.0.0-next.0"
"@angular-devkit/build-angular": "^16.0.0 || ^16.1.0-next.0"
},
"dependencies": {
"@angular-devkit/architect": "~0.1600.0-next.2",
"@angular-devkit/core": "~16.0.0-next.2",
"@angular-devkit/architect": "~0.1601.0-next.0",
"@angular-devkit/core": "~16.1.0-next.0",
"@nguniversal/common": "0.0.0-PLACEHOLDER",
"browser-sync": "^2.27.10",
"express": "^4.18.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^16.0.0-next.0",
"@angular/core": "^16.0.0 || ^16.0.0-next.0"
"@angular/common": "^16.0.0 || ^16.1.0-next.0",
"@angular/core": "^16.0.0 || ^16.1.0-next.0"
},
"schematics": "./schematics/collection.json",
"ng-update": {
Expand Down
4 changes: 2 additions & 2 deletions modules/express-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"node": "^16.14.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^16.0.0-next.0",
"@angular/core": "^16.0.0 || ^16.0.0-next.0",
"@angular/common": "^16.0.0 || ^16.1.0-next.0",
"@angular/core": "^16.0.0 || ^16.1.0-next.0",
"express": "EXPRESS_VERSION"
},
"dependencies": {
Expand Down

0 comments on commit e197fc7

Please sign in to comment.