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.10.1 to 7.10.3
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.10.1 to 7.10.3. - [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.10.3/packages/babel-plugin-proposal-object-rest-spread) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
69deb9a25a
commit
1820a3d5c9
2 changed files with 6 additions and 6 deletions
|
|
@ -63,7 +63,7 @@
|
|||
"@babel/core": "7.10.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.10.1",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.10.3",
|
||||
"@babel/preset-react": "7.10.1",
|
||||
"@babel/preset-typescript": "7.10.1",
|
||||
|
|
|
|||
10
yarn.lock
10
yarn.lock
|
|
@ -294,12 +294,12 @@
|
|||
"@babel/helper-plugin-utils" "^7.10.1"
|
||||
"@babel/plugin-syntax-numeric-separator" "^7.10.1"
|
||||
|
||||
"@babel/plugin-proposal-object-rest-spread@^7.10.1":
|
||||
version "7.10.1"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz#cba44908ac9f142650b4a65b8aa06bf3478d5fb6"
|
||||
integrity sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==
|
||||
"@babel/plugin-proposal-object-rest-spread@^7.10.3":
|
||||
version "7.10.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.3.tgz#b8d0d22f70afa34ad84b7a200ff772f9b9fce474"
|
||||
integrity sha512-ZZh5leCIlH9lni5bU/wB/UcjtcVLgR8gc+FAgW2OOY+m9h1II3ItTO1/cewNUcsIDZSYcSaz/rYVls+Fb0ExVQ==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.10.1"
|
||||
"@babel/helper-plugin-utils" "^7.10.3"
|
||||
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
||||
"@babel/plugin-transform-parameters" "^7.10.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue