From 3e22a347672041196a66eec2261bc2a26ea74e0e Mon Sep 17 00:00:00 2001 From: Pau Rodriguez Molina <65486507+Silinde87@users.noreply.github.com> Date: Wed, 16 Jun 2021 23:32:41 +0200 Subject: [PATCH] Fix: upgrade react-test-renderer version to 17.0.2 (#26229) npm i wasn't working because of outdated version of react-test-renderer. ## Bug - [X] Related issues linked using `fixes #number` - [ ] Integration tests added ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. ## Documentation / Examples - [ X] Make sure the linting passes --- examples/with-jest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index a659a0d45e3fe..a4644164302d8 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -19,7 +19,7 @@ "babel-jest": "^25.1.0", "identity-obj-proxy": "^3.0.0", "jest": "^25.1.0", - "react-test-renderer": "^16.12.0" + "react-test-renderer": "^17.0.2" }, "license": "MIT" }