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

Merge pull request #4950 from jellyfin/renovate/loadable__component-5.x

This commit is contained in:
Bill Thornton 2023-11-08 22:26:22 -05:00 committed by GitHub
commit 189230ce56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -68,7 +68,7 @@
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@types/escape-html": "1.0.3",
"@types/loadable__component": "5.13.4",
"@types/loadable__component": "5.13.6",
"@types/lodash-es": "4.17.7",
"@types/react": "17.0.59",
"@types/react-dom": "17.0.20",
@ -4022,9 +4022,9 @@
"dev": true
},
"node_modules/@types/loadable__component": {
"version": "5.13.4",
"resolved": "https://registry.npmjs.org/@types/loadable__component/-/loadable__component-5.13.4.tgz",
"integrity": "sha512-YhoCCxyuvP2XeZNbHbi8Wb9EMaUJuA2VGHxJffcQYrJKIKSkymJrhbzsf9y4zpTmr5pExAAEh5hbF628PAZ8Dg==",
"version": "5.13.6",
"resolved": "https://registry.npmjs.org/@types/loadable__component/-/loadable__component-5.13.6.tgz",
"integrity": "sha512-Xph+OBc6BfduajBZLoMkHYfdot5TH2TOW6dW3bZVb0zSjBrFUiMI6Ltu8L4w7FV8VJMRDodybA4u9yIzfEE7aA==",
"dev": true,
"dependencies": {
"@types/react": "*"
@ -24151,9 +24151,9 @@
"dev": true
},
"@types/loadable__component": {
"version": "5.13.4",
"resolved": "https://registry.npmjs.org/@types/loadable__component/-/loadable__component-5.13.4.tgz",
"integrity": "sha512-YhoCCxyuvP2XeZNbHbi8Wb9EMaUJuA2VGHxJffcQYrJKIKSkymJrhbzsf9y4zpTmr5pExAAEh5hbF628PAZ8Dg==",
"version": "5.13.6",
"resolved": "https://registry.npmjs.org/@types/loadable__component/-/loadable__component-5.13.6.tgz",
"integrity": "sha512-Xph+OBc6BfduajBZLoMkHYfdot5TH2TOW6dW3bZVb0zSjBrFUiMI6Ltu8L4w7FV8VJMRDodybA4u9yIzfEE7aA==",
"dev": true,
"requires": {
"@types/react": "*"

View file

@ -12,7 +12,7 @@
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@types/escape-html": "1.0.3",
"@types/loadable__component": "5.13.4",
"@types/loadable__component": "5.13.6",
"@types/lodash-es": "4.17.7",
"@types/react": "17.0.59",
"@types/react-dom": "17.0.20",