Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
chore: Updated dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: TypeScript 3
  • Loading branch information
roman.vasilev committed Feb 19, 2019
1 parent 64294be commit df1145e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@
"@types/fs-extra": "^5.0.5",
"@types/fs-readfile-promise": "^3.0.0",
"@types/lodash.flatten": "^4.4.5",
"@types/mocha": "^5.2.5",
"@types/node": "^11.9.1",
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.4",
"@types/pkg-dir": "^2.0.0",
"@types/recursive-readdir": "^2.2.0",
"@types/resolve": "0.0.8",
"@typescript-eslint/eslint-plugin-tslint": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^1.4.0",
"@typescript-eslint/parser": "^1.4.0",
"angular2-calendar": "^0.3.7",
"eslint": "^5.13.0",
"eslint": "^5.14.1",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-unicorn": "^7.1.0",
"gulp-tslint": "^8.1.3",
"hover": "^3.0.0-alpha.6",
"inotifywait-win32": "^1.0.0",
"material-design-iconic-font": "^2.2.0",
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"nyc": "^13.3.0",
"pkg-dir": "^3.0.0",
"preact": "^8.4.2",
Expand All @@ -75,7 +75,7 @@
"tslint-clean-code": "^0.2.9",
"tslint-microsoft-contrib": "^6.0.0",
"tslint-sonarts": "^1.9.0",
"type-zoo": "^2.0.0"
"type-zoo": "2.X.X"
},
"engines": {
"node": ">=6",
Expand Down

0 comments on commit df1145e

Please sign in to comment.