mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Downgrade Joy UI to alpha.75, as the Select does not repaint updated Options text
This commit is contained in:
Generated
+13
-13
@@ -13,7 +13,7 @@
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/joy": "^5.0.0-alpha.79",
|
||||
"@mui/joy": "5.0.0-alpha.75",
|
||||
"@tanstack/react-query": "^4.29.5",
|
||||
"@vercel/analytics": "^1.0.1",
|
||||
"eventsource-parser": "^1.0.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pkgr/utils": "2.3.1",
|
||||
"@types/node": "^20.1.1",
|
||||
"@types/node": "^20.1.2",
|
||||
"@types/prismjs": "^1.26.0",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
@@ -449,14 +449,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mui/base": {
|
||||
"version": "5.0.0-beta.0",
|
||||
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.0.tgz",
|
||||
"integrity": "sha512-ap+juKvt8R8n3cBqd/pGtZydQ4v2I/hgJKnvJRGjpSh3RvsvnDHO4rXov8MHQlH6VqpOekwgilFLGxMZjNTucA==",
|
||||
"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.3",
|
||||
"@mui/utils": "^5.12.0",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"clsx": "^1.2.1",
|
||||
"prop-types": "^15.8.1",
|
||||
@@ -515,16 +515,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mui/joy": {
|
||||
"version": "5.0.0-alpha.79",
|
||||
"resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.79.tgz",
|
||||
"integrity": "sha512-5XypYGYx+3MK7uNli7+WLOMzMtTX8maCAfAs1EuMcRY4tC60lI9OxzQLLs5furreysQCPOXd4Aa1SFtwjfwxdw==",
|
||||
"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.0",
|
||||
"@mui/core-downloads-tracker": "^5.13.0",
|
||||
"@mui/system": "^5.12.3",
|
||||
"@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.12.3",
|
||||
"@mui/utils": "^5.12.0",
|
||||
"clsx": "^1.2.1",
|
||||
"csstype": "^3.1.2",
|
||||
"prop-types": "^15.8.1",
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/joy": "^5.0.0-alpha.79",
|
||||
"@mui/joy": "5.0.0-alpha.75",
|
||||
"@tanstack/react-query": "^4.29.5",
|
||||
"@vercel/analytics": "^1.0.1",
|
||||
"eventsource-parser": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user