Skip to content

Commit 65b00f4

Browse files
Update angular monorepo to v17
1 parent 194bbf0 commit 65b00f4

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
},
3131
"private": true,
3232
"dependencies": {
33-
"@angular/animations": "15.2.9",
33+
"@angular/animations": "17.3.8",
3434
"@angular/cdk": "15.2.9",
35-
"@angular/common": "15.2.9",
36-
"@angular/compiler": "15.2.9",
37-
"@angular/core": "15.2.9",
38-
"@angular/forms": "15.2.9",
39-
"@angular/platform-browser": "15.2.9",
40-
"@angular/platform-browser-dynamic": "15.2.9",
41-
"@angular/router": "15.2.9",
42-
"@angular/service-worker": "15.2.9",
35+
"@angular/common": "17.3.8",
36+
"@angular/compiler": "17.3.8",
37+
"@angular/core": "17.3.8",
38+
"@angular/forms": "17.3.8",
39+
"@angular/platform-browser": "17.3.8",
40+
"@angular/platform-browser-dynamic": "17.3.8",
41+
"@angular/router": "17.3.8",
42+
"@angular/service-worker": "17.3.8",
4343
"@ngneat/hot-toast": "5.0.2",
4444
"@ngneat/overview": "4.1.0",
4545
"@ngx-pwa/local-storage": "15.0.0",
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@angular-devkit/build-angular": "15.2.11",
5454
"@angular/cli": "15.2.11",
55-
"@angular/compiler-cli": "15.2.9",
55+
"@angular/compiler-cli": "17.3.8",
5656
"@types/jasmine": "4.6.4",
5757
"@types/node": "18.19.15",
5858
"codelyzer": "6.0.2",

projects/yah-cleaning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "yah-cleaning",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^15.1.1",
6-
"@angular/core": "^15.1.1",
5+
"@angular/common": "^15.1.1 || ^17.0.0",
6+
"@angular/core": "^15.1.1 || ^17.0.0",
77
"ngx-spinner": "^15.0.0"
88
},
99
"dependencies": {

projects/yah-light/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "yah-light",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^15.1.1",
6-
"@angular/core": "^15.1.1",
5+
"@angular/common": "^15.1.1 || ^17.0.0",
6+
"@angular/core": "^15.1.1 || ^17.0.0",
77
"ngx-spinner": "15.0.1",
88
"@ngx-pwa/local-storage": "15.0.0",
99
"@ngneat/overview": "4.1.0",

projects/yah-solar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "yah-solar",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^15.1.1",
6-
"@angular/core": "^15.1.1",
5+
"@angular/common": "^15.1.1 || ^17.0.0",
6+
"@angular/core": "^15.1.1 || ^17.0.0",
77
"ngx-spinner": "15.0.1",
88
"@ngx-pwa/local-storage": "15.0.0",
99
"@ngneat/overview": "4.1.0",

projects/yah-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "yah-ui",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^15.1.1",
6-
"@angular/core": "^15.1.1"
5+
"@angular/common": "^15.1.1 || ^17.0.0",
6+
"@angular/core": "^15.1.1 || ^17.0.0"
77
},
88
"dependencies": {
99
"tslib": "2.6.2"

projects/yah-weather/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "yah-weather",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^15.1.1",
6-
"@angular/core": "^15.1.1",
5+
"@angular/common": "^15.1.1 || ^17.0.0",
6+
"@angular/core": "^15.1.1 || ^17.0.0",
77
"ngx-spinner": "^15.0.1"
88
},
99
"typings": "./dist/yah-weather/public-api.d.ts",

0 commit comments

Comments
 (0)