mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore(deps): update babel monorepo to v7.23.7 (#4344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0bdc10efd7
commit
96be821872
Binary file not shown.
BIN
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.6-8637cc9cac-356b71b9f4.zip
vendored
BIN
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.6-8637cc9cac-356b71b9f4.zip
vendored
Binary file not shown.
BIN
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.7-721531f6f7-33e60714b8.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.7-721531f6f7-33e60714b8.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.4.4-7dfaee32d2-2453cdd79f.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.4.4-7dfaee32d2-2453cdd79f.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.23.3-8e374e50d5-4690123f0e.zip
vendored
BIN
.yarn/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.23.3-8e374e50d5-4690123f0e.zip
vendored
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.23.7-2ad104f28d-f88e400b54.zip
vendored
Normal file
BIN
.yarn/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.23.7-2ad104f28d-f88e400b54.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-proposal-decorators-npm-7.23.7-374576c7c4-53c3d3af45.zip
vendored
Normal file
BIN
.yarn/cache/@babel-plugin-proposal-decorators-npm-7.23.7-374576c7c4-53c3d3af45.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-register-npm-7.23.7-6ea2280083-c72a6d4856.zip
vendored
Normal file
BIN
.yarn/cache/@babel-register-npm-7.23.7-6ea2280083-c72a6d4856.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-plugin-polyfill-corejs3-npm-0.8.7-76de93c569-51bc215ab0.zip
vendored
Normal file
BIN
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.8.7-76de93c569-51bc215ab0.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/core-js-compat-npm-3.35.0-17feb82aca-64c41ce687.zip
vendored
Normal file
BIN
.yarn/cache/core-js-compat-npm-3.35.0-17feb82aca-64c41ce687.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/pirates-npm-4.0.6-a8ec571a43-46a65fefaf.zip
vendored
Normal file
BIN
.yarn/cache/pirates-npm-4.0.6-a8ec571a43-46a65fefaf.zip
vendored
Normal file
Binary file not shown.
12
package.json
12
package.json
@ -60,11 +60,11 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.23.4",
|
"@babel/cli": "7.23.4",
|
||||||
"@babel/core": "7.23.6",
|
"@babel/core": "7.23.7",
|
||||||
"@babel/eslint-parser": "7.23.3",
|
"@babel/eslint-parser": "7.23.3",
|
||||||
"@babel/node": "7.22.19",
|
"@babel/node": "7.22.19",
|
||||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||||
"@babel/plugin-proposal-decorators": "7.23.6",
|
"@babel/plugin-proposal-decorators": "7.23.7",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||||
"@babel/plugin-proposal-function-sent": "7.23.3",
|
"@babel/plugin-proposal-function-sent": "7.23.3",
|
||||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||||
@ -77,12 +77,12 @@
|
|||||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.23.3",
|
"@babel/plugin-transform-async-to-generator": "7.23.3",
|
||||||
"@babel/plugin-transform-classes": "7.23.5",
|
"@babel/plugin-transform-classes": "7.23.5",
|
||||||
"@babel/plugin-transform-runtime": "7.23.6",
|
"@babel/plugin-transform-runtime": "7.23.7",
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
"@babel/preset-env": "7.23.6",
|
"@babel/preset-env": "7.23.7",
|
||||||
"@babel/preset-typescript": "7.23.3",
|
"@babel/preset-typescript": "7.23.3",
|
||||||
"@babel/register": "7.22.15",
|
"@babel/register": "7.23.7",
|
||||||
"@babel/runtime": "7.23.6",
|
"@babel/runtime": "7.23.7",
|
||||||
"@octokit/rest": "19.0.13",
|
"@octokit/rest": "19.0.13",
|
||||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||||
"@types/async": "3.2.24",
|
"@types/async": "3.2.24",
|
||||||
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in New Issue
Block a user