mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump @babel/preset-react from 7.9.1 to 7.9.4
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.9.1 to 7.9.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.9.1...v7.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
922485523d
commit
b675d74ea8
2 changed files with 10 additions and 10 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "7.9.0",
|
"@babel/plugin-proposal-optional-chaining": "7.9.0",
|
||||||
"@babel/preset-react": "7.9.1",
|
"@babel/preset-react": "7.9.4",
|
||||||
"@babel/preset-typescript": "7.9.0",
|
"@babel/preset-typescript": "7.9.0",
|
||||||
"@types/args": "3.0.0",
|
"@types/args": "3.0.0",
|
||||||
"@types/async-retry": "1.4.1",
|
"@types/async-retry": "1.4.1",
|
||||||
|
|
|
||||||
18
yarn.lock
18
yarn.lock
|
|
@ -397,10 +397,10 @@
|
||||||
"@babel/helper-plugin-utils" "^7.8.3"
|
"@babel/helper-plugin-utils" "^7.8.3"
|
||||||
"@babel/plugin-syntax-jsx" "^7.8.3"
|
"@babel/plugin-syntax-jsx" "^7.8.3"
|
||||||
|
|
||||||
"@babel/plugin-transform-react-jsx@^7.9.1":
|
"@babel/plugin-transform-react-jsx@^7.9.4":
|
||||||
version "7.9.1"
|
version "7.9.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.1.tgz#d03af29396a6dc51bfa24eefd8005a9fd381152a"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz#86f576c8540bd06d0e95e0b61ea76d55f6cbd03f"
|
||||||
integrity sha512-+xIZ6fPoix7h57CNO/ZeYADchg1tFyX9NDsnmNFFua8e1JNPln156mzS+8AQe1On2X2GLlANHJWHIXbMCqWDkQ==
|
integrity sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-builder-react-jsx" "^7.9.0"
|
"@babel/helper-builder-react-jsx" "^7.9.0"
|
||||||
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
|
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
|
||||||
|
|
@ -416,14 +416,14 @@
|
||||||
"@babel/helper-plugin-utils" "^7.8.3"
|
"@babel/helper-plugin-utils" "^7.8.3"
|
||||||
"@babel/plugin-syntax-typescript" "^7.8.3"
|
"@babel/plugin-syntax-typescript" "^7.8.3"
|
||||||
|
|
||||||
"@babel/preset-react@7.9.1":
|
"@babel/preset-react@7.9.4":
|
||||||
version "7.9.1"
|
version "7.9.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.9.1.tgz#b346403c36d58c3bb544148272a0cefd9c28677a"
|
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.9.4.tgz#c6c97693ac65b6b9c0b4f25b948a8f665463014d"
|
||||||
integrity sha512-aJBYF23MPj0RNdp/4bHnAP0NVqqZRr9kl0NAOP4nJCex6OYVio59+dnQzsAWFuogdLyeaKA1hmfUIVZkY5J+TQ==
|
integrity sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.8.3"
|
"@babel/helper-plugin-utils" "^7.8.3"
|
||||||
"@babel/plugin-transform-react-display-name" "^7.8.3"
|
"@babel/plugin-transform-react-display-name" "^7.8.3"
|
||||||
"@babel/plugin-transform-react-jsx" "^7.9.1"
|
"@babel/plugin-transform-react-jsx" "^7.9.4"
|
||||||
"@babel/plugin-transform-react-jsx-development" "^7.9.0"
|
"@babel/plugin-transform-react-jsx-development" "^7.9.0"
|
||||||
"@babel/plugin-transform-react-jsx-self" "^7.9.0"
|
"@babel/plugin-transform-react-jsx-self" "^7.9.0"
|
||||||
"@babel/plugin-transform-react-jsx-source" "^7.9.0"
|
"@babel/plugin-transform-react-jsx-source" "^7.9.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue