Skip to content

Commit 0b9c7ed

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency typescript to v3.5.2 (#695)
1 parent 4efb34b commit 0b9c7ed

File tree

7 files changed

+10
-15
lines changed

7 files changed

+10
-15
lines changed

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"globby": "10.0.1",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
46-
"typescript": "3.4.5"
46+
"typescript": "3.5.2"
4747
},
4848
"dependencies": {
4949
"lodash": "4.17.11"

@commitlint/execute-rule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"concurrently": "3.5.1",
4545
"jest": "24.8.0",
4646
"ts-jest": "24.0.2",
47-
"typescript": "3.4.5"
47+
"typescript": "3.5.2"
4848
}
4949
}

@commitlint/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"concurrently": "3.5.1",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
46-
"typescript": "3.5.1",
46+
"typescript": "3.5.2",
4747
"lodash": "4.17.11"
4848
},
4949
"dependencies": {

@commitlint/is-ignored/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"concurrently": "3.5.1",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
46-
"typescript": "3.5.1"
46+
"typescript": "3.5.2"
4747
},
4848
"dependencies": {
4949
"@types/semver": "6.0.0",

@commitlint/resolve-extends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"concurrently": "3.5.1",
4545
"jest": "24.8.0",
4646
"ts-jest": "24.0.2",
47-
"typescript": "3.4.5"
47+
"typescript": "3.5.2"
4848
},
4949
"dependencies": {
5050
"@types/node": "^12.0.2",

@commitlint/to-lines/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@types/jest": "24.0.13",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
46-
"typescript": "3.5.1"
46+
"typescript": "3.5.2"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10791,15 +10791,10 @@ typedarray@^0.0.6:
1079110791
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1079210792
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1079310793

10794-
typescript@3.4.5:
10795-
version "3.4.5"
10796-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
10797-
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
10798-
10799-
typescript@3.5.1:
10800-
version "3.5.1"
10801-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
10802-
integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==
10794+
typescript@3.5.2:
10795+
version "3.5.2"
10796+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
10797+
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
1080310798

1080410799
uglify-js@^3.1.4:
1080510800
version "3.4.9"

0 commit comments

Comments
 (0)