Skip to content

Commit 57cd3f4

Browse files
committed
chore: upgrade to most recent RCs
1 parent d91b1d4 commit 57cd3f4

File tree

8 files changed

+1316
-1341
lines changed

8 files changed

+1316
-1341
lines changed

demo/package-lock.json

Lines changed: 321 additions & 378 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^19.0.0-next.0",
15-
"@angular/common": "^19.0.0-next.0",
16-
"@angular/compiler": "^19.0.0-next.0",
17-
"@angular/core": "^19.0.0-next.0",
18-
"@angular/forms": "^19.0.0-next.0",
19-
"@angular/platform-browser": "^19.0.0-next.0",
20-
"@angular/platform-browser-dynamic": "^19.0.0-next.0",
21-
"@angular/platform-server": "^19.0.0-next.0",
22-
"@angular/router": "^19.0.0-next.0",
23-
"@angular/ssr": "^19.0.0-next.0",
14+
"@angular/animations": "^19.0.0-rc.3",
15+
"@angular/common": "^19.0.0-rc.3",
16+
"@angular/compiler": "^19.0.0-rc.3",
17+
"@angular/core": "^19.0.0-rc.3",
18+
"@angular/forms": "^19.0.0-rc.3",
19+
"@angular/platform-browser": "^19.0.0-rc.3",
20+
"@angular/platform-browser-dynamic": "^19.0.0-rc.3",
21+
"@angular/platform-server": "^19.0.0-rc.3",
22+
"@angular/router": "^19.0.0-rc.3",
23+
"@angular/ssr": "^19.0.0-rc.2",
2424
"@netlify/angular-runtime": "file:..",
2525
"@netlify/edge-functions": "^2.9.0",
2626
"express": "^4.21.0",
@@ -29,9 +29,9 @@
2929
"zone.js": "~0.15.0"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^19.0.0-next.0",
33-
"@angular/cli": "^19.0.0-next.0",
34-
"@angular/compiler-cli": "^19.0.0-next.0",
32+
"@angular-devkit/build-angular": "^19.0.0-rc.2",
33+
"@angular/cli": "^19.0.0-rc.2",
34+
"@angular/compiler-cli": "^19.0.0-rc.3",
3535
"@types/express": "^4.17.21",
3636
"@types/jasmine": "~5.1.0",
3737
"@types/node": "^18.19.13",

0 commit comments

Comments
 (0)