Skip to content

Commit d3e0eb7

Browse files
authored
[CG fix] Angular version upgrade (#2536)
* bump angular/compiler * update angular/core also * bump angular and other cg fixes * bump angular and other cg fixes
1 parent ba7a808 commit d3e0eb7

7 files changed

Lines changed: 43 additions & 40 deletions

File tree

Nodejs/Tests/MockProjects/NodeAppWithAngularTests/package-lock.json

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

Nodejs/Tests/MockProjects/NodeAppWithAngularTests/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~18.1.4",
15-
"@angular/common": "^21.0.3",
16-
"@angular/compiler": "^21.0.3",
17-
"@angular/core": "~18.1.4",
18-
"@angular/forms": "^21.0.3",
19-
"@angular/platform-browser": "^21.0.3",
20-
"@angular/platform-browser-dynamic": "^21.0.3",
21-
"@angular/router": "^21.0.3",
14+
"@angular/animations": "^21.0.7",
15+
"@angular/common": "^21.0.7",
16+
"@angular/compiler": "^21.0.7",
17+
"@angular/core": "^21.0.7",
18+
"@angular/forms": "^21.0.7",
19+
"@angular/platform-browser": "^21.0.7",
20+
"@angular/platform-browser-dynamic": "^21.0.7",
21+
"@angular/router": "^21.0.7",
2222
"rxjs": "~7.8.1",
2323
"tslib": "^2.6.3",
2424
"zone.js": "~0.14.10"
2525
},
2626
"devDependencies": {
27-
"@angular/cli": "^21.0.2",
28-
"@angular/compiler-cli": "^21.0.3",
27+
"@angular/cli": "^21.0.7",
28+
"@angular/compiler-cli": "^21.0.7",
2929
"@types/jasmine": "~5.1.4",
3030
"@types/jasminewd2": "~2.0.13",
3131
"@types/node": "^22.2.0",

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredOnProject/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredPerFile/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nodejs/Tests/MockProjects/reactappwithjesttestsjavascript/package-lock.json

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

Nodejs/Tests/MockProjects/reactappwithjestteststypescript/package-lock.json

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

package-lock.json

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

0 commit comments

Comments
 (0)