From e9bf19e9da4956ebc3aac0a51e76c910a2c5cf3d Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sat, 20 May 2023 00:30:45 -0700 Subject: [PATCH] Revert to Joy alpha.75, as the bugs on Select make it very broken for users: https://github.com/mui/material-ui/issues/37235 --- package-lock.json | 49 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 42 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 174a99641..da4539b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", - "@mui/joy": "^5.0.0-alpha.80", + "@mui/joy": "5.0.0-alpha.75", "@tanstack/react-query": "^4.29.7", "@trpc/client": "^10.27.1", "@trpc/next": "^10.27.1", @@ -461,6 +461,7 @@ "version": "5.0.0-beta.1", "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.1.tgz", "integrity": "sha512-xrkDCeu3JQE+JjJUnJnOrdQJMXwKhbV4AW+FRjMIj5i9cHK3BAuatG/iqbf1M+jklVWLk0KdbgioKwK+03aYbA==", + "peer": true, "dependencies": { "@babel/runtime": "^7.21.0", "@emotion/is-prop-valid": "^1.2.0", @@ -524,16 +525,16 @@ } }, "node_modules/@mui/joy": { - "version": "5.0.0-alpha.80", - "resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.80.tgz", - "integrity": "sha512-FsSG3x1CEEamUk88Z51DFQKku1MHLOJ2VRyfpvXooxJRxlYn9jZI5nbyj2BTZPST7PkBI39yAbnE2b2f4FJi5w==", + "version": "5.0.0-alpha.75", + "resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.75.tgz", + "integrity": "sha512-hiMA/9APUIs7yCq5J9hzHvbdGIBs2kBq3oO9cI9g8sz5VpVn4On4znjTSKFlphQ10udvCAa49EFqebfKSOsxCQ==", "dependencies": { "@babel/runtime": "^7.21.0", - "@mui/base": "5.0.0-beta.1", - "@mui/core-downloads-tracker": "^5.13.1", - "@mui/system": "^5.13.1", + "@mui/base": "5.0.0-alpha.125", + "@mui/core-downloads-tracker": "^5.12.0", + "@mui/system": "^5.12.0", "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.1", + "@mui/utils": "^5.12.0", "clsx": "^1.2.1", "csstype": "^3.1.2", "prop-types": "^15.8.1", @@ -565,6 +566,38 @@ } } }, + "node_modules/@mui/joy/node_modules/@mui/base": { + "version": "5.0.0-alpha.125", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.125.tgz", + "integrity": "sha512-hAHJJ97SATu6SrkLH/HsAayK1zMZt89lrWyKuAInBKVyn363H78d1MnwyZwre9vDK5MrPoDL/NnZxtAXhwTnBA==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@emotion/is-prop-valid": "^1.2.0", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.12.0", + "@popperjs/core": "^2.11.7", + "clsx": "^1.2.1", + "prop-types": "^15.8.1", + "react-is": "^18.2.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@mui/material": { "version": "5.13.1", "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.13.1.tgz", diff --git a/package.json b/package.json index e93436f79..be807c0c3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", - "@mui/joy": "^5.0.0-alpha.80", + "@mui/joy": "5.0.0-alpha.75", "@tanstack/react-query": "^4.29.7", "@trpc/client": "^10.27.1", "@trpc/next": "^10.27.1",