From 7444e1566bd39d108ae43af10fe71732039ee9f1 Mon Sep 17 00:00:00 2001 From: keiko233 Date: Sat, 21 Oct 2023 16:43:30 +0800 Subject: [PATCH] chore: import MUI Lab --- package.json | 1 + yarn.lock | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/package.json b/package.json index 9063a30e..2d5e1e49 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@emotion/styled": "^11.10.5", "@juggle/resize-observer": "^3.4.0", "@mui/icons-material": "^5.10.9", + "@mui/lab": "5.0.0-alpha.107", "@mui/material": "^5.10.13", "@mui/x-data-grid": "^5.17.11", "@tauri-apps/api": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 4374ac77..44f60cb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -618,6 +618,20 @@ dependencies: "@babel/runtime" "^7.19.0" +"@mui/lab@5.0.0-alpha.107": + version "5.0.0-alpha.107" + resolved "https://registry.yarnpkg.com/@mui/lab/-/lab-5.0.0-alpha.107.tgz#1443c3c9a5abd7ada96df73e216dea289701c391" + integrity sha512-5lq0tSewkjUHBAuuAVikifM+IeOk33jcMSDgS5ouwi0VDXZjgWij+V/Nhz/8vIyBKwYv1bvhQGyDiUcPiCLX+Q== + dependencies: + "@babel/runtime" "^7.19.0" + "@mui/base" "5.0.0-alpha.105" + "@mui/system" "^5.10.13" + "@mui/types" "^7.2.0" + "@mui/utils" "^5.10.9" + clsx "^1.2.1" + prop-types "^15.8.1" + react-is "^18.2.0" + "@mui/material@^5.10.13": version "5.10.13" resolved "https://registry.npmmirror.com/@mui/material/-/material-5.10.13.tgz#49c505ed99bc97e573d0cc15bec074b080aacee1"