Bump @babel/preset-typescript from 7.21.4 to 7.21.5 (#24776)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/59/head^2^2
parent
b0ebaeb691
commit
8f7c172eb8
|
@ -32,7 +32,7 @@
|
||||||
"@babel/plugin-transform-runtime": "^7.21.4",
|
"@babel/plugin-transform-runtime": "^7.21.4",
|
||||||
"@babel/preset-env": "^7.21.5",
|
"@babel/preset-env": "^7.21.5",
|
||||||
"@babel/preset-react": "^7.18.6",
|
"@babel/preset-react": "^7.18.6",
|
||||||
"@babel/preset-typescript": "^7.21.4",
|
"@babel/preset-typescript": "^7.21.5",
|
||||||
"@babel/runtime": "^7.21.5",
|
"@babel/runtime": "^7.21.5",
|
||||||
"@gamestdio/websocket": "^0.3.2",
|
"@gamestdio/websocket": "^0.3.2",
|
||||||
"@github/webauthn-json": "^2.1.1",
|
"@github/webauthn-json": "^2.1.1",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -741,7 +741,7 @@
|
||||||
"@babel/helper-module-transforms" "^7.20.11"
|
"@babel/helper-module-transforms" "^7.20.11"
|
||||||
"@babel/helper-plugin-utils" "^7.20.2"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-commonjs@^7.21.2", "@babel/plugin-transform-modules-commonjs@^7.21.5":
|
"@babel/plugin-transform-modules-commonjs@^7.21.5":
|
||||||
version "7.21.5"
|
version "7.21.5"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz#d69fb947eed51af91de82e4708f676864e5e47bc"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz#d69fb947eed51af91de82e4708f676864e5e47bc"
|
||||||
integrity sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==
|
integrity sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==
|
||||||
|
@ -1039,15 +1039,15 @@
|
||||||
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
|
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
|
||||||
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
|
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
|
||||||
|
|
||||||
"@babel/preset-typescript@^7.21.4":
|
"@babel/preset-typescript@^7.21.5":
|
||||||
version "7.21.4"
|
version "7.21.5"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.4.tgz#b913ac8e6aa8932e47c21b01b4368d8aa239a529"
|
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.5.tgz#68292c884b0e26070b4d66b202072d391358395f"
|
||||||
integrity sha512-sMLNWY37TCdRH/bJ6ZeeOH1nPuanED7Ai9Y/vH31IPqalioJ6ZNFUWONsakhv4r4n+I6gm5lmoE0olkgib/j/A==
|
integrity sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.20.2"
|
"@babel/helper-plugin-utils" "^7.21.5"
|
||||||
"@babel/helper-validator-option" "^7.21.0"
|
"@babel/helper-validator-option" "^7.21.0"
|
||||||
"@babel/plugin-syntax-jsx" "^7.21.4"
|
"@babel/plugin-syntax-jsx" "^7.21.4"
|
||||||
"@babel/plugin-transform-modules-commonjs" "^7.21.2"
|
"@babel/plugin-transform-modules-commonjs" "^7.21.5"
|
||||||
"@babel/plugin-transform-typescript" "^7.21.3"
|
"@babel/plugin-transform-typescript" "^7.21.3"
|
||||||
|
|
||||||
"@babel/regjsgen@^0.8.0":
|
"@babel/regjsgen@^0.8.0":
|
||||||
|
|
Loading…
Reference in New Issue