diff --git a/package.json b/package.json index e2d2da7..25a9612 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "lint": "eslint ." }, "dependencies": { - "@testing-library/jest-native": "^3.1.0", - "@types/jest": "^26.0.20", + "@testing-library/jest-native": "^4.0.1", + "@types/jest": "^25.2.1", "axios": "^0.21.1", "axios-mock-adapter": "^1.19.0", "react": "16.11.0", diff --git a/yarn.lock b/yarn.lock index 5f70cea..e337b1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1279,10 +1279,10 @@ dependencies: type-detect "4.0.8" -"@testing-library/jest-native@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-3.1.0.tgz#414c834dfb524ca82b86509d5479e365d4d5bbec" - integrity sha512-MZdsTsD6xrP5V0FTz2gVPG00ZMoKn4WniRitUH40zZTQ0DfMa5CVDpkAd5ed6qX1coDwS8vSCZS/JGMIDYjRQQ== +"@testing-library/jest-native@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-4.0.1.tgz#000902622cb44f0d723a9f0e9eb8699f3ea511ae" + integrity sha512-dqeVpMSb8nZ1QxvzHxiKb4MqepNfFt8MeUwq9r/BTIOIrUFjDRDSpReZXVv9tcQypz2BcjbNK7BAEvyLSF33hQ== dependencies: chalk "^2.4.1" jest-diff "^24.0.0"