Merge pull request #6033 from jellyfin/renovate/material-ui-monorepo

This commit is contained in:
Bill Thornton 2024-09-08 10:10:52 -04:00 committed by GitHub
commit 62afe95038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@jellyfin/sdk": "0.0.0-unstable.202409080303",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@mui/x-date-pickers": "7.14.0",
"@mui/x-date-pickers": "7.15.0",
"@react-hook/resize-observer": "2.0.2",
"@tanstack/react-query": "5.53.1",
"@tanstack/react-query-devtools": "5.53.1",
@ -5496,12 +5496,12 @@
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
},
"node_modules/@mui/x-date-pickers": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.14.0.tgz",
"integrity": "sha512-3xI3xYVxqPU4//KfE4FcR+Zs7UT4kkDPvA+IDOcQdRUyVwmcXCjBuJZgKgJMqSCNK/KIJZQQrpmy5XGHOKTbdA==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.15.0.tgz",
"integrity": "sha512-YQEQICNxUEFYp/I/yP58cqihA8yhXaXSNZ1/N0JANu2IlCwoJ4Jzi+S0s4RN7RghpiDyoSMFijROBC5HfpTjiw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.25.0",
"@mui/system": "^5.16.7",
"@babel/runtime": "^7.25.4",
"@mui/utils": "^5.16.6",
"@types/react-transition-group": "^4.4.11",
"clsx": "^2.1.1",
@ -5518,7 +5518,8 @@
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.15.14",
"@mui/material": "^5.15.14 || ^6.0.0",
"@mui/system": "^5.15.14 || ^6.0.0",
"date-fns": "^2.25.0 || ^3.2.0",
"date-fns-jalali": "^2.13.0-0 || ^3.2.0-0",
"dayjs": "^1.10.7",
@ -29774,12 +29775,11 @@
}
},
"@mui/x-date-pickers": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.14.0.tgz",
"integrity": "sha512-3xI3xYVxqPU4//KfE4FcR+Zs7UT4kkDPvA+IDOcQdRUyVwmcXCjBuJZgKgJMqSCNK/KIJZQQrpmy5XGHOKTbdA==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.15.0.tgz",
"integrity": "sha512-YQEQICNxUEFYp/I/yP58cqihA8yhXaXSNZ1/N0JANu2IlCwoJ4Jzi+S0s4RN7RghpiDyoSMFijROBC5HfpTjiw==",
"requires": {
"@babel/runtime": "^7.25.0",
"@mui/system": "^5.16.7",
"@babel/runtime": "^7.25.4",
"@mui/utils": "^5.16.6",
"@types/react-transition-group": "^4.4.11",
"clsx": "^2.1.1",

View File

@ -85,7 +85,7 @@
"@jellyfin/sdk": "0.0.0-unstable.202409080303",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@mui/x-date-pickers": "7.14.0",
"@mui/x-date-pickers": "7.15.0",
"@react-hook/resize-observer": "2.0.2",
"@tanstack/react-query": "5.53.1",
"@tanstack/react-query-devtools": "5.53.1",