Skip to content

Commit 203aeaa

Browse files
committed
chore: update system test for angular 17 to use released version [run ci]
1 parent 32eea15 commit 203aeaa

File tree

2 files changed

+1734
-1479
lines changed

2 files changed

+1734
-1479
lines changed

system-tests/projects/angular-17/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6+
"build": "ng build",
67
"ng": "ng",
78
"start": "ng serve",
8-
"build": "ng build",
9-
"watch": "ng build --watch --configuration development",
10-
"test": "ng test"
9+
"test": "ng test",
10+
"watch": "ng build --watch --configuration development"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^17.0.0-rc.2",
14-
"@angular/common": "^17.0.0-rc.2",
15-
"@angular/compiler": "^17.0.0-rc.2",
16-
"@angular/core": "^17.0.0-rc.2",
17-
"@angular/forms": "^17.0.0-rc.2",
18-
"@angular/platform-browser": "^17.0.0-rc.2",
19-
"@angular/platform-browser-dynamic": "^17.0.0-rc.2",
20-
"@angular/router": "^17.0.0-rc.2",
13+
"@angular/animations": "^17.3.10",
14+
"@angular/common": "^17.3.10",
15+
"@angular/compiler": "^17.3.10",
16+
"@angular/core": "^17.3.10",
17+
"@angular/forms": "^17.3.10",
18+
"@angular/platform-browser": "^17.3.10",
19+
"@angular/platform-browser-dynamic": "^17.3.10",
20+
"@angular/router": "^17.3.10",
2121
"rxjs": "~7.8.0",
2222
"tslib": "^2.3.0",
2323
"zone.js": "~0.14.1"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^17.0.0-rc.3",
27-
"@angular/cli": "^17.0.0-rc.3",
28-
"@angular/compiler-cli": "^17.0.0-rc.2",
26+
"@angular-devkit/build-angular": "^17.3.8",
27+
"@angular/cli": "^17.3.8",
28+
"@angular/compiler-cli": "^17.3.8",
2929
"@types/jasmine": "~4.3.0",
3030
"jasmine-core": "~4.6.0",
3131
"karma": "~6.4.0",

0 commit comments

Comments
 (0)