1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore(deps): update babel monorepo (#3088)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-26 12:01:31 +01:00 committed by GitHub
parent 662a05dc90
commit 7949a3011e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 492 additions and 299 deletions

777
.pnp.js generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -62,29 +62,29 @@
"verdaccio-htpasswd": "10.3.0" "verdaccio-htpasswd": "10.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.16.8", "@babel/cli": "7.17.6",
"@babel/core": "7.16.10", "@babel/core": "7.17.8",
"@babel/node": "7.16.8", "@babel/node": "7.16.8",
"@babel/plugin-proposal-class-properties": "7.16.7", "@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7", "@babel/plugin-proposal-decorators": "7.17.8",
"@babel/plugin-proposal-export-namespace-from": "7.16.7", "@babel/plugin-proposal-export-namespace-from": "7.16.7",
"@babel/plugin-proposal-function-sent": "7.16.7", "@babel/plugin-proposal-function-sent": "7.16.7",
"@babel/plugin-proposal-json-strings": "7.16.7", "@babel/plugin-proposal-json-strings": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-numeric-separator": "7.16.7", "@babel/plugin-proposal-numeric-separator": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7", "@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-proposal-optional-chaining": "7.16.7", "@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-proposal-throw-expressions": "7.16.7", "@babel/plugin-proposal-throw-expressions": "7.16.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.16.8", "@babel/plugin-transform-async-to-generator": "7.16.8",
"@babel/plugin-transform-classes": "7.16.7", "@babel/plugin-transform-classes": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.10", "@babel/plugin-transform-runtime": "7.17.0",
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@babel/register": "7.16.9", "@babel/register": "7.17.7",
"@babel/runtime": "7.16.7", "@babel/runtime": "7.17.8",
"@commitlint/cli": "12.1.4", "@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4", "@commitlint/config-conventional": "12.1.4",
"@octokit/rest": "18.12.0", "@octokit/rest": "18.12.0",

BIN
yarn.lock

Binary file not shown.