Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): pin dependencies #826

Merged
merged 1 commit into from Jun 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/package.json
Expand Up @@ -14,19 +14,19 @@
"author": "Minko Gechev <mgechev@gmail.com>",
"license": "MIT",
"dependencies": {
"@angular/compiler": "^2.2.0",
"@angular/core": "^2.2.0",
"codelyzer": "^1.0.0-beta.3",
"@angular/compiler": "2.4.10",
"@angular/core": "2.4.10",
"codelyzer": "1.0.0-beta.4",
"codemirror": "5.15.2",
"rxjs": "^5.0.0-beta.12",
"rxjs": "5.5.12",
"tslint": "3.14.0",
"typescript": "^2.0.3",
"uglifyjs": "^2.4.10",
"zone.js": "^0.6.21"
"typescript": "2.9.2",
"uglifyjs": "2.4.11",
"zone.js": "0.6.26"
},
"devDependencies": {
"browserify": "^13.1.1",
"rimraf": "^2.5.4",
"uglify": "^0.1.5"
"browserify": "13.3.0",
"rimraf": "2.6.3",
"uglify": "0.1.5"
}
}
54 changes: 27 additions & 27 deletions package.json
Expand Up @@ -62,34 +62,34 @@
},
"homepage": "https://github.com/mgechev/codelyzer#readme",
"devDependencies": {
"@angular/compiler": "^7.2.14",
"@angular/core": "^7.2.14",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-angular": "^7.5.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.8",
"@types/node-sass": "^4.11.0",
"@types/sprintf-js": "^1.1.2",
"cat": "^0.2.0",
"chai": "^4.2.0",
"chai-spies": "^0.7.1",
"cross-env": "^5.2.0",
"husky": "^2.1.0",
"js-yaml": "^3.13.1",
"@angular/compiler": "7.2.14",
"@angular/core": "7.2.14",
"@commitlint/cli": "7.5.2",
"@commitlint/config-angular": "7.5.0",
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"@types/node": "11.13.8",
"@types/node-sass": "4.11.0",
"@types/sprintf-js": "1.1.2",
"cat": "0.2.0",
"chai": "4.2.0",
"chai-spies": "0.7.1",
"cross-env": "5.2.0",
"husky": "2.1.0",
"js-yaml": "3.13.1",
"json-stringify-pretty-compact": "2.0.0",
"lint-staged": "^8.1.5",
"mocha": "^6.1.4",
"ncp": "^2.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.17.0",
"rimraf": "^2.6.3",
"rxjs": "^6.4.0",
"standard-version": "^5.0.1",
"ts-node": "^8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.4.5",
"zone.js": "^0.9.0"
"lint-staged": "8.1.5",
"mocha": "6.1.4",
"ncp": "2.0.0",
"node-sass": "4.12.0",
"prettier": "1.17.0",
"rimraf": "2.6.3",
"rxjs": "6.5.1",
"standard-version": "5.0.2",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5",
"zone.js": "0.9.0"
},
"peerDependencies": {
"@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",
Expand Down