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
3 changed files with 757 additions and 761 deletions

View File

@@ -17,7 +17,7 @@
"@floating-ui/react-dom": "^1.0.1", "@floating-ui/react-dom": "^1.0.1",
"@fontsource/lexend-deca": "4.5.12", "@fontsource/lexend-deca": "4.5.12",
"@fontsource/montserrat": "4.5.13", "@fontsource/montserrat": "4.5.13",
"@mui/material": "5.10.15", "@mui/material": "5.11.1",
"@sentry/react": "^7.21.1", "@sentry/react": "^7.21.1",
"embla-carousel-autoplay": "^7.0.5", "embla-carousel-autoplay": "^7.0.5",
"embla-carousel-react": "^7.0.5", "embla-carousel-react": "^7.0.5",
@@ -36,16 +36,16 @@
"@commitlint/cli": "^17.3.0", "@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0", "@commitlint/config-conventional": "^17.3.0",
"@eartharoid/deep-merge": "^0.0.2", "@eartharoid/deep-merge": "^0.0.2",
"@vitejs/plugin-react": "^2.2.0", "@vitejs/plugin-react": "3.0.0",
"eslint": "^8.28.0", "eslint": "^8.30.0",
"eslint-config-react-app": "^7.0.1", "eslint-config-react-app": "^7.0.1",
"husky": "^8.0.2", "husky": "^8.0.2",
"prettier": "^2.8.0", "prettier": "^2.8.1",
"sass": "^1.56.1", "sass": "^1.57.1",
"stylelint": "^14.15.0", "stylelint": "^14.16.0",
"stylelint-config-prettier-scss": "^0.0.1", "stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^6.1.0", "stylelint-config-standard-scss": "^6.1.0",
"vite": "^3.2.4" "vite": "4.0.3"
}, },
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

1500
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -80,7 +80,7 @@ function Items({
<MdAutoFixHigh /> <MdAutoFixHigh />
<span className="title">{variables.getMessage('modals.main.marketplace.cant_find')}</span> <span className="title">{variables.getMessage('modals.main.marketplace.cant_find')}</span>
<span className="subtitle"> <span className="subtitle">
{variables.getMessage('modals.main.marketplace.knowledgebase_one')} {variables.getMessage('modals.main.marketplace.knowledgebase_one') + ' '}
<a <a
className="link" className="link"
target="_blank" target="_blank"
@@ -89,7 +89,7 @@ function Items({
> >
{variables.getMessage('modals.main.marketplace.knowledgebase_two')} {variables.getMessage('modals.main.marketplace.knowledgebase_two')}
</a> </a>
{variables.getMessage('modals.main.marketplace.knowledgebase_three')} {' ' + variables.getMessage('modals.main.marketplace.knowledgebase_three')}
</span> </span>
</div> </div>
) : null} ) : null}