From f87e981fbcddde8279c2e7c308027139a3b288f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 4 Jan 2022 14:13:55 +0100 Subject: [PATCH] fix(examples): add missing dependencies wo --- examples/with-jest/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index a2a95622fd778..23e5d9ed94c85 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -17,10 +17,12 @@ "@testing-library/jest-dom": "5.16.1", "@testing-library/react": "12.1.2", "@testing-library/user-event": "13.5.0", + "@types/react": "17.0.38", "babel-jest": "27.4.5", "eslint": "8.5.0", "eslint-config-next": "latest", "eslint-plugin-testing-library": "5.0.1", - "jest": "27.4.5" + "jest": "27.4.5", + "typescript": "4.5.4" } }