Skip to content

Commit

Permalink
chore: update dependency typescript to v3.6.4 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Oct 21, 2019
1 parent 24b6e55 commit aa4f7c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -37,7 +37,7 @@
"@commitlint/utils": "^8.3.0",
"@types/lodash": "4.14.144",
"lodash": "4.17.15",
"typescript": "3.5.3"
"typescript": "3.6.4"
},
"dependencies": {
"chalk": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/message/package.json
Expand Up @@ -36,6 +36,6 @@
"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.0",
"typescript": "3.5.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Expand Up @@ -38,7 +38,7 @@
"@commitlint/utils": "^8.3.0",
"@types/lodash": "4.14.144",
"import-from": "3.0.0",
"typescript": "3.5.3"
"typescript": "3.6.4"
},
"dependencies": {
"conventional-changelog-angular": "^1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"lint-staged": "8.2.1",
"prettier": "1.17.1",
"ts-jest": "24.1.0",
"typescript": "3.5.3"
"typescript": "3.6.4"
},
"husky": {
"hooks": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11146,10 +11146,10 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@3.5.3:
version "3.5.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
typescript@3.6.4:
version "3.6.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==

uglify-js@^3.1.4:
version "3.4.9"
Expand Down

0 comments on commit aa4f7c3

Please sign in to comment.