Skip to content

Commit ec1e446

Browse files
Merge pull request ferdikoomen#170 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-typescript-7.9.0
2 parents 5afb1eb + 28e6690 commit ec1e446

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"devDependencies": {
7474
"@babel/core": "7.9.0",
7575
"@babel/preset-env": "7.9.0",
76-
"@babel/preset-typescript": "7.8.3",
76+
"@babel/preset-typescript": "7.9.0",
7777
"@types/jest": "25.1.4",
7878
"@types/js-yaml": "3.12.2",
7979
"@types/mkdirp": "1.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -662,10 +662,10 @@
662662
dependencies:
663663
"@babel/helper-plugin-utils" "^7.8.3"
664664

665-
"@babel/plugin-transform-typescript@^7.8.3":
666-
version "7.8.7"
667-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.7.tgz#48bccff331108a7b3a28c3a4adc89e036dc3efda"
668-
integrity sha512-7O0UsPQVNKqpHeHLpfvOG4uXmlw+MOxYvUv6Otc9uH5SYMIxvF6eBdjkWvC3f9G+VXe0RsNExyAQBeTRug/wqQ==
665+
"@babel/plugin-transform-typescript@^7.9.0":
666+
version "7.9.0"
667+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.9.0.tgz#8b52649c81cb7dee117f760952ab46675a258836"
668+
integrity sha512-GRffJyCu16H3tEhbt9Q4buVFFBqrgS8FzTuhqSxlXNgmqD8aw2xmwtRwrvWXXlw7gHs664uqacsJymHJ9SUE/Q==
669669
dependencies:
670670
"@babel/helper-create-class-features-plugin" "^7.8.3"
671671
"@babel/helper-plugin-utils" "^7.8.3"
@@ -756,13 +756,13 @@
756756
"@babel/types" "^7.4.4"
757757
esutils "^2.0.2"
758758

759-
"@babel/preset-typescript@7.8.3":
760-
version "7.8.3"
761-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.8.3.tgz#90af8690121beecd9a75d0cc26c6be39d1595d13"
762-
integrity sha512-qee5LgPGui9zQ0jR1TeU5/fP9L+ovoArklEqY12ek8P/wV5ZeM/VYSQYwICeoT6FfpJTekG9Ilay5PhwsOpMHA==
759+
"@babel/preset-typescript@7.9.0":
760+
version "7.9.0"
761+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.9.0.tgz#87705a72b1f0d59df21c179f7c3d2ef4b16ce192"
762+
integrity sha512-S4cueFnGrIbvYJgwsVFKdvOmpiL0XGw9MFW9D0vgRys5g36PBhZRL8NX8Gr2akz8XRtzq6HuDXPD/1nniagNUg==
763763
dependencies:
764764
"@babel/helper-plugin-utils" "^7.8.3"
765-
"@babel/plugin-transform-typescript" "^7.8.3"
765+
"@babel/plugin-transform-typescript" "^7.9.0"
766766

767767
"@babel/runtime@^7.8.4":
768768
version "7.8.7"

0 commit comments

Comments
 (0)