mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump @babel/plugin-proposal-object-rest-spread from 7.7.7 to 7.8.0
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.7.7 to 7.8.0. - [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.7.7...v7.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
12de8c52de
commit
afc8a3f794
2 changed files with 12 additions and 12 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
"@babel/core": "7.7.7",
|
"@babel/core": "7.7.7",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.8.0",
|
"@babel/plugin-proposal-class-properties": "^7.8.0",
|
||||||
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
|
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
|
"@babel/plugin-proposal-object-rest-spread": "^7.8.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "7.8.0",
|
"@babel/plugin-proposal-optional-chaining": "7.8.0",
|
||||||
"@babel/preset-react": "7.7.4",
|
"@babel/preset-react": "7.7.4",
|
||||||
"@babel/preset-typescript": "7.7.7",
|
"@babel/preset-typescript": "7.7.7",
|
||||||
|
|
|
||||||
22
yarn.lock
22
yarn.lock
|
|
@ -361,13 +361,13 @@
|
||||||
"@babel/helper-plugin-utils" "^7.0.0"
|
"@babel/helper-plugin-utils" "^7.0.0"
|
||||||
"@babel/plugin-syntax-numeric-separator" "^7.7.4"
|
"@babel/plugin-syntax-numeric-separator" "^7.7.4"
|
||||||
|
|
||||||
"@babel/plugin-proposal-object-rest-spread@^7.7.7":
|
"@babel/plugin-proposal-object-rest-spread@^7.8.0":
|
||||||
version "7.7.7"
|
version "7.8.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.8.0.tgz#ca8ac673d32db774c2154a4c7517fd46ec45e9cf"
|
||||||
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==
|
integrity sha512-SjJ2ZXCylpWC+5DTES0/pbpNmw/FnjU/3dF068xF0DU9aN+oOKah+3MCSFcb4pnZ9IwmxfOy4KnbGJSQR+hAZA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.0.0"
|
"@babel/helper-plugin-utils" "^7.8.0"
|
||||||
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
||||||
|
|
||||||
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
||||||
version "7.2.0"
|
version "7.2.0"
|
||||||
|
|
@ -413,12 +413,12 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.0.0"
|
"@babel/helper-plugin-utils" "^7.0.0"
|
||||||
|
|
||||||
"@babel/plugin-syntax-object-rest-spread@^7.7.4":
|
"@babel/plugin-syntax-object-rest-spread@^7.8.0":
|
||||||
version "7.7.4"
|
version "7.8.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.0.tgz#9b37d580d459682364d8602494c69145b394fd4c"
|
||||||
integrity sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==
|
integrity sha512-dt89fDlkfkTrQcy5KavMQPyF2A6tR0kYp8HAnIoQv5hO34iAUffHghP/hMGd7Gf/+uYTmLQO0ar7peX1SUWyIA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.0.0"
|
"@babel/helper-plugin-utils" "^7.8.0"
|
||||||
|
|
||||||
"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
|
"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
|
||||||
version "7.2.0"
|
version "7.2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue