Revert "Update dependencies & URL slash bugfix (#36)" (#38)

This reverts commit c244c007e1.
This commit is contained in:
David
2021-08-28 15:55:21 +02:00
committed by GitHub
parent c244c007e1
commit e4ad09578f
5 changed files with 9460 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
"cheerio": "^1.0.0-rc.10",
"framer-motion": "^4",
"graphql": "^15.5.0",
"next": "11.0.2-canary.6",
"next": "10.2.3",
"next-pwa": "^5.2.21",
"nextjs-cors": "^1.0.5",
"react": "17.0.2",
@@ -45,7 +45,6 @@
"babel-eslint": "^10.0.0",
"cypress": "^7.5.0",
"eslint": "^7.5.0",
"eslint-config-next": "^11.0.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-flowtype": "^5.2.0",
@@ -66,8 +65,7 @@
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended",
"next"
"plugin:cypress/recommended"
]
},
"babel": {