Skip to content

Commit

Permalink
fix(solution): correct dependecies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Feb 8, 2018
1 parent c10404c commit f272f03
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"husky": "^0.14.3",
"lerna": "^2.8.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"config": {
"commitizen": {
Expand Down
4 changes: 2 additions & 2 deletions packages/baset-baseliner-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"baset": "^0.5.1",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"dependencies": {
"json-beautify": "^1.0.1",
"baset-core": "^0.5.0"
"baset-core": "^0.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/baset-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"baset": "^0.5.1",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"dependencies": {
"baset-core": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/baset-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"baset": "^0.5.1",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"dependencies": {
"baset-vm": "^0.5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/baset-reader-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"baset": "^0.5.1",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"dependencies": {
"find-up": "^2.1.0",
"typescript": "^2.6.2",
"baset-core": "^0.5.0",
"typescript": "^2.7.1",
"baset-core": "^0.5.1",
"tsconfig-paths": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion tests/typescript-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"baset": "^0.5.1",
"baset-baseliner-json": "^0.5.1",
"baset-reader-ts": "^0.5.1",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
}
}

0 comments on commit f272f03

Please sign in to comment.