Skip to content

Commit 0e0321a

Browse files
committed
update angular-ng
1 parent 92631bf commit 0e0321a

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

frameworks/keyed/angular-ng/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
"build": "ng build",
1313
"test": "ng test",
1414
"lint": "ng lint",
15-
"build-prod": "ng build --aot=true --prod=true",
15+
"build-prod": "ng build --prod=true --buildOptimizer=true --sourceMap=false",
1616
"build-dev": "ng serve"
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "8.2.14",
21-
"@angular/common": "8.2.14",
22-
"@angular/compiler": "8.2.14",
23-
"@angular/core": "8.2.14",
24-
"@angular/platform-browser": "8.2.14",
25-
"@angular/platform-browser-dynamic": "8.2.14",
26-
"rxjs": "6.4.0",
27-
"tslib": "^1.10.0",
28-
"zone.js": "0.9.1"
20+
"@angular/animations": "9.1.2",
21+
"@angular/common": "9.1.2",
22+
"@angular/compiler": "9.1.2",
23+
"@angular/core": "9.1.2",
24+
"@angular/platform-browser": "9.1.2",
25+
"@angular/platform-browser-dynamic": "9.1.2",
26+
"rxjs": "6.5.5",
27+
"tslib": "^1.11.1",
28+
"zone.js": "0.10.3"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "0.803.24",
32-
"@angular/cli": "8.3.24",
33-
"@angular/compiler-cli": "8.2.14",
34-
"@angular/language-service": "8.2.14",
35-
"@types/node": "8.9.4",
36-
"ts-node": "7.0.0",
37-
"tslint": "5.15.0",
38-
"typescript": "3.5.3"
31+
"@angular-devkit/build-angular": "0.901.1",
32+
"@angular/cli": "9.1.1",
33+
"@angular/compiler-cli": "9.1.2",
34+
"@angular/language-service": "9.1.2",
35+
"@types/node": "13.13.0",
36+
"ts-node": "8.8.2",
37+
"tslint": "6.1.1",
38+
"typescript": "3.8.3"
3939
}
4040
}

frameworks/keyed/angular-ng/src/css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)