Skip to content

Commit fa40a63

Browse files
renovate[bot]mgechev
authored andcommitted
fix(deps): pin dependencies (#826)
1 parent be17096 commit fa40a63

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"author": "Minko Gechev <mgechev@gmail.com>",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@angular/compiler": "^2.2.0",
18-
"@angular/core": "^2.2.0",
19-
"codelyzer": "^1.0.0-beta.3",
17+
"@angular/compiler": "2.4.10",
18+
"@angular/core": "2.4.10",
19+
"codelyzer": "1.0.0-beta.4",
2020
"codemirror": "5.15.2",
21-
"rxjs": "^5.0.0-beta.12",
21+
"rxjs": "5.5.12",
2222
"tslint": "3.14.0",
23-
"typescript": "^2.0.3",
24-
"uglifyjs": "^2.4.10",
25-
"zone.js": "^0.6.21"
23+
"typescript": "2.9.2",
24+
"uglifyjs": "2.4.11",
25+
"zone.js": "0.6.26"
2626
},
2727
"devDependencies": {
28-
"browserify": "^13.1.1",
29-
"rimraf": "^2.5.4",
30-
"uglify": "^0.1.5"
28+
"browserify": "13.3.0",
29+
"rimraf": "2.6.3",
30+
"uglify": "0.1.5"
3131
}
3232
}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -62,34 +62,34 @@
6262
},
6363
"homepage": "https://github.com/mgechev/codelyzer#readme",
6464
"devDependencies": {
65-
"@angular/compiler": "^7.2.14",
66-
"@angular/core": "^7.2.14",
67-
"@commitlint/cli": "^7.5.2",
68-
"@commitlint/config-angular": "^7.5.0",
69-
"@types/chai": "^4.1.7",
70-
"@types/mocha": "^5.2.6",
71-
"@types/node": "^11.13.8",
72-
"@types/node-sass": "^4.11.0",
73-
"@types/sprintf-js": "^1.1.2",
74-
"cat": "^0.2.0",
75-
"chai": "^4.2.0",
76-
"chai-spies": "^0.7.1",
77-
"cross-env": "^5.2.0",
78-
"husky": "^2.1.0",
79-
"js-yaml": "^3.13.1",
65+
"@angular/compiler": "7.2.14",
66+
"@angular/core": "7.2.14",
67+
"@commitlint/cli": "7.5.2",
68+
"@commitlint/config-angular": "7.5.0",
69+
"@types/chai": "4.1.7",
70+
"@types/mocha": "5.2.6",
71+
"@types/node": "11.13.8",
72+
"@types/node-sass": "4.11.0",
73+
"@types/sprintf-js": "1.1.2",
74+
"cat": "0.2.0",
75+
"chai": "4.2.0",
76+
"chai-spies": "0.7.1",
77+
"cross-env": "5.2.0",
78+
"husky": "2.1.0",
79+
"js-yaml": "3.13.1",
8080
"json-stringify-pretty-compact": "2.0.0",
81-
"lint-staged": "^8.1.5",
82-
"mocha": "^6.1.4",
83-
"ncp": "^2.0.0",
84-
"node-sass": "^4.12.0",
85-
"prettier": "^1.17.0",
86-
"rimraf": "^2.6.3",
87-
"rxjs": "^6.4.0",
88-
"standard-version": "^5.0.1",
89-
"ts-node": "^8.1.0",
90-
"tslint": "~5.16.0",
91-
"typescript": "~3.4.5",
92-
"zone.js": "^0.9.0"
81+
"lint-staged": "8.1.5",
82+
"mocha": "6.1.4",
83+
"ncp": "2.0.0",
84+
"node-sass": "4.12.0",
85+
"prettier": "1.17.0",
86+
"rimraf": "2.6.3",
87+
"rxjs": "6.5.1",
88+
"standard-version": "5.0.2",
89+
"ts-node": "8.1.0",
90+
"tslint": "5.16.0",
91+
"typescript": "3.4.5",
92+
"zone.js": "0.9.0"
9393
},
9494
"peerDependencies": {
9595
"@angular/compiler": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0 || >8.1.0-beta <9.0.0 || >8.2.0-beta <9.0.0",

0 commit comments

Comments
 (0)