Skip to content

Commit c15c738

Browse files
chore(deps): update dependency @babel/preset-typescript to v7.21.5 (#1924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55e6d40 commit c15c738

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@babel/core": "7.21.8",
5555
"@babel/preset-env": "7.21.5",
56-
"@babel/preset-typescript": "7.21.4",
56+
"@babel/preset-typescript": "7.21.5",
5757
"@changesets/changelog-github": "0.4.8",
5858
"@changesets/cli": "2.26.1",
5959
"@graphql-tools/merge": "8.4.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
"@babel/helper-module-transforms" "^7.20.11"
680680
"@babel/helper-plugin-utils" "^7.20.2"
681681

682-
"@babel/plugin-transform-modules-commonjs@^7.21.2", "@babel/plugin-transform-modules-commonjs@^7.21.5":
682+
"@babel/plugin-transform-modules-commonjs@^7.21.5":
683683
version "7.21.5"
684684
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz#d69fb947eed51af91de82e4708f676864e5e47bc"
685685
integrity sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==
@@ -912,15 +912,15 @@
912912
"@babel/types" "^7.4.4"
913913
esutils "^2.0.2"
914914

915-
"@babel/preset-typescript@7.21.4":
916-
version "7.21.4"
917-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.4.tgz#b913ac8e6aa8932e47c21b01b4368d8aa239a529"
918-
integrity sha512-sMLNWY37TCdRH/bJ6ZeeOH1nPuanED7Ai9Y/vH31IPqalioJ6ZNFUWONsakhv4r4n+I6gm5lmoE0olkgib/j/A==
915+
"@babel/preset-typescript@7.21.5":
916+
version "7.21.5"
917+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.5.tgz#68292c884b0e26070b4d66b202072d391358395f"
918+
integrity sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==
919919
dependencies:
920-
"@babel/helper-plugin-utils" "^7.20.2"
920+
"@babel/helper-plugin-utils" "^7.21.5"
921921
"@babel/helper-validator-option" "^7.21.0"
922922
"@babel/plugin-syntax-jsx" "^7.21.4"
923-
"@babel/plugin-transform-modules-commonjs" "^7.21.2"
923+
"@babel/plugin-transform-modules-commonjs" "^7.21.5"
924924
"@babel/plugin-transform-typescript" "^7.21.3"
925925

926926
"@babel/regjsgen@^0.8.0":

0 commit comments

Comments
 (0)