mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Merge pull request #5148 from jellyfin/renovate/react
This commit is contained in:
commit
e75cc0413e
14
package-lock.json
generated
14
package-lock.json
generated
@ -72,7 +72,7 @@
|
||||
"@types/loadable__component": "5.13.8",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/markdown-it": "13.0.7",
|
||||
"@types/react": "17.0.74",
|
||||
"@types/react": "17.0.75",
|
||||
"@types/react-dom": "17.0.25",
|
||||
"@types/sortablejs": "1.15.7",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
@ -4687,9 +4687,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "17.0.74",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.74.tgz",
|
||||
"integrity": "sha512-nBtFGaeTMzpiL/p73xbmCi00SiCQZDTJUk9ZuHOLtil3nI+y7l269LHkHIAYpav99ZwGnPJzuJsJpfLXjiQ52g==",
|
||||
"version": "17.0.75",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.75.tgz",
|
||||
"integrity": "sha512-MSA+NzEzXnQKrqpO63CYqNstFjsESgvJAdAyyJ1n6ZQq/GLgf6nOfIKwk+Twuz0L1N6xPe+qz5xRCJrbhMaLsw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
@ -25925,9 +25925,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "17.0.74",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.74.tgz",
|
||||
"integrity": "sha512-nBtFGaeTMzpiL/p73xbmCi00SiCQZDTJUk9ZuHOLtil3nI+y7l269LHkHIAYpav99ZwGnPJzuJsJpfLXjiQ52g==",
|
||||
"version": "17.0.75",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.75.tgz",
|
||||
"integrity": "sha512-MSA+NzEzXnQKrqpO63CYqNstFjsESgvJAdAyyJ1n6ZQq/GLgf6nOfIKwk+Twuz0L1N6xPe+qz5xRCJrbhMaLsw==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"@types/loadable__component": "5.13.8",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/markdown-it": "13.0.7",
|
||||
"@types/react": "17.0.74",
|
||||
"@types/react": "17.0.75",
|
||||
"@types/react-dom": "17.0.25",
|
||||
"@types/sortablejs": "1.15.7",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
|
Loading…
Reference in New Issue
Block a user