mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore(deps): update babel monorepo to v7.16.8 (#2901)
This commit is contained in:
parent
511fc8f1e0
commit
2bced91cd0
30 changed files with 387 additions and 360 deletions
Binary file not shown.
BIN
.yarn/cache/@babel-compat-data-npm-7.16.8-4a2b385eea-4a87b8b861.zip
vendored
Normal file
BIN
.yarn/cache/@babel-compat-data-npm-7.16.8-4a2b385eea-4a87b8b861.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-generator-npm-7.16.8-f9d7f9b832-50208ff24d.zip
vendored
Normal file
BIN
.yarn/cache/@babel-generator-npm-7.16.8-f9d7f9b832-50208ff24d.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.16.8-9a3804d4f8-4a1d50cd11.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.16.8-9a3804d4f8-4a1d50cd11.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helper-wrap-function-npm-7.16.8-6f134e6cd3-8ac9126812.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-wrap-function-npm-7.16.8-6f134e6cd3-8ac9126812.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-parser-npm-7.16.8-2e956b0a98-75ac64d660.zip
vendored
Normal file
BIN
.yarn/cache/@babel-parser-npm-7.16.8-2e956b0a98-75ac64d660.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.16.8-3487d66aa2-08a8dfc730.zip
vendored
Normal file
BIN
.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.16.8-3487d66aa2-08a8dfc730.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.16.8-b70dd72ac5-90cb6bc0fe.zip
vendored
Normal file
BIN
.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.16.8-b70dd72ac5-90cb6bc0fe.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-traverse-npm-7.16.8-97196aaf15-01e791e75b.zip
vendored
Normal file
BIN
.yarn/cache/@babel-traverse-npm-7.16.8-97196aaf15-01e791e75b.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-types-npm-7.16.8-68f858fd51-4951430035.zip
vendored
Normal file
BIN
.yarn/cache/@babel-types-npm-7.16.8-68f858fd51-4951430035.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.5.0-9bedd5cce1-e706a370f8.zip
vendored
Normal file
BIN
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.5.0-9bedd5cce1-e706a370f8.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/core-js-npm-3.20.2-656ea79cc8-642927e21a.zip
vendored
Normal file
BIN
.yarn/cache/core-js-npm-3.20.2-656ea79cc8-642927e21a.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
12
package.json
12
package.json
|
@ -62,9 +62,9 @@
|
|||
"verdaccio-htpasswd": "10.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.16.7",
|
||||
"@babel/cli": "7.16.8",
|
||||
"@babel/core": "7.16.7",
|
||||
"@babel/node": "7.16.7",
|
||||
"@babel/node": "7.16.8",
|
||||
"@babel/plugin-proposal-class-properties": "7.16.7",
|
||||
"@babel/plugin-proposal-decorators": "7.16.7",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
|
||||
|
@ -77,13 +77,13 @@
|
|||
"@babel/plugin-proposal-throw-expressions": "7.16.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.16.7",
|
||||
"@babel/plugin-transform-async-to-generator": "7.16.8",
|
||||
"@babel/plugin-transform-classes": "7.16.7",
|
||||
"@babel/plugin-transform-runtime": "7.16.7",
|
||||
"@babel/plugin-transform-runtime": "7.16.8",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "7.16.7",
|
||||
"@babel/preset-env": "7.16.8",
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@babel/register": "7.16.7",
|
||||
"@babel/register": "7.16.8",
|
||||
"@babel/runtime": "7.16.7",
|
||||
"@commitlint/cli": "12.1.4",
|
||||
"@commitlint/config-conventional": "12.1.4",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue