fix: footer / sidebar / deprecation alert

This commit is contained in:
iCrawl
2022-08-22 22:15:50 +02:00
parent f7ce9f8533
commit ba3e0ed348
17 changed files with 408 additions and 337 deletions

View File

@@ -50,11 +50,11 @@
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.2.0",
"@mantine/hooks": "^5.2.0",
"@mantine/next": "^5.2.0",
"@mantine/nprogress": "^5.2.0",
"@mantine/spotlight": "^5.2.0",
"@mantine/core": "^5.2.3",
"@mantine/hooks": "^5.2.3",
"@mantine/next": "^5.2.3",
"@mantine/nprogress": "^5.2.3",
"@mantine/spotlight": "^5.2.3",
"@microsoft/api-extractor-model": "^7.23.1",
"@microsoft/tsdoc": "0.14.1",
"@microsoft/tsdoc-config": "0.16.1",
@@ -78,25 +78,25 @@
"@types/node": "^16.11.52",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.4",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@unocss/cli": "^0.45.9",
"@unocss/preset-web-fonts": "^0.45.9",
"@unocss/reset": "^0.45.9",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"@unocss/cli": "^0.45.12",
"@unocss/preset-web-fonts": "^0.45.12",
"@unocss/reset": "^0.45.12",
"@vitejs/plugin-react": "^2.0.1",
"@vitest/coverage-c8": "^0.22.1",
"concurrently": "^7.3.0",
"eslint": "^8.22.0",
"eslint-config-marine": "^9.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.2",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"happy-dom": "^6.0.4",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"unocss": "^0.45.9",
"unocss": "^0.45.12",
"vercel": "^28.1.0",
"vitest": "^0.22.1"
},