From c8f200631777dbfe80a2083a2648b5753468b917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaifran=20Hern=C3=A1ndez?= Date: Mon, 25 Oct 2021 18:55:36 +0200 Subject: [PATCH] Updating the packages to fix the Issue #212 (#213) With these changes, the template will be able to pass throw Actions --- examples/next-prisma-trpc/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/next-prisma-trpc/package.json b/examples/next-prisma-trpc/package.json index c7f7dce..8470cf2 100644 --- a/examples/next-prisma-trpc/package.json +++ b/examples/next-prisma-trpc/package.json @@ -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",