Merge pull request #5004 from jellyfin/renovate/babel

Update Babel to v7.23.3
This commit is contained in:
Bill Thornton 2023-11-30 01:40:58 -05:00 committed by GitHub
commit 0d04592a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 627 additions and 603 deletions

1222
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,12 +5,12 @@
"repository": "https://github.com/jellyfin/jellyfin-web",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/core": "7.23.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-transform-modules-umd": "7.22.5",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/plugin-transform-modules-umd": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-react": "7.23.3",
"@types/escape-html": "1.0.4",
"@types/loadable__component": "5.13.7",
"@types/lodash-es": "4.17.11",