Added hotkeys + updated dependencies & webpack5 + humanetech badge (#15)

* Added language & theme switch hotkeys

* Hotkeys testing

* Language switch when equal

* Shortcut keys changed

* Dependencies updated & upgraded to webpack5

* Added HumaneTech badge

* Disabled FLoC
This commit is contained in:
David
2021-04-30 23:11:26 +02:00
committed by GitHub
parent a80c177440
commit cf0b310918
11 changed files with 1511 additions and 1215 deletions

View File

@@ -13,18 +13,19 @@
},
"dependencies": {
"@chakra-ui/icons": "^1.0.6",
"@chakra-ui/react": "^1.3.4",
"@chakra-ui/react": "^1.6.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"apollo-server-micro": "^2.22.1",
"cheerio": "^1.0.0-rc.5",
"framer-motion": "^3.10.3",
"graphql": "^15.5.0",
"next": "10.0.8",
"next-pwa": "^5.0.6",
"next": "10.2.0",
"next-pwa": "^5.2.16",
"nextjs-cors": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hotkeys-hook": "^3.3.0",
"react-icons": "^4.2.0",
"user-agents": "^1.0.597"
},
@@ -32,7 +33,7 @@
"@testing-library/cypress": "^7.0.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@testing-library/user-event": "^13.1.8",
"@types/faker": "^5.1.7",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
@@ -42,7 +43,7 @@
"@typescript-eslint/parser": "^4.0.0",
"apollo-server-testing": "^2.22.1",
"babel-eslint": "^10.0.0",
"cypress": "^6.6.0",
"cypress": "^7.2.0",
"eslint": "^7.5.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.11.2",