Skip to content

Commit

Permalink
chore: update dependency typescript to v3.5.2 (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Jul 7, 2019
1 parent 4efb34b commit 0b9c7ed
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -43,7 +43,7 @@
"globby": "10.0.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.4.5"
"typescript": "3.5.2"
},
"dependencies": {
"lodash": "4.17.11"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Expand Up @@ -44,6 +44,6 @@
"concurrently": "3.5.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.4.5"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -43,7 +43,7 @@
"concurrently": "3.5.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.5.1",
"typescript": "3.5.2",
"lodash": "4.17.11"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Expand Up @@ -43,7 +43,7 @@
"concurrently": "3.5.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"dependencies": {
"@types/semver": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -44,7 +44,7 @@
"concurrently": "3.5.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.4.5"
"typescript": "3.5.2"
},
"dependencies": {
"@types/node": "^12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/to-lines/package.json
Expand Up @@ -43,6 +43,6 @@
"@types/jest": "24.0.13",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -10791,15 +10791,10 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@3.4.5:
version "3.4.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==

typescript@3.5.1:
version "3.5.1"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==
typescript@3.5.2:
version "3.5.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==

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

0 comments on commit 0b9c7ed

Please sign in to comment.