We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ede0c8 commit 5a24b56Copy full SHA for 5a24b56
package.json
@@ -38,7 +38,7 @@
38
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
39
},
40
"devDependencies": {
41
- "@angular-devkit/build-angular": "~0.800.0",
+ "@angular-devkit/build-angular": "0.800.0",
42
"@angular/cli": "8.0.1",
43
"@angular/common": "8.0.0",
44
"@angular/compiler": "8.0.0",
@@ -69,7 +69,7 @@
69
"karma-coverage-istanbul-reporter": "2.0.4",
70
"karma-jasmine": "2.0.1",
71
"karma-jasmine-html-reporter": "1.4.0",
72
- "mocha": "6.0.2",
+ "mocha": "6.1.2",
73
"npm-run-all": "4.1.5",
74
"rxjs": "6.5.2",
75
"spectron": "5.0.0",
@@ -78,7 +78,7 @@
78
"typescript": "3.4.5",
79
"wait-on": "3.2.0",
80
"webdriver-manager": "12.1.0",
81
- "zone.js": "~0.9.1"
+ "zone.js": "0.9.1"
82
83
"engines" : {
84
"node" : ">=10.9.0"
0 commit comments