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",