Skip to content

Commit

Permalink
Merge pull request #18 from newerton/dependabot/npm_and_yarn/testing-…
Browse files Browse the repository at this point in the history
…library/jest-native-4.0.1

Bump @testing-library/jest-native from 3.1.0 to 4.0.1
  • Loading branch information
newerton committed Mar 17, 2021
2 parents bfb460a + c7f9004 commit 665f6c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 665f6c6

Please sign in to comment.