We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aa012 commit 2c5bdc9Copy full SHA for 2c5bdc9
packages/angular/package.json
@@ -36,18 +36,15 @@
36
"tslib": "^2.0.0"
37
},
38
"devDependencies": {
39
+ "@angular-devkit/build-angular": "~0.1002.4",
40
+ "@angular/cli": "^10.2.4",
41
"@angular/common": "~10.2.5",
42
+ "@angular/compiler": "^10.2.5",
43
+ "@angular/compiler-cli": "~10.2.5",
44
"@angular/core": "~10.2.5",
45
"@angular/router": "~10.2.5",
- "@angular/compiler": "~10.2.5",
- "@angular-devkit/build-angular": "~0.1002.4",
- "@angular/cli": "~10.2.4",
- "@angular/compiler-cli": "~10.2.5",
46
- "@types/node": "^12.11.1",
47
"ng-packagr": "^10.1.0",
48
- "ts-node": "~8.3.0",
49
- "typescript": "~4.0.2",
50
- "zone.js": "~0.10.2"
+ "typescript": "~4.0.2"
51
52
"scripts": {
53
"build": "yarn build:ngc",
0 commit comments