chore: update dependencies etc

This commit is contained in:
David Ralph 2022-12-23 11:11:28 +00:00 committed by GitHub
parent f67a7b6f78
commit c8ff3f7945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 757 additions and 761 deletions

View File

@ -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",

File diff suppressed because it is too large Load Diff

View File

@ -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}