Skip to content

Commit df3e964

Browse files
chore(deps): bump @babel/preset-typescript from 7.10.4 to 7.12.1
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.10.4 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-preset-typescript) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6d9231e commit df3e964

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
2121
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
2222
"@babel/preset-env": "^7.12.1",
23-
"@babel/preset-typescript": "^7.10.4"
23+
"@babel/preset-typescript": "^7.12.1"
2424
},
2525
"devDependencies": {
2626
"@clark/eslint-config-node": "^1.28.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
dependencies:
850850
"@babel/helper-plugin-utils" "^7.10.4"
851851

852-
"@babel/plugin-transform-typescript@^7.10.4", "@babel/plugin-transform-typescript@^7.12.0":
852+
"@babel/plugin-transform-typescript@^7.12.0", "@babel/plugin-transform-typescript@^7.12.1":
853853
version "7.12.1"
854854
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
855855
integrity sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
@@ -972,13 +972,13 @@
972972
"@babel/types" "^7.4.4"
973973
esutils "^2.0.2"
974974

975-
"@babel/preset-typescript@^7.10.4":
976-
version "7.10.4"
977-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.10.4.tgz#7d5d052e52a682480d6e2cc5aa31be61c8c25e36"
978-
integrity sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ==
975+
"@babel/preset-typescript@^7.12.1":
976+
version "7.12.1"
977+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b"
978+
integrity sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==
979979
dependencies:
980980
"@babel/helper-plugin-utils" "^7.10.4"
981-
"@babel/plugin-transform-typescript" "^7.10.4"
981+
"@babel/plugin-transform-typescript" "^7.12.1"
982982

983983
"@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4":
984984
version "7.12.1"

0 commit comments

Comments
 (0)