From 3f3ec1f1189ba4e8b8d42c31fb0f02b4d0339d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 14 Sep 2020 05:28:10 +0200 Subject: [PATCH] Update template dependencies to latest version (#9526) Co-authored-by: Ian Schmitz --- packages/cra-template-typescript/template.json | 16 ++++++++-------- packages/cra-template/template.json | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/cra-template-typescript/template.json b/packages/cra-template-typescript/template.json index 675bee92d5f..ca4e0d66047 100644 --- a/packages/cra-template-typescript/template.json +++ b/packages/cra-template-typescript/template.json @@ -1,15 +1,15 @@ { "package": { "dependencies": { - "@testing-library/jest-dom": "^5.11.0", - "@testing-library/react": "^10.4.3", - "@testing-library/user-event": "^12.0.11", + "@testing-library/jest-dom": "^5.11.4", + "@testing-library/react": "^11.0.2", + "@testing-library/user-event": "^12.1.4", "@types/node": "^12.0.0", - "@types/react": "^16.9.0", - "@types/react-dom": "^16.9.0", - "@types/jest": "^26.0.0", - "typescript": "^3.9.5", - "web-vitals": "^0.2.2" + "@types/react": "^16.9.49", + "@types/react-dom": "^16.9.8", + "@types/jest": "^26.0.13", + "typescript": "^4.0.2", + "web-vitals": "^0.2.4" }, "eslintConfig": { "extends": ["react-app", "react-app/jest"] diff --git a/packages/cra-template/template.json b/packages/cra-template/template.json index d425109ca8b..db6cc348ab2 100644 --- a/packages/cra-template/template.json +++ b/packages/cra-template/template.json @@ -1,10 +1,10 @@ { "package": { "dependencies": { - "@testing-library/jest-dom": "^5.11.0", - "@testing-library/react": "^10.4.3", - "@testing-library/user-event": "^12.0.11", - "web-vitals": "^0.2.2" + "@testing-library/jest-dom": "^5.11.4", + "@testing-library/react": "^11.0.2", + "@testing-library/user-event": "^12.1.4", + "web-vitals": "^0.2.4" }, "eslintConfig": { "extends": ["react-app", "react-app/jest"]