mirror of
https://github.com/mue/mue.git
synced 2026-06-11 19:18:57 +02:00
chore: update dependencies etc
This commit is contained in:
14
package.json
14
package.json
@@ -17,7 +17,7 @@
|
||||
"@floating-ui/react-dom": "^1.0.1",
|
||||
"@fontsource/lexend-deca": "4.5.12",
|
||||
"@fontsource/montserrat": "4.5.13",
|
||||
"@mui/material": "5.10.15",
|
||||
"@mui/material": "5.11.1",
|
||||
"@sentry/react": "^7.21.1",
|
||||
"embla-carousel-autoplay": "^7.0.5",
|
||||
"embla-carousel-react": "^7.0.5",
|
||||
@@ -36,16 +36,16 @@
|
||||
"@commitlint/cli": "^17.3.0",
|
||||
"@commitlint/config-conventional": "^17.3.0",
|
||||
"@eartharoid/deep-merge": "^0.0.2",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"eslint": "^8.28.0",
|
||||
"@vitejs/plugin-react": "3.0.0",
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"husky": "^8.0.2",
|
||||
"prettier": "^2.8.0",
|
||||
"sass": "^1.56.1",
|
||||
"stylelint": "^14.15.0",
|
||||
"prettier": "^2.8.1",
|
||||
"sass": "^1.57.1",
|
||||
"stylelint": "^14.16.0",
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
"stylelint-config-standard-scss": "^6.1.0",
|
||||
"vite": "^3.2.4"
|
||||
"vite": "4.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
1500
pnpm-lock.yaml
generated
1500
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -80,7 +80,7 @@ function Items({
|
||||
<MdAutoFixHigh />
|
||||
<span className="title">{variables.getMessage('modals.main.marketplace.cant_find')}</span>
|
||||
<span className="subtitle">
|
||||
{variables.getMessage('modals.main.marketplace.knowledgebase_one')}
|
||||
{variables.getMessage('modals.main.marketplace.knowledgebase_one') + ' '}
|
||||
<a
|
||||
className="link"
|
||||
target="_blank"
|
||||
@@ -89,7 +89,7 @@ function Items({
|
||||
>
|
||||
{variables.getMessage('modals.main.marketplace.knowledgebase_two')}
|
||||
</a>
|
||||
{variables.getMessage('modals.main.marketplace.knowledgebase_three')}
|
||||
{' ' + variables.getMessage('modals.main.marketplace.knowledgebase_three')}
|
||||
</span>
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user