Skip to content

Commit 101a2ca

Browse files
chore(deps): update angular packages to v19
1 parent 49319cd commit 101a2ca

File tree

5 files changed

+123
-383
lines changed

5 files changed

+123
-383
lines changed

tests/fixtures/application-builder/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.0.1",
14-
"@angular/common": "^18.1.0-rc",
15-
"@angular/compiler": "^18.1.0-rc",
16-
"@angular/core": "^18.1.0-rc",
17-
"@angular/forms": "^18.0.1",
18-
"@angular/platform-browser": "^18.1.0-rc",
19-
"@angular/platform-browser-dynamic": "^18.1.0-rc",
20-
"@angular/router": "^18.0.1",
13+
"@angular/animations": "^19.2.0-next",
14+
"@angular/common": "^19.2.0-next",
15+
"@angular/compiler": "^19.2.0-next",
16+
"@angular/core": "^19.2.0-next",
17+
"@angular/forms": "^19.2.0-next",
18+
"@angular/platform-browser": "^19.2.0-next",
19+
"@angular/platform-browser-dynamic": "^19.2.0-next",
20+
"@angular/router": "^19.2.0-next",
2121
"@netlify/angular-runtime": "file:../../..",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.14.2"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^18.0.2",
28-
"@angular/cli": "^18.0.2",
29-
"@angular/compiler-cli": "^18.1.0-rc",
27+
"@angular-devkit/build-angular": "^19.2.0-next",
28+
"@angular/cli": "^19.2.0-next",
29+
"@angular/compiler-cli": "^19.2.0-next",
3030
"@types/jasmine": "~5.1.0",
3131
"jasmine-core": "~5.4.0",
3232
"karma": "~6.4.0",

tests/fixtures/browser-builder/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.0.1",
14-
"@angular/common": "^18.1.0-rc",
15-
"@angular/compiler": "^18.1.0-rc",
16-
"@angular/core": "^18.1.0-rc",
17-
"@angular/forms": "^18.0.1",
18-
"@angular/platform-browser": "^18.1.0-rc",
19-
"@angular/platform-browser-dynamic": "^18.1.0-rc",
20-
"@angular/router": "^18.0.1",
13+
"@angular/animations": "^19.2.0-next",
14+
"@angular/common": "^19.2.0-next",
15+
"@angular/compiler": "^19.2.0-next",
16+
"@angular/core": "^19.2.0-next",
17+
"@angular/forms": "^19.2.0-next",
18+
"@angular/platform-browser": "^19.2.0-next",
19+
"@angular/platform-browser-dynamic": "^19.2.0-next",
20+
"@angular/router": "^19.2.0-next",
2121
"@netlify/angular-runtime": "file:../../..",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.14.2"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^18.0.2",
28-
"@angular/cli": "^18.0.2",
29-
"@angular/compiler-cli": "^18.1.0-rc",
27+
"@angular-devkit/build-angular": "^19.2.0-next",
28+
"@angular/cli": "^19.2.0-next",
29+
"@angular/compiler-cli": "^19.2.0-next",
3030
"@types/jasmine": "~5.1.0",
3131
"jasmine-core": "~5.4.0",
3232
"karma": "~6.4.0",

0 commit comments

Comments
 (0)