Skip to content

Commit

Permalink
Merge pull request #38 from dolthub/dependabot/npm_and_yarn/testing-l…
Browse files Browse the repository at this point in the history
…ibrary/jest-dom-6.4.1
  • Loading branch information
tbantle22 authored Feb 1, 2024
2 parents dd9c917 + 8ca173d commit 2f82a97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/babel__core": "^7",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/babel__core": "^7",
Expand Down
15 changes: 9 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^11.1.5"
"@testing-library/jest-dom": "npm:^6.2.0"
"@testing-library/jest-dom": "npm:^6.4.1"
"@testing-library/react": "npm:^14.2.0"
"@testing-library/react-hooks": "npm:^8.0.1"
"@types/babel__core": "npm:^7"
Expand Down Expand Up @@ -1636,7 +1636,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^11.1.5"
"@testing-library/jest-dom": "npm:^6.2.0"
"@testing-library/jest-dom": "npm:^6.4.1"
"@testing-library/react": "npm:^14.2.0"
"@testing-library/react-hooks": "npm:^8.0.1"
"@types/babel__core": "npm:^7"
Expand Down Expand Up @@ -2353,9 +2353,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.2.0":
version: 6.2.0
resolution: "@testing-library/jest-dom@npm:6.2.0"
"@testing-library/jest-dom@npm:^6.4.1":
version: 6.4.1
resolution: "@testing-library/jest-dom@npm:6.4.1"
dependencies:
"@adobe/css-tools": "npm:^4.3.2"
"@babel/runtime": "npm:^7.9.2"
Expand All @@ -2367,19 +2367,22 @@ __metadata:
redent: "npm:^3.0.0"
peerDependencies:
"@jest/globals": ">= 28"
"@types/bun": "*"
"@types/jest": ">= 28"
jest: ">= 28"
vitest: ">= 0.32"
peerDependenciesMeta:
"@jest/globals":
optional: true
"@types/bun":
optional: true
"@types/jest":
optional: true
jest:
optional: true
vitest:
optional: true
checksum: 71421693e0ad6a46be7d16f00b58a45725c238693972b8b5b1fd9ab797902ccf1209cf259afe8da1bf59d7c958762c46ee85d1aa5b164a5ec330981ea2376b08
checksum: 50104f19eb9e31c21521cc12c0323cb8939d8999eac5e869fb6480f7fc99ea3e131f464e71b9ebe6edc1936e8d9a1a540d9253f1c06ddb5e13387e00ea724ba0
languageName: node
linkType: hard

Expand Down

0 comments on commit 2f82a97

Please sign in to comment.