Skip to content

Commit 541515a

Browse files
committed
[tests] Update Angular-App test project dependencies to @angular v.16.0.0
Use the latest available @angular v.16.0.0 modules
1 parent 6b1deb7 commit 541515a

File tree

1 file changed

+9
-9
lines changed
  • org.eclipse.wildwebdeveloper.tests/testProjects/angular-app

1 file changed

+9
-9
lines changed

org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular-devkit/build-angular": "^15.1.0",
15-
"@angular/animations": "^15.1.0",
14+
"@angular-devkit/build-angular": "^16.0.0",
15+
"@angular/animations": "^16.0.0",
1616
"@angular/cli": "^16.0.0",
17-
"@angular/common": "^15.1.0",
18-
"@angular/compiler": "^15.1.0",
19-
"@angular/core": "^15.1.0",
20-
"@angular/forms": "^15.1.0",
21-
"@angular/platform-browser": "^15.1.0",
22-
"@angular/platform-browser-dynamic": "^15.1.0",
23-
"@angular/router": "^15.1.0",
17+
"@angular/common": "^16.0.0",
18+
"@angular/compiler": "^16.0.0",
19+
"@angular/core": "^16.0.0",
20+
"@angular/forms": "^16.0.0",
21+
"@angular/platform-browser": "^16.0.0",
22+
"@angular/platform-browser-dynamic": "^16.0.0",
23+
"@angular/router": "^16.0.0",
2424
"core-js": "^3.25.2",
2525
"rxjs": "~7.8.0",
2626
"tslib": "^2.4.0",

0 commit comments

Comments
 (0)