mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3876 from jellyfin/renovate/expose-loader-4.x
This commit is contained in:
commit
324a6ea307
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -85,7 +85,7 @@
|
||||||
"eslint-plugin-promise": "6.0.1",
|
"eslint-plugin-promise": "6.0.1",
|
||||||
"eslint-plugin-react": "7.31.1",
|
"eslint-plugin-react": "7.31.1",
|
||||||
"eslint-plugin-react-hooks": "4.6.0",
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"expose-loader": "3.1.0",
|
"expose-loader": "4.0.0",
|
||||||
"html-loader": "3.1.2",
|
"html-loader": "3.1.2",
|
||||||
"html-webpack-plugin": "5.5.0",
|
"html-webpack-plugin": "5.5.0",
|
||||||
"postcss": "8.4.16",
|
"postcss": "8.4.16",
|
||||||
|
@ -7888,12 +7888,12 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/expose-loader": {
|
"node_modules/expose-loader": {
|
||||||
"version": "3.1.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-4.0.0.tgz",
|
||||||
"integrity": "sha512-2RExSo0yJiqP+xiUue13jQa2IHE8kLDzTI7b6kn+vUlBVvlzNSiLDzo4e5Pp5J039usvTUnxZ8sUOhv0Kg15NA==",
|
"integrity": "sha512-kUEvHyf6MPR2ubZCL9aziP9Br5wxMvq1cghTpYhM6MW52NPq+7hXixw2EqQuI1SvGb1fDjc2ehJOg6645wR6ww==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 12.13.0"
|
"node": ">= 14.15.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
@ -25333,9 +25333,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expose-loader": {
|
"expose-loader": {
|
||||||
"version": "3.1.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-4.0.0.tgz",
|
||||||
"integrity": "sha512-2RExSo0yJiqP+xiUue13jQa2IHE8kLDzTI7b6kn+vUlBVvlzNSiLDzo4e5Pp5J039usvTUnxZ8sUOhv0Kg15NA==",
|
"integrity": "sha512-kUEvHyf6MPR2ubZCL9aziP9Br5wxMvq1cghTpYhM6MW52NPq+7hXixw2EqQuI1SvGb1fDjc2ehJOg6645wR6ww==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"eslint-plugin-promise": "6.0.1",
|
"eslint-plugin-promise": "6.0.1",
|
||||||
"eslint-plugin-react": "7.31.1",
|
"eslint-plugin-react": "7.31.1",
|
||||||
"eslint-plugin-react-hooks": "4.6.0",
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"expose-loader": "3.1.0",
|
"expose-loader": "4.0.0",
|
||||||
"html-loader": "3.1.2",
|
"html-loader": "3.1.2",
|
||||||
"html-webpack-plugin": "5.5.0",
|
"html-webpack-plugin": "5.5.0",
|
||||||
"postcss": "8.4.16",
|
"postcss": "8.4.16",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue