Skip to content

Commit

Permalink
Update dependency @testing-library/jest-dom to ^6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Oct 22, 2024
1 parent 62e70ff commit c1b48b2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/abacus-backoffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@adeira/babel-preset-adeira": "^4.0.0",
"@fbtjs/default-collection-transform": "^1.0.0",
"@playwright/test": "^1.45.0",
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^15.0.7",
"@testing-library/react-hooks": "^8.0.1",
"babel-plugin-fbt": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@fbtjs/default-collection-transform": "^1.0.0",
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/jest-dom": "^6.6.2",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-runtime": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/sx-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@storybook/blocks": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-webpack5": "^8.3.4",
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "^9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/sx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@adeira/fixtures-tester": "^1.1.1",
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^15.0.7",
"react": "^18.3.1",
"react-test-renderer": "^18.3.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ __metadata:
"@playwright/test": "npm:^1.45.0"
"@recoiljs/refine": "npm:^0.1.1"
"@sentry/nextjs": "npm:^7.118.0"
"@testing-library/jest-dom": "npm:^6.6.1"
"@testing-library/jest-dom": "npm:^6.6.2"
"@testing-library/react": "npm:^15.0.7"
"@testing-library/react-hooks": "npm:^8.0.1"
babel-plugin-fbt: "npm:^1.0.0"
Expand Down Expand Up @@ -214,7 +214,7 @@ __metadata:
"@adeira/js": "npm:^2.1.1"
"@babel/runtime": "npm:^7.25.6"
"@fbtjs/default-collection-transform": "npm:^1.0.0"
"@testing-library/jest-dom": "npm:^6.6.1"
"@testing-library/jest-dom": "npm:^6.6.2"
babel-plugin-fbt: "npm:^1.0.0"
babel-plugin-fbt-runtime: "npm:^1.0.0"
fbt: "npm:^1.0.2"
Expand Down Expand Up @@ -421,7 +421,7 @@ __metadata:
"@storybook/blocks": "npm:^8.3.4"
"@storybook/react": "npm:^8.3.4"
"@storybook/react-webpack5": "npm:^8.3.4"
"@testing-library/jest-dom": "npm:^6.6.1"
"@testing-library/jest-dom": "npm:^6.6.2"
"@testing-library/react": "npm:^15.0.7"
"@testing-library/user-event": "npm:^14.5.2"
babel-loader: "npm:^9.2.1"
Expand Down Expand Up @@ -467,7 +467,7 @@ __metadata:
"@adeira/js": "npm:^2.1.1"
"@adeira/murmur-hash": "npm:^2.0.1"
"@babel/runtime": "npm:^7.25.6"
"@testing-library/jest-dom": "npm:^6.6.1"
"@testing-library/jest-dom": "npm:^6.6.2"
"@testing-library/react": "npm:^15.0.7"
change-case: "npm:^4.1.2"
css-tree: "npm:^2.3.1"
Expand Down Expand Up @@ -5002,9 +5002,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.6.1":
version: 6.6.1
resolution: "@testing-library/jest-dom@npm:6.6.1"
"@testing-library/jest-dom@npm:^6.6.2":
version: 6.6.2
resolution: "@testing-library/jest-dom@npm:6.6.2"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
aria-query: "npm:^5.0.0"
Expand All @@ -5013,7 +5013,7 @@ __metadata:
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.21"
redent: "npm:^3.0.0"
checksum: 10c0/f04aca30cd4fc3fdeafb712e2d536c190761c229628b69b6b8f70816bb7efc4ceb12b4c5799c3647286b31c8c8f15fc6edfa6f75f69a7064c8b7ebdf53bc8159
checksum: 10c0/1c51390f97063ce8b06a7267534aac0d6ac9b1f27042a0ae43ca52d886b32c9d2b0ff85e62e7cfeb7e1f089ef03c4d75fda4f2b7b1f08afb4bdb09a5d56566d9
languageName: node
linkType: hard

Expand Down

0 comments on commit c1b48b2

Please sign in to comment.