mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 08:06:24 +08:00
chore: bump version (#938)
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@fontsource/poppins": "^4.5.10",
|
||||
"@fontsource/space-mono": "^4.5.10",
|
||||
"@mui/base": "=5.0.0-alpha.101",
|
||||
"@mui/icons-material": "=5.10.9",
|
||||
"@mui/material": "=5.8.6",
|
||||
"@mui/base": "=5.0.0-alpha.117",
|
||||
"@mui/icons-material": "=5.11.0",
|
||||
"@mui/material": "=5.11.8",
|
||||
"@toeverything/pathfinder-logger": "workspace:@affine/logger@*",
|
||||
"cmdk": "^0.1.20",
|
||||
"css-spring": "^4.1.0",
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
"@blocksuite/icons": "^2.0.2",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/base": "=5.0.0-alpha.101",
|
||||
"@mui/icons-material": "=5.10.9",
|
||||
"@mui/material": "=5.8.6",
|
||||
"@mui/base": "=5.0.0-alpha.117",
|
||||
"@mui/icons-material": "=5.11.0",
|
||||
"@mui/material": "=5.11.8",
|
||||
"lit": "^2.6.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
|
||||
@@ -40,7 +40,7 @@ export const Modal = (props: ModalProps) => {
|
||||
<StyledModal
|
||||
{...otherProps}
|
||||
open={open}
|
||||
components={{ Backdrop }}
|
||||
slots={{ backdrop: Backdrop }}
|
||||
alignItems={transformConfig[vertical]}
|
||||
justifyContent={transformConfig[horizontal]}
|
||||
>
|
||||
|
||||
Generated
+71
-112
@@ -62,9 +62,9 @@ importers:
|
||||
'@emotion/styled': ^11.10.5
|
||||
'@fontsource/poppins': ^4.5.10
|
||||
'@fontsource/space-mono': ^4.5.10
|
||||
'@mui/base': '=5.0.0-alpha.101'
|
||||
'@mui/icons-material': '=5.10.9'
|
||||
'@mui/material': '=5.8.6'
|
||||
'@mui/base': '=5.0.0-alpha.117'
|
||||
'@mui/icons-material': '=5.11.0'
|
||||
'@mui/material': '=5.11.8'
|
||||
'@toeverything/pathfinder-logger': workspace:@affine/logger@*
|
||||
'@types/node': 18.7.18
|
||||
'@types/react': 18.0.20
|
||||
@@ -104,9 +104,9 @@ importers:
|
||||
'@emotion/styled': 11.10.5_s7uipz3r575xmfz2gje3lxfqua
|
||||
'@fontsource/poppins': 4.5.10
|
||||
'@fontsource/space-mono': 4.5.10
|
||||
'@mui/base': 5.0.0-alpha.101_7ey2zzynotv32rpkwno45fsx4e
|
||||
'@mui/icons-material': 5.10.9_rfq7yokapveszvfjgyiq2i3rfq
|
||||
'@mui/material': 5.8.6_pmppvr4gtvd6vpdr5yl42vjwtu
|
||||
'@mui/base': 5.0.0-alpha.117_7ey2zzynotv32rpkwno45fsx4e
|
||||
'@mui/icons-material': 5.11.0_ixytn77exq5nzezlwja6xe4jxi
|
||||
'@mui/material': 5.11.8_pmppvr4gtvd6vpdr5yl42vjwtu
|
||||
'@toeverything/pathfinder-logger': link:../logger
|
||||
cmdk: 0.1.21_7ey2zzynotv32rpkwno45fsx4e
|
||||
css-spring: 4.1.0
|
||||
@@ -141,9 +141,9 @@ importers:
|
||||
'@blocksuite/icons': ^2.0.2
|
||||
'@emotion/react': ^11.10.5
|
||||
'@emotion/styled': ^11.10.5
|
||||
'@mui/base': '=5.0.0-alpha.101'
|
||||
'@mui/icons-material': '=5.10.9'
|
||||
'@mui/material': '=5.8.6'
|
||||
'@mui/base': '=5.0.0-alpha.117'
|
||||
'@mui/icons-material': '=5.11.0'
|
||||
'@mui/material': '=5.11.8'
|
||||
'@storybook/addon-actions': ^6.5.16
|
||||
'@storybook/addon-essentials': ^6.5.16
|
||||
'@storybook/addon-links': ^6.5.16
|
||||
@@ -165,9 +165,9 @@ importers:
|
||||
'@blocksuite/icons': 2.0.4_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@emotion/react': 11.10.5_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@emotion/styled': 11.10.5_jrh5enlbqfbnumycmktdqgd6se
|
||||
'@mui/base': 5.0.0-alpha.101_5ndqzdd6t4rivxsukjv3i3ak2q
|
||||
'@mui/icons-material': 5.10.9_obkgatwej4mwurjrbit43rknru
|
||||
'@mui/material': 5.8.6_rqh7qj4464ntrqrt6banhaqg4q
|
||||
'@mui/base': 5.0.0-alpha.117_5ndqzdd6t4rivxsukjv3i3ak2q
|
||||
'@mui/icons-material': 5.11.0_3psqo62dtzuc5tpd3awdluze4i
|
||||
'@mui/material': 5.11.8_rqh7qj4464ntrqrt6banhaqg4q
|
||||
lit: 2.6.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
@@ -4007,8 +4007,8 @@ packages:
|
||||
glob-to-regexp: 0.3.0
|
||||
dev: true
|
||||
|
||||
/@mui/base/5.0.0-alpha.101_5ndqzdd6t4rivxsukjv3i3ak2q:
|
||||
resolution: {integrity: sha512-a54BcXvArGOKUZ2zyS/7B9GNhAGgfomEQSkfEZ88Nc9jKvXA+Mppenfz5o4JCAnD8c4VlePmz9rKOYvvum1bZw==}
|
||||
/@mui/base/5.0.0-alpha.117_5ndqzdd6t4rivxsukjv3i3ak2q:
|
||||
resolution: {integrity: sha512-3GlRSZdSrvDQ4k03dSV2rM+97JbNWimFOqGsE7n7Mi8WuBSYCgnPe56bQp3E5cShOrTn11dGH8FRCmVMcCEXqQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@types/react': ^17.0.0 || ^18.0.0
|
||||
@@ -4020,8 +4020,8 @@ packages:
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/is-prop-valid': 1.2.0
|
||||
'@mui/types': 7.2.0_@types+react@18.0.27
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/types': 7.2.3_@types+react@18.0.27
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@popperjs/core': 2.11.6
|
||||
'@types/react': 18.0.27
|
||||
clsx: 1.2.1
|
||||
@@ -4031,8 +4031,8 @@ packages:
|
||||
react-is: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/base/5.0.0-alpha.101_7ey2zzynotv32rpkwno45fsx4e:
|
||||
resolution: {integrity: sha512-a54BcXvArGOKUZ2zyS/7B9GNhAGgfomEQSkfEZ88Nc9jKvXA+Mppenfz5o4JCAnD8c4VlePmz9rKOYvvum1bZw==}
|
||||
/@mui/base/5.0.0-alpha.117_7ey2zzynotv32rpkwno45fsx4e:
|
||||
resolution: {integrity: sha512-3GlRSZdSrvDQ4k03dSV2rM+97JbNWimFOqGsE7n7Mi8WuBSYCgnPe56bQp3E5cShOrTn11dGH8FRCmVMcCEXqQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@types/react': ^17.0.0 || ^18.0.0
|
||||
@@ -4044,8 +4044,8 @@ packages:
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/is-prop-valid': 1.2.0
|
||||
'@mui/types': 7.2.0_@types+react@18.0.20
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/types': 7.2.3_@types+react@18.0.20
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@popperjs/core': 2.11.6
|
||||
'@types/react': 18.0.20
|
||||
clsx: 1.2.1
|
||||
@@ -4055,56 +4055,12 @@ packages:
|
||||
react-is: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/base/5.0.0-alpha.87_5ndqzdd6t4rivxsukjv3i3ak2q:
|
||||
resolution: {integrity: sha512-PuxRYrvG63Yj/UTwf4hSwZ5ClMv88iXHK+5hUV1CrG3kNPo6FFQiIFNRaNpRt/3nsXj6+xygJByNFA8m4Leetg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
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
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/is-prop-valid': 1.2.0
|
||||
'@mui/types': 7.2.0_@types+react@18.0.27
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@popperjs/core': 2.11.6
|
||||
'@types/react': 18.0.27
|
||||
clsx: 1.2.1
|
||||
prop-types: 15.8.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-is: 17.0.2
|
||||
/@mui/core-downloads-tracker/5.11.8:
|
||||
resolution: {integrity: sha512-n/uJRIwZAaJaROaOA4VzycxDo27cusnrRzfycnAkAP5gBndwOJQ1CXjd1Y7hJe5eorj/ukixC7IZD+qCClMCMg==}
|
||||
dev: false
|
||||
|
||||
/@mui/base/5.0.0-alpha.87_7ey2zzynotv32rpkwno45fsx4e:
|
||||
resolution: {integrity: sha512-PuxRYrvG63Yj/UTwf4hSwZ5ClMv88iXHK+5hUV1CrG3kNPo6FFQiIFNRaNpRt/3nsXj6+xygJByNFA8m4Leetg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
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
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/is-prop-valid': 1.2.0
|
||||
'@mui/types': 7.2.0_@types+react@18.0.20
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@popperjs/core': 2.11.6
|
||||
'@types/react': 18.0.20
|
||||
clsx: 1.2.1
|
||||
prop-types: 15.8.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-is: 17.0.2
|
||||
dev: false
|
||||
|
||||
/@mui/icons-material/5.10.9_obkgatwej4mwurjrbit43rknru:
|
||||
resolution: {integrity: sha512-sqClXdEM39WKQJOQ0ZCPTptaZgqwibhj2EFV9N0v7BU1PO8y4OcX/a2wIQHn4fNuDjIZktJIBrmU23h7aqlGgg==}
|
||||
/@mui/icons-material/5.11.0_3psqo62dtzuc5tpd3awdluze4i:
|
||||
resolution: {integrity: sha512-I2LaOKqO8a0xcLGtIozC9xoXjZAto5G5gh0FYUMAlbsIHNHIjn4Xrw9rvjY20vZonyiGrZNMAlAXYkY6JvhF6A==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@mui/material': ^5.0.0
|
||||
@@ -4115,13 +4071,13 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@mui/material': 5.8.6_rqh7qj4464ntrqrt6banhaqg4q
|
||||
'@mui/material': 5.11.8_rqh7qj4464ntrqrt6banhaqg4q
|
||||
'@types/react': 18.0.27
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/icons-material/5.10.9_rfq7yokapveszvfjgyiq2i3rfq:
|
||||
resolution: {integrity: sha512-sqClXdEM39WKQJOQ0ZCPTptaZgqwibhj2EFV9N0v7BU1PO8y4OcX/a2wIQHn4fNuDjIZktJIBrmU23h7aqlGgg==}
|
||||
/@mui/icons-material/5.11.0_ixytn77exq5nzezlwja6xe4jxi:
|
||||
resolution: {integrity: sha512-I2LaOKqO8a0xcLGtIozC9xoXjZAto5G5gh0FYUMAlbsIHNHIjn4Xrw9rvjY20vZonyiGrZNMAlAXYkY6JvhF6A==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@mui/material': ^5.0.0
|
||||
@@ -4132,13 +4088,13 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@mui/material': 5.8.6_pmppvr4gtvd6vpdr5yl42vjwtu
|
||||
'@mui/material': 5.11.8_pmppvr4gtvd6vpdr5yl42vjwtu
|
||||
'@types/react': 18.0.20
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/material/5.8.6_pmppvr4gtvd6vpdr5yl42vjwtu:
|
||||
resolution: {integrity: sha512-9fo5AiNHs+HY5ArMzsDMFrAmJSRw90y/qu81oDIszgK7Bfrm8GuI7Eb0mO6WADWPEyKOzOov/WZsm4G6jPEM4g==}
|
||||
/@mui/material/5.11.8_pmppvr4gtvd6vpdr5yl42vjwtu:
|
||||
resolution: {integrity: sha512-MpIVmtj9VJBhPHvPWoMkfCPpmVGXT4q43PtCJsdKIdc7W9/nG3Kpqw2oWyw+UxG5xG7eLhmfRFGPKvj4/WopEQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@emotion/react': ^11.5.0
|
||||
@@ -4157,10 +4113,11 @@ packages:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/react': 11.10.5_w5j4k42lgipnm43s3brx6h3c34
|
||||
'@emotion/styled': 11.10.5_s7uipz3r575xmfz2gje3lxfqua
|
||||
'@mui/base': 5.0.0-alpha.87_7ey2zzynotv32rpkwno45fsx4e
|
||||
'@mui/system': 5.10.10_rzxw6anggsjmiyyhdfmgehw6ye
|
||||
'@mui/types': 7.2.0_@types+react@18.0.20
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/base': 5.0.0-alpha.117_7ey2zzynotv32rpkwno45fsx4e
|
||||
'@mui/core-downloads-tracker': 5.11.8
|
||||
'@mui/system': 5.11.8_rzxw6anggsjmiyyhdfmgehw6ye
|
||||
'@mui/types': 7.2.3_@types+react@18.0.20
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@types/react': 18.0.20
|
||||
'@types/react-transition-group': 4.4.5
|
||||
clsx: 1.2.1
|
||||
@@ -4168,12 +4125,12 @@ packages:
|
||||
prop-types: 15.8.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-is: 17.0.2
|
||||
react-is: 18.2.0
|
||||
react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y
|
||||
dev: false
|
||||
|
||||
/@mui/material/5.8.6_rqh7qj4464ntrqrt6banhaqg4q:
|
||||
resolution: {integrity: sha512-9fo5AiNHs+HY5ArMzsDMFrAmJSRw90y/qu81oDIszgK7Bfrm8GuI7Eb0mO6WADWPEyKOzOov/WZsm4G6jPEM4g==}
|
||||
/@mui/material/5.11.8_rqh7qj4464ntrqrt6banhaqg4q:
|
||||
resolution: {integrity: sha512-MpIVmtj9VJBhPHvPWoMkfCPpmVGXT4q43PtCJsdKIdc7W9/nG3Kpqw2oWyw+UxG5xG7eLhmfRFGPKvj4/WopEQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@emotion/react': ^11.5.0
|
||||
@@ -4192,10 +4149,11 @@ packages:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/react': 11.10.5_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@emotion/styled': 11.10.5_jrh5enlbqfbnumycmktdqgd6se
|
||||
'@mui/base': 5.0.0-alpha.87_5ndqzdd6t4rivxsukjv3i3ak2q
|
||||
'@mui/system': 5.10.10_gzalmy7izvhol7vh4xfy3dq6ua
|
||||
'@mui/types': 7.2.0_@types+react@18.0.27
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/base': 5.0.0-alpha.117_5ndqzdd6t4rivxsukjv3i3ak2q
|
||||
'@mui/core-downloads-tracker': 5.11.8
|
||||
'@mui/system': 5.11.8_gzalmy7izvhol7vh4xfy3dq6ua
|
||||
'@mui/types': 7.2.3_@types+react@18.0.27
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@types/react': 18.0.27
|
||||
'@types/react-transition-group': 4.4.5
|
||||
clsx: 1.2.1
|
||||
@@ -4203,12 +4161,12 @@ packages:
|
||||
prop-types: 15.8.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-is: 17.0.2
|
||||
react-is: 18.2.0
|
||||
react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y
|
||||
dev: false
|
||||
|
||||
/@mui/private-theming/5.10.9_3stiutgnnbnfnf3uowm5cip22i:
|
||||
resolution: {integrity: sha512-BN7/CnsVPVyBaQpDTij4uV2xGYHHHhOgpdxeYLlIu+TqnsVM7wUeF+37kXvHovxM6xmL5qoaVUD98gDC0IZnHg==}
|
||||
/@mui/private-theming/5.11.7_3stiutgnnbnfnf3uowm5cip22i:
|
||||
resolution: {integrity: sha512-XzRTSZdc8bhuUdjablTNv3kFkZ/XIMlKkOqqJCU0G8W3tWGXpau2DXkafPd1ddjPhF9zF3qLKNGgKCChYItjgA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@types/react': ^17.0.0 || ^18.0.0
|
||||
@@ -4218,14 +4176,14 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@types/react': 18.0.27
|
||||
prop-types: 15.8.1
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/private-theming/5.10.9_w5j4k42lgipnm43s3brx6h3c34:
|
||||
resolution: {integrity: sha512-BN7/CnsVPVyBaQpDTij4uV2xGYHHHhOgpdxeYLlIu+TqnsVM7wUeF+37kXvHovxM6xmL5qoaVUD98gDC0IZnHg==}
|
||||
/@mui/private-theming/5.11.7_w5j4k42lgipnm43s3brx6h3c34:
|
||||
resolution: {integrity: sha512-XzRTSZdc8bhuUdjablTNv3kFkZ/XIMlKkOqqJCU0G8W3tWGXpau2DXkafPd1ddjPhF9zF3qLKNGgKCChYItjgA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@types/react': ^17.0.0 || ^18.0.0
|
||||
@@ -4235,14 +4193,14 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@types/react': 18.0.20
|
||||
prop-types: 15.8.1
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/styled-engine/5.10.8_dovxhg2tvkkxkdnqyoum6wzcxm:
|
||||
resolution: {integrity: sha512-w+y8WI18EJV6zM/q41ug19cE70JTeO6sWFsQ7tgePQFpy6ToCVPh0YLrtqxUZXSoMStW5FMw0t9fHTFAqPbngw==}
|
||||
/@mui/styled-engine/5.11.8_dovxhg2tvkkxkdnqyoum6wzcxm:
|
||||
resolution: {integrity: sha512-iSpZp9AoeictsDi5xAQ4PGXu7mKtQyzMl7ZaWpHIGMFpsNnfY3NQNg+wkj/gpsAZ+Zg+IIyD+t+ig71Kr9fa0w==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@emotion/react': ^11.4.1
|
||||
@@ -4263,8 +4221,8 @@ packages:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/system/5.10.10_gzalmy7izvhol7vh4xfy3dq6ua:
|
||||
resolution: {integrity: sha512-TXwtKN0adKpBrZmO+eilQWoPf2veh050HLYrN78Kps9OhlvO70v/2Kya0+mORFhu9yhpAwjHXO8JII/R4a5ZLA==}
|
||||
/@mui/system/5.11.8_gzalmy7izvhol7vh4xfy3dq6ua:
|
||||
resolution: {integrity: sha512-zhroUcxAw2x/dISBJKhGbD70DOYCwMFRo7o/LUYTiUfQkfmLhRfEf1bopWgY9nYstn7QOxOq9fA3aR3pHrUTbw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@emotion/react': ^11.5.0
|
||||
@@ -4282,10 +4240,10 @@ packages:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/react': 11.10.5_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@emotion/styled': 11.10.5_jrh5enlbqfbnumycmktdqgd6se
|
||||
'@mui/private-theming': 5.10.9_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@mui/styled-engine': 5.10.8_dovxhg2tvkkxkdnqyoum6wzcxm
|
||||
'@mui/types': 7.2.0_@types+react@18.0.27
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/private-theming': 5.11.7_3stiutgnnbnfnf3uowm5cip22i
|
||||
'@mui/styled-engine': 5.11.8_dovxhg2tvkkxkdnqyoum6wzcxm
|
||||
'@mui/types': 7.2.3_@types+react@18.0.27
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@types/react': 18.0.27
|
||||
clsx: 1.2.1
|
||||
csstype: 3.1.1
|
||||
@@ -4293,8 +4251,8 @@ packages:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/system/5.10.10_rzxw6anggsjmiyyhdfmgehw6ye:
|
||||
resolution: {integrity: sha512-TXwtKN0adKpBrZmO+eilQWoPf2veh050HLYrN78Kps9OhlvO70v/2Kya0+mORFhu9yhpAwjHXO8JII/R4a5ZLA==}
|
||||
/@mui/system/5.11.8_rzxw6anggsjmiyyhdfmgehw6ye:
|
||||
resolution: {integrity: sha512-zhroUcxAw2x/dISBJKhGbD70DOYCwMFRo7o/LUYTiUfQkfmLhRfEf1bopWgY9nYstn7QOxOq9fA3aR3pHrUTbw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
'@emotion/react': ^11.5.0
|
||||
@@ -4312,10 +4270,10 @@ packages:
|
||||
'@babel/runtime': 7.20.7
|
||||
'@emotion/react': 11.10.5_w5j4k42lgipnm43s3brx6h3c34
|
||||
'@emotion/styled': 11.10.5_s7uipz3r575xmfz2gje3lxfqua
|
||||
'@mui/private-theming': 5.10.9_w5j4k42lgipnm43s3brx6h3c34
|
||||
'@mui/styled-engine': 5.10.8_dovxhg2tvkkxkdnqyoum6wzcxm
|
||||
'@mui/types': 7.2.0_@types+react@18.0.20
|
||||
'@mui/utils': 5.10.9_react@18.2.0
|
||||
'@mui/private-theming': 5.11.7_w5j4k42lgipnm43s3brx6h3c34
|
||||
'@mui/styled-engine': 5.11.8_dovxhg2tvkkxkdnqyoum6wzcxm
|
||||
'@mui/types': 7.2.3_@types+react@18.0.20
|
||||
'@mui/utils': 5.11.7_react@18.2.0
|
||||
'@types/react': 18.0.20
|
||||
clsx: 1.2.1
|
||||
csstype: 3.1.1
|
||||
@@ -4323,8 +4281,8 @@ packages:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mui/types/7.2.0_@types+react@18.0.20:
|
||||
resolution: {integrity: sha512-lGXtFKe5lp3UxTBGqKI1l7G8sE2xBik8qCfrLHD5olwP/YU0/ReWoWT7Lp1//ri32dK39oPMrJN8TgbkCSbsNA==}
|
||||
/@mui/types/7.2.3_@types+react@18.0.20:
|
||||
resolution: {integrity: sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
peerDependenciesMeta:
|
||||
@@ -4334,8 +4292,8 @@ packages:
|
||||
'@types/react': 18.0.20
|
||||
dev: false
|
||||
|
||||
/@mui/types/7.2.0_@types+react@18.0.27:
|
||||
resolution: {integrity: sha512-lGXtFKe5lp3UxTBGqKI1l7G8sE2xBik8qCfrLHD5olwP/YU0/ReWoWT7Lp1//ri32dK39oPMrJN8TgbkCSbsNA==}
|
||||
/@mui/types/7.2.3_@types+react@18.0.27:
|
||||
resolution: {integrity: sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
peerDependenciesMeta:
|
||||
@@ -4345,8 +4303,8 @@ packages:
|
||||
'@types/react': 18.0.27
|
||||
dev: false
|
||||
|
||||
/@mui/utils/5.10.9_react@18.2.0:
|
||||
resolution: {integrity: sha512-2tdHWrq3+WCy+G6TIIaFx3cg7PorXZ71P375ExuX61od1NOAJP1mK90VxQ8N4aqnj2vmO3AQDkV4oV2Ktvt4bA==}
|
||||
/@mui/utils/5.11.7_react@18.2.0:
|
||||
resolution: {integrity: sha512-8uyNDeVHZA804Ego20Erv8TpxlbqTe/EbhTI2H1UYr4/RiIbBprat8W4Qqr2UQIsC/b3DLz+0RQ6R/E5BxEcLA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
@@ -15146,6 +15104,7 @@ packages:
|
||||
|
||||
/react-is/17.0.2:
|
||||
resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
|
||||
dev: true
|
||||
|
||||
/react-is/18.2.0:
|
||||
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
|
||||
|
||||
Reference in New Issue
Block a user