Skip to content

Commit 1964ada

Browse files
authored
Merge pull request ferdikoomen#11 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-typescript-7.7.2
Bump @babel/preset-typescript from 7.7.0 to 7.7.2
2 parents 9252126 + ded0c55 commit 1964ada

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
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@babel/core": "7.7.2",
6161
"@babel/preset-env": "7.7.1",
62-
"@babel/preset-typescript": "7.7.0",
62+
"@babel/preset-typescript": "7.7.2",
6363
"@types/jest": "24.0.22",
6464
"@types/js-yaml": "3.12.1",
6565
"@types/mkdirp": "0.5.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,10 @@
571571
dependencies:
572572
"@babel/helper-plugin-utils" "^7.0.0"
573573

574-
"@babel/plugin-transform-typescript@^7.7.0":
575-
version "7.7.0"
576-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.0.tgz#182be03fa8bd2ffd0629791a1eaa4373b7589d38"
577-
integrity sha512-y3KYbcfKe+8ziRXiGhhnGrVysDBo5+aJdB+x8sanM0K41cnmK7Q5vBlQLMbOnW/HPjLG9bg7dLgYDQZZG9T09g==
574+
"@babel/plugin-transform-typescript@^7.7.2":
575+
version "7.7.2"
576+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.2.tgz#eb9f14c516b5d36f4d6f3a9d7badae6d0fc313d4"
577+
integrity sha512-UWhDaJRqdPUtdK1s0sKYdoRuqK0NepjZto2UZltvuCgMoMZmdjhgz5hcRokie/3aYEaSz3xvusyoayVaq4PjRg==
578578
dependencies:
579579
"@babel/helper-create-class-features-plugin" "^7.7.0"
580580
"@babel/helper-plugin-utils" "^7.0.0"
@@ -645,13 +645,13 @@
645645
js-levenshtein "^1.1.3"
646646
semver "^5.5.0"
647647

648-
"@babel/preset-typescript@7.7.0":
649-
version "7.7.0"
650-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.0.tgz#5d7682d938160ceaf51c3d4239e9521ef893474c"
651-
integrity sha512-WZ3qvtAJy8w/i6wqq5PuDnkCUXaLUTHIlJujfGHmHxsT5veAbEdEjl3cC/3nXfyD0bzlWsIiMdUhZgrXjd9QWg==
648+
"@babel/preset-typescript@7.7.2":
649+
version "7.7.2"
650+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.2.tgz#f71c8bba2ae02f11b29dbf7d6a35f47bbe011632"
651+
integrity sha512-1B4HthAelaLGfNRyrWqJtBEjXX1ulThCrLQ5B2VOtEAznWFIFXFJahgXImqppy66lx/Oh+cOSCQdJzZqh2Jh5g==
652652
dependencies:
653653
"@babel/helper-plugin-utils" "^7.0.0"
654-
"@babel/plugin-transform-typescript" "^7.7.0"
654+
"@babel/plugin-transform-typescript" "^7.7.2"
655655

656656
"@babel/runtime@^7.0.0":
657657
version "7.7.1"

0 commit comments

Comments
 (0)