mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 20:58:41 -09:00
Bump @babel/plugin-proposal-numeric-separator from 7.16.0 to 7.16.5
Bumps [@babel/plugin-proposal-numeric-separator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-numeric-separator) 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-plugin-proposal-numeric-separator) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-numeric-separator" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a5ce0b3753
commit
4eb2a6ff4c
2 changed files with 6 additions and 6 deletions
|
|
@ -65,7 +65,7 @@
|
|||
"@babel/cli": "7.16.0",
|
||||
"@babel/core": "7.16.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.5",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.16.0",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.16.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.16.0",
|
||||
"@babel/preset-react": "7.16.5",
|
||||
|
|
|
|||
10
yarn.lock
10
yarn.lock
|
|
@ -319,12 +319,12 @@
|
|||
"@babel/helper-plugin-utils" "^7.14.5"
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
||||
|
||||
"@babel/plugin-proposal-numeric-separator@^7.16.0":
|
||||
version "7.16.0"
|
||||
resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.0.tgz#5d418e4fbbf8b9b7d03125d3a52730433a373734"
|
||||
integrity sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==
|
||||
"@babel/plugin-proposal-numeric-separator@^7.16.5":
|
||||
version "7.16.5"
|
||||
resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.5.tgz#edcb6379b6cf4570be64c45965d8da7a2debf039"
|
||||
integrity sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.14.5"
|
||||
"@babel/helper-plugin-utils" "^7.16.5"
|
||||
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
||||
|
||||
"@babel/plugin-proposal-object-rest-spread@^7.16.0":
|
||||
|
|
|
|||
Loading…
Reference in a new issue