1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6177 from jellyfin/renovate/babel

Update Babel to v7.25.7
This commit is contained in:
Bill Thornton 2024-10-09 13:18:36 -04:00 committed by GitHub
commit 4c24d6d37a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1115 additions and 1122 deletions

2229
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,10 +5,10 @@
"repository": "https://github.com/jellyfin/jellyfin-web", "repository": "https://github.com/jellyfin/jellyfin-web",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"devDependencies": { "devDependencies": {
"@babel/core": "7.25.2", "@babel/core": "7.25.7",
"@babel/plugin-transform-modules-umd": "7.24.7", "@babel/plugin-transform-modules-umd": "7.25.7",
"@babel/preset-env": "7.25.4", "@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.24.7", "@babel/preset-react": "7.25.7",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0", "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@stylistic/eslint-plugin": "2.8.0", "@stylistic/eslint-plugin": "2.8.0",
"@types/dompurify": "3.0.5", "@types/dompurify": "3.0.5",