Update dependencies again (#37)

* Initial Next update to canary

* Dependencies updated

* Dependencies updated for real
This commit is contained in:
David
2021-08-28 15:55:41 +02:00
committed by GitHub
parent e4ad09578f
commit 47aa0c3b0e
5 changed files with 1800 additions and 1840 deletions

View File

@@ -13,7 +13,7 @@ const LangSelect: FC<Props> = ({ value, onChange, langs, ...props }) => (
value={value} value={value}
onChange={onChange} onChange={onChange}
variant="flushed" variant="flushed"
px={3} px={[2, null, 3]}
textAlign="center" textAlign="center"
style={{ textAlignLast: "center" }} style={{ textAlignLast: "center" }}
{...props} {...props}

4
next-env.d.ts vendored
View File

@@ -1,2 +1,6 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/types/global" /> /// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@@ -4,9 +4,6 @@ module.exports = withPWA({
pwa: { pwa: {
dest: "public" dest: "public"
}, },
future: {
webpack5: true
},
async headers() { async headers() {
return [ return [
{ {

View File

@@ -12,16 +12,16 @@
"cy:run": "cypress run" "cy:run": "cypress run"
}, },
"dependencies": { "dependencies": {
"@chakra-ui/icons": "^1.0.12", "@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.0", "@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11", "@emotion/react": "^11",
"@emotion/styled": "^11", "@emotion/styled": "^11",
"apollo-server-micro": "^2.25.1", "apollo-server-micro": "^2.25.2",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.10",
"framer-motion": "^4", "framer-motion": "^4",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"next": "10.2.3", "next": "11.1.0",
"next-pwa": "^5.2.21", "next-pwa": "^5.3.1",
"nextjs-cors": "^1.0.5", "nextjs-cors": "^1.0.5",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2",
@@ -30,21 +30,22 @@
"user-agents": "^1.0.680" "user-agents": "^1.0.680"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/cypress": "^7.0.6", "@testing-library/cypress": "^8.0.0",
"@testing-library/jest-dom": "^5.13.0", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7", "@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9", "@testing-library/user-event": "^13.2.1",
"@types/faker": "^5.5.6", "@types/faker": "^5.5.6",
"@types/jest": "^26.0.23", "@types/jest": "^27.0.1",
"@types/node": "^15.0.1", "@types/node": "^16.7.4",
"@types/react": "^17.0.4", "@types/react": "^17.0.19",
"@types/user-agents": "^1.0.0", "@types/user-agents": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0", "@typescript-eslint/parser": "^4.0.0",
"apollo-server-testing": "^2.25.1", "apollo-server-testing": "^2.25.2",
"babel-eslint": "^10.0.0", "babel-eslint": "^10.0.0",
"cypress": "^7.5.0", "cypress": "^8.3.1",
"eslint": "^7.5.0", "eslint": "^7.5.0",
"eslint-config-next": "^11.0.1",
"eslint-config-react-app": "^6.0.0", "eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.11.3", "eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-flowtype": "^5.2.0",
@@ -55,17 +56,18 @@
"eslint-plugin-react-hooks": "^4.0.8", "eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.9.0", "eslint-plugin-testing-library": "^3.9.0",
"faker": "^5.5.3", "faker": "^5.5.3",
"jest": "^27.0.4", "jest": "^27.1.0",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"node-mocks-http": "^1.10.1", "node-mocks-http": "^1.10.1",
"typescript": "^4.2.4", "typescript": "^4.4.2",
"wait-on": "^5.3.0" "wait-on": "^6.0.0"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
"react-app", "react-app",
"react-app/jest", "react-app/jest",
"plugin:cypress/recommended" "plugin:cypress/recommended",
"next"
] ]
}, },
"babel": { "babel": {

3593
yarn.lock

File diff suppressed because it is too large Load Diff