Skip to content

Commit

Permalink
CHORE(NPM) - bump the testing-library group with 2 updates (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent a380efa commit 6270cf4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/parsley/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"@storybook/testing-library": "0.2.2",
"@styled/typescript-styled-plugin": "1.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@types/js-cookie": "3.0.6",
"@types/lodash.debounce": "4.0.7",
"@types/node": "^20.12.7",
Expand Down
4 changes: 2 additions & 2 deletions apps/spruce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
"@storybook/react-vite": "8.4.7",
"@styled/typescript-styled-plugin": "1.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.throttle": "^4.1.9",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3971,18 +3971,23 @@
lodash "^4.17.21"
redent "^3.0.0"

"@testing-library/react@16.1.0":
version "16.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71"
integrity sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==
"@testing-library/react@16.2.0":
version "16.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.2.0.tgz#c96126ee01a49cdb47175721911b4a9432afc601"
integrity sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==
dependencies:
"@babel/runtime" "^7.12.5"

"@testing-library/[email protected]", "@testing-library/user-event@^14.4.0":
"@testing-library/[email protected]":
version "14.5.2"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==

"@testing-library/[email protected]", "@testing-library/user-event@^14.4.0":
version "14.6.0"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.0.tgz#6748ec1ac6df9291e92b6abc0f3530b3842bf34d"
integrity sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==

"@types/aria-query@^5.0.1":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708"
Expand Down

0 comments on commit 6270cf4

Please sign in to comment.