feat: add guilds list in left sidebar

This commit is contained in:
Divlo
2021-11-18 22:47:46 +01:00
parent accd36d1fc
commit ad945d7a7a
33 changed files with 1511 additions and 1017 deletions

View File

@ -37,8 +37,8 @@
"@fontsource/montserrat": "4.5.1",
"@fontsource/roboto": "4.5.1",
"@heroicons/react": "1.0.5",
"@sinclair/typebox": "0.20.5",
"ajv": "8.7.1",
"@sinclair/typebox": "0.21.0",
"ajv": "8.8.1",
"ajv-formats": "2.1.1",
"axios": "0.24.0",
"classnames": "2.3.1",
@ -55,13 +55,13 @@
"react-swipeable": "6.2.0",
"react-textarea-autosize": "8.3.3",
"read-pkg": "7.0.0",
"sharp": "0.29.2",
"socket.io-client": "4.3.2",
"sharp": "0.29.3",
"socket.io-client": "4.4.0",
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@lhci/cli": "0.8.2",
"@saithodev/semantic-release-backmerge": "2.1.0",
"@storybook/addon-essentials": "6.3.12",
@ -71,9 +71,9 @@
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@types/date-and-time": "0.13.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/react": "17.0.35",
"@types/react-responsive": "8.0.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"autoprefixer": "10.4.0",
@ -94,7 +94,7 @@
"eslint-plugin-unicorn": "38.0.1",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"lint-staged": "12.0.3",
"markdownlint-cli": "0.29.0",
"mockttp": "2.4.0",
"plop": "2.7.6",
@ -105,7 +105,7 @@
"start-server-and-test": "1.14.0",
"storybook-tailwind-dark-mode": "1.0.11",
"tailwindcss": "2.2.19",
"typescript": "4.4.4",
"typescript": "4.5.2",
"vercel": "23.1.2"
}
}