Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit e197fc7

Browse files
committed
build: update Angular deps to version 16.1
1 parent 3aba0ae commit e197fc7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

modules/builders/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"typings": "src/index.d.ts",
2626
"builders": "builders.json",
2727
"peerDependencies": {
28-
"@angular-devkit/build-angular": "^16.0.0 || ^16.0.0-next.0"
28+
"@angular-devkit/build-angular": "^16.0.0 || ^16.1.0-next.0"
2929
},
3030
"dependencies": {
31-
"@angular-devkit/architect": "~0.1600.0-next.2",
32-
"@angular-devkit/core": "~16.0.0-next.2",
31+
"@angular-devkit/architect": "~0.1601.0-next.0",
32+
"@angular-devkit/core": "~16.1.0-next.0",
3333
"@nguniversal/common": "0.0.0-PLACEHOLDER",
3434
"browser-sync": "^2.27.10",
3535
"express": "^4.18.2",

modules/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"tslib": "^2.3.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "^16.0.0 || ^16.0.0-next.0",
24-
"@angular/core": "^16.0.0 || ^16.0.0-next.0"
23+
"@angular/common": "^16.0.0 || ^16.1.0-next.0",
24+
"@angular/core": "^16.0.0 || ^16.1.0-next.0"
2525
},
2626
"schematics": "./schematics/collection.json",
2727
"ng-update": {

modules/express-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"node": "^16.14.0 || >=18.10.0"
1313
},
1414
"peerDependencies": {
15-
"@angular/common": "^16.0.0 || ^16.0.0-next.0",
16-
"@angular/core": "^16.0.0 || ^16.0.0-next.0",
15+
"@angular/common": "^16.0.0 || ^16.1.0-next.0",
16+
"@angular/core": "^16.0.0 || ^16.1.0-next.0",
1717
"express": "EXPRESS_VERSION"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)