Skip to content

Commit 8433825

Browse files
committed
chore: bump angular@20 demo and test fixtures to stable version
1 parent 134483f commit 8433825

File tree

10 files changed

+659
-341
lines changed

10 files changed

+659
-341
lines changed

demo/package-lock.json

Lines changed: 228 additions & 112 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": "^20.0.0-rc.2",
15-
"@angular/common": "^20.0.0-rc.2",
16-
"@angular/compiler": "^20.0.0-rc.2",
17-
"@angular/core": "^20.0.0-rc.2",
18-
"@angular/forms": "^20.0.0-rc.2",
19-
"@angular/platform-browser": "^20.0.0-rc.2",
20-
"@angular/platform-browser-dynamic": "^20.0.0-rc.2",
21-
"@angular/platform-server": "^20.0.0-rc.2",
22-
"@angular/router": "^20.0.0-rc.2",
23-
"@angular/ssr": "^20.0.0-rc.3",
14+
"@angular/animations": "^20.0.1",
15+
"@angular/common": "^20.0.1",
16+
"@angular/compiler": "^20.0.1",
17+
"@angular/core": "^20.0.1",
18+
"@angular/forms": "^20.0.1",
19+
"@angular/platform-browser": "^20.0.1",
20+
"@angular/platform-browser-dynamic": "^20.0.1",
21+
"@angular/platform-server": "^20.0.1",
22+
"@angular/router": "^20.0.1",
23+
"@angular/ssr": "^20.0.1",
2424
"@netlify/angular-runtime": "file:..",
2525
"@netlify/edge-functions": "^2.12.0",
2626
"express": "^4.21.0",
@@ -29,9 +29,9 @@
2929
"zone.js": "~0.15.0"
3030
},
3131
"devDependencies": {
32-
"@angular/build": "^20.0.0-rc.3",
33-
"@angular/cli": "^20.0.0-rc.3",
34-
"@angular/compiler-cli": "^20.0.0-rc.2",
32+
"@angular/build": "^20.0.1",
33+
"@angular/cli": "^20.0.1",
34+
"@angular/compiler-cli": "^20.0.1",
3535
"@types/express": "^4.17.21",
3636
"@types/jasmine": "~5.1.0",
3737
"@types/node": "^22.0.0",

tests/fixtures/angular-20-zoneless/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,31 @@
8686
}
8787
}
8888
}
89+
},
90+
"schematics": {
91+
"@schematics/angular:component": {
92+
"type": "component"
93+
},
94+
"@schematics/angular:directive": {
95+
"type": "directive"
96+
},
97+
"@schematics/angular:service": {
98+
"type": "service"
99+
},
100+
"@schematics/angular:guard": {
101+
"typeSeparator": "."
102+
},
103+
"@schematics/angular:interceptor": {
104+
"typeSeparator": "."
105+
},
106+
"@schematics/angular:module": {
107+
"typeSeparator": "."
108+
},
109+
"@schematics/angular:pipe": {
110+
"typeSeparator": "."
111+
},
112+
"@schematics/angular:resolver": {
113+
"typeSeparator": "."
114+
}
89115
}
90116
}

0 commit comments

Comments
 (0)