Skip to content

Commit

Permalink
Merge pull request #356 from auth0-samples/dependabot/npm_and_yarn/Sa…
Browse files Browse the repository at this point in the history
…mple-01/testing-library/react-14.1.0

build(deps-dev): bump @testing-library/react from 14.0.0 to 14.1.0 in /Sample-01
  • Loading branch information
Widcket authored Nov 8, 2023
2 parents 31e3c38 + 0d5d3b9 commit db8541e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sample-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17",
"@testing-library/react": "^14.0",
"@testing-library/react": "^14.1",
"jest-environment-jsdom": "^27.0",
"jest-fetch-mock": "^3.0",
"nodemon": "^2.0"
Expand Down
8 changes: 4 additions & 4 deletions Sample-01/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1874,10 +1874,10 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/react@^14.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
integrity sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
"@testing-library/react@^14.1":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.0.tgz#01d64915111db99b50f8361d51d7217606805989"
integrity sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^9.0.0"
Expand Down

0 comments on commit db8541e

Please sign in to comment.