Updating the packages to fix the Issue #212 (#213)

With these changes, the template will be able to pass throw Actions
This commit is contained in:
Jaifran Hernández
2021-10-25 18:55:36 +02:00
committed by GitHub
parent ee29c3ebf8
commit c8f2006317

View File

@@ -47,9 +47,9 @@
"@types/jest": "^27.0.1",
"@types/node": "^16.0.0",
"@types/react": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.1.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",