Merge pull request #3823 from jellyfin/renovate/babel

Update Babel
This commit is contained in:
Bill Thornton 2022-09-28 14:08:32 -04:00 committed by GitHub
commit b78c8ed824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1244 additions and 2891 deletions

4117
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,15 +5,15 @@
"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.17.7", "@babel/core": "7.19.1",
"@babel/eslint-parser": "7.17.0", "@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.17.7", "@babel/eslint-plugin": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.16.7", "@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.16.11", "@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-transform-modules-umd": "7.16.7", "@babel/plugin-transform-modules-umd": "7.18.6",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.16.7", "@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.18.6",
"@types/escape-html": "1.0.2", "@types/escape-html": "1.0.2",
"@types/lodash-es": "4.17.6", "@types/lodash-es": "4.17.6",
"@types/react": "17.0.49", "@types/react": "17.0.49",