mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump @babel/preset-typescript from 7.16.0 to 7.16.5
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.16.0 to 7.16.5. - [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.16.5/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aa8ff0335b
commit
4f9773845e
2 changed files with 8 additions and 8 deletions
|
|
@ -69,7 +69,7 @@
|
|||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.16.0",
|
||||
"@babel/preset-react": "7.16.5",
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@babel/preset-typescript": "7.16.5",
|
||||
"@types/args": "5.0.0",
|
||||
"@types/async-retry": "1.4.3",
|
||||
"@types/color": "3.0.2",
|
||||
|
|
|
|||
14
yarn.lock
14
yarn.lock
|
|
@ -484,7 +484,7 @@
|
|||
"@babel/helper-annotate-as-pure" "^7.16.0"
|
||||
"@babel/helper-plugin-utils" "^7.16.5"
|
||||
|
||||
"@babel/plugin-transform-typescript@^7.16.0":
|
||||
"@babel/plugin-transform-typescript@^7.16.1":
|
||||
version "7.16.1"
|
||||
resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.1.tgz#cc0670b2822b0338355bc1b3d2246a42b8166409"
|
||||
integrity sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==
|
||||
|
|
@ -505,14 +505,14 @@
|
|||
"@babel/plugin-transform-react-jsx-development" "^7.16.5"
|
||||
"@babel/plugin-transform-react-pure-annotations" "^7.16.5"
|
||||
|
||||
"@babel/preset-typescript@7.16.0":
|
||||
version "7.16.0"
|
||||
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.0.tgz#b0b4f105b855fb3d631ec036cdc9d1ffd1fa5eac"
|
||||
integrity sha512-txegdrZYgO9DlPbv+9QOVpMnKbOtezsLHWsnsRF4AjbSIsVaujrq1qg8HK0mxQpWv0jnejt0yEoW1uWpvbrDTg==
|
||||
"@babel/preset-typescript@7.16.5":
|
||||
version "7.16.5"
|
||||
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.5.tgz#b86a5b0ae739ba741347d2f58c52f52e63cf1ba1"
|
||||
integrity sha512-lmAWRoJ9iOSvs3DqOndQpj8XqXkzaiQs50VG/zESiI9D3eoZhGriU675xNCr0UwvsuXrhMAGvyk1w+EVWF3u8Q==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.14.5"
|
||||
"@babel/helper-plugin-utils" "^7.16.5"
|
||||
"@babel/helper-validator-option" "^7.14.5"
|
||||
"@babel/plugin-transform-typescript" "^7.16.0"
|
||||
"@babel/plugin-transform-typescript" "^7.16.1"
|
||||
|
||||
"@babel/runtime@^7.15.4", "@babel/runtime@^7.9.2":
|
||||
version "7.16.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue