mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update babel monorepo (#4021)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b40361deb5
commit
f514c5fd37
2 changed files with 1072 additions and 943 deletions
22
package.json
22
package.json
|
@ -15,12 +15,12 @@
|
|||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.22.10",
|
||||
"@babel/core": "7.22.11",
|
||||
"@babel/cli": "7.22.15",
|
||||
"@babel/core": "7.22.20",
|
||||
"@babel/eslint-parser": "7.22.15",
|
||||
"@babel/node": "7.22.10",
|
||||
"@babel/node": "7.22.19",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.22.10",
|
||||
"@babel/plugin-proposal-decorators": "7.22.15",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||
"@babel/plugin-proposal-function-sent": "7.22.5",
|
||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||
|
@ -32,13 +32,13 @@
|
|||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.22.5",
|
||||
"@babel/plugin-transform-classes": "7.22.6",
|
||||
"@babel/plugin-transform-runtime": "7.22.10",
|
||||
"@babel/preset-env": "7.22.14",
|
||||
"@babel/preset-react": "7.22.5",
|
||||
"@babel/preset-typescript": "7.22.11",
|
||||
"@babel/register": "7.22.5",
|
||||
"@babel/runtime": "7.22.11",
|
||||
"@babel/plugin-transform-classes": "7.22.15",
|
||||
"@babel/plugin-transform-runtime": "7.22.15",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@babel/preset-react": "7.22.15",
|
||||
"@babel/preset-typescript": "7.22.15",
|
||||
"@babel/register": "7.22.15",
|
||||
"@babel/runtime": "7.22.15",
|
||||
"@changesets/changelog-github": "0.4.8",
|
||||
"@changesets/cli": "2.24.4",
|
||||
"@changesets/get-dependents-graph": "1.3.6",
|
||||
|
|
1993
pnpm-lock.yaml
1993
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue