Skip to content

Commit 562a909

Browse files
chore(deps): update angular to v20 (major) (#4127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maria Hutt <[email protected]>
1 parent c78df99 commit 562a909

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

static/code/stackblitz/v7/angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"build": "ng build"
88
},
99
"dependencies": {
10-
"@angular/animations": "^19.0.0",
11-
"@angular/common": "^19.0.0",
12-
"@angular/compiler": "^19.0.0",
13-
"@angular/core": "^19.0.0",
14-
"@angular/forms": "^19.0.0",
15-
"@angular/platform-browser": "^19.0.0",
16-
"@angular/platform-browser-dynamic": "^19.0.0",
17-
"@angular/router": "^19.0.0",
10+
"@angular/animations": "^20.0.0",
11+
"@angular/common": "^20.0.0",
12+
"@angular/compiler": "^20.0.0",
13+
"@angular/core": "^20.0.0",
14+
"@angular/forms": "^20.0.0",
15+
"@angular/platform-browser": "^20.0.0",
16+
"@angular/platform-browser-dynamic": "^20.0.0",
17+
"@angular/router": "^20.0.0",
1818
"@ionic/angular": "^7.0.0",
1919
"@ionic/core": "^7.0.0",
2020
"ionicons": "8.0.9",
@@ -23,10 +23,10 @@
2323
"zone.js": "~0.15.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^19.0.0",
27-
"@angular/build": "^19.0.0",
28-
"@angular/cli": "^19.0.0",
29-
"@angular/compiler-cli": "^19.0.0",
30-
"typescript": "^5.6.3"
26+
"@angular-devkit/build-angular": "^20.0.0",
27+
"@angular/build": "^20.0.0",
28+
"@angular/cli": "^20.0.0",
29+
"@angular/compiler-cli": "^20.0.0",
30+
"typescript": "^5.8.0"
3131
}
3232
}

static/code/stackblitz/v8/angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"build": "ng build"
88
},
99
"dependencies": {
10-
"@angular/animations": "^19.0.0",
11-
"@angular/common": "^19.0.0",
12-
"@angular/compiler": "^19.0.0",
13-
"@angular/core": "^19.0.0",
14-
"@angular/forms": "^19.0.0",
15-
"@angular/platform-browser": "^19.0.0",
16-
"@angular/platform-browser-dynamic": "^19.0.0",
17-
"@angular/router": "^19.0.0",
10+
"@angular/animations": "^20.0.0",
11+
"@angular/common": "^20.0.0",
12+
"@angular/compiler": "^20.0.0",
13+
"@angular/core": "^20.0.0",
14+
"@angular/forms": "^20.0.0",
15+
"@angular/platform-browser": "^20.0.0",
16+
"@angular/platform-browser-dynamic": "^20.0.0",
17+
"@angular/router": "^20.0.0",
1818
"@ionic/angular": "8.6.2",
1919
"@ionic/core": "8.6.2",
2020
"ionicons": "8.0.9",
@@ -23,10 +23,10 @@
2323
"zone.js": "~0.15.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^19.0.0",
27-
"@angular/build": "^19.0.0",
28-
"@angular/cli": "^19.0.0",
29-
"@angular/compiler-cli": "^19.0.0",
30-
"typescript": "^5.6.3"
26+
"@angular-devkit/build-angular": "^20.0.0",
27+
"@angular/build": "^20.0.0",
28+
"@angular/cli": "^20.0.0",
29+
"@angular/compiler-cli": "^20.0.0",
30+
"typescript": "^5.8.0"
3131
}
3232
}

0 commit comments

Comments
 (0)