mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
chore(deps-dev): bump @babel/plugin-transform-typescript (#3105)
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.12.17 to 7.13.0. - [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.13.0/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1e6adaf0b5
commit
ae6892501d
@ -45,7 +45,7 @@
|
|||||||
"@babel/plugin-transform-arrow-functions": "7.12.13",
|
"@babel/plugin-transform-arrow-functions": "7.12.13",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.13.0",
|
"@babel/plugin-transform-async-to-generator": "7.13.0",
|
||||||
"@babel/plugin-transform-runtime": "7.12.17",
|
"@babel/plugin-transform-runtime": "7.12.17",
|
||||||
"@babel/plugin-transform-typescript": "7.12.17",
|
"@babel/plugin-transform-typescript": "7.13.0",
|
||||||
"@babel/preset-env": "7.12.17",
|
"@babel/preset-env": "7.12.17",
|
||||||
"@babel/preset-react": "7.12.13",
|
"@babel/preset-react": "7.12.13",
|
||||||
"@babel/preset-typescript": "7.12.17",
|
"@babel/preset-typescript": "7.12.17",
|
||||||
|
@ -78,15 +78,15 @@
|
|||||||
browserslist "^4.14.5"
|
browserslist "^4.14.5"
|
||||||
semver "^5.5.0"
|
semver "^5.5.0"
|
||||||
|
|
||||||
"@babel/helper-create-class-features-plugin@^7.12.13", "@babel/helper-create-class-features-plugin@^7.12.17":
|
"@babel/helper-create-class-features-plugin@^7.12.13", "@babel/helper-create-class-features-plugin@^7.13.0":
|
||||||
version "7.12.17"
|
version "7.13.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.17.tgz#704b69c8a78d03fb1c5fcc2e7b593f8a65628944"
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.0.tgz#28d04ad9cfbd1ed1d8b988c9ea7b945263365846"
|
||||||
integrity sha512-I/nurmTxIxHV0M+rIpfQBF1oN342+yvl2kwZUrQuOClMamHF1w5tknfZubgNOLRoA73SzBFAdFcpb4M9HwOeWQ==
|
integrity sha512-twwzhthM4/+6o9766AW2ZBHpIHPSGrPGk1+WfHiu13u/lBnggXGNYCpeAyVfNwGDKfkhEDp+WOD/xafoJ2iLjA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-function-name" "^7.12.13"
|
"@babel/helper-function-name" "^7.12.13"
|
||||||
"@babel/helper-member-expression-to-functions" "^7.12.17"
|
"@babel/helper-member-expression-to-functions" "^7.13.0"
|
||||||
"@babel/helper-optimise-call-expression" "^7.12.13"
|
"@babel/helper-optimise-call-expression" "^7.12.13"
|
||||||
"@babel/helper-replace-supers" "^7.12.13"
|
"@babel/helper-replace-supers" "^7.13.0"
|
||||||
"@babel/helper-split-export-declaration" "^7.12.13"
|
"@babel/helper-split-export-declaration" "^7.12.13"
|
||||||
|
|
||||||
"@babel/helper-create-regexp-features-plugin@^7.12.13":
|
"@babel/helper-create-regexp-features-plugin@^7.12.13":
|
||||||
@ -134,12 +134,12 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.12.13"
|
"@babel/types" "^7.12.13"
|
||||||
|
|
||||||
"@babel/helper-member-expression-to-functions@^7.12.17":
|
"@babel/helper-member-expression-to-functions@^7.13.0":
|
||||||
version "7.12.17"
|
version "7.13.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.17.tgz#f82838eb06e1235307b6d71457b6670ff71ee5ac"
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091"
|
||||||
integrity sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg==
|
integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.12.17"
|
"@babel/types" "^7.13.0"
|
||||||
|
|
||||||
"@babel/helper-module-imports@^7.12.13":
|
"@babel/helper-module-imports@^7.12.13":
|
||||||
version "7.12.13"
|
version "7.12.13"
|
||||||
@ -194,6 +194,16 @@
|
|||||||
"@babel/traverse" "^7.12.13"
|
"@babel/traverse" "^7.12.13"
|
||||||
"@babel/types" "^7.12.13"
|
"@babel/types" "^7.12.13"
|
||||||
|
|
||||||
|
"@babel/helper-replace-supers@^7.13.0":
|
||||||
|
version "7.13.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24"
|
||||||
|
integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-member-expression-to-functions" "^7.13.0"
|
||||||
|
"@babel/helper-optimise-call-expression" "^7.12.13"
|
||||||
|
"@babel/traverse" "^7.13.0"
|
||||||
|
"@babel/types" "^7.13.0"
|
||||||
|
|
||||||
"@babel/helper-simple-access@^7.12.13":
|
"@babel/helper-simple-access@^7.12.13":
|
||||||
version "7.12.13"
|
version "7.12.13"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
|
||||||
@ -743,13 +753,13 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.12.13"
|
"@babel/helper-plugin-utils" "^7.12.13"
|
||||||
|
|
||||||
"@babel/plugin-transform-typescript@7.12.17", "@babel/plugin-transform-typescript@^7.12.17":
|
"@babel/plugin-transform-typescript@7.13.0", "@babel/plugin-transform-typescript@^7.12.17":
|
||||||
version "7.12.17"
|
version "7.13.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.17.tgz#4aa6a5041888dd2e5d316ec39212b0cf855211bb"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
|
||||||
integrity sha512-1bIYwnhRoetxkFonuZRtDZPFEjl1l5r+3ITkxLC3mlMaFja+GQFo94b/WHEPjqWLU9Bc+W4oFZbvCGe9eYMu1g==
|
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-create-class-features-plugin" "^7.12.17"
|
"@babel/helper-create-class-features-plugin" "^7.13.0"
|
||||||
"@babel/helper-plugin-utils" "^7.12.13"
|
"@babel/helper-plugin-utils" "^7.13.0"
|
||||||
"@babel/plugin-syntax-typescript" "^7.12.13"
|
"@babel/plugin-syntax-typescript" "^7.12.13"
|
||||||
|
|
||||||
"@babel/plugin-transform-unicode-escapes@^7.12.13":
|
"@babel/plugin-transform-unicode-escapes@^7.12.13":
|
||||||
|
Loading…
Reference in New Issue
Block a user