Skip to content

Commit cbfbd7f

Browse files
Update dependency @testing-library/jest-dom to ^6.6.4
1 parent 16c90fa commit cbfbd7f

4 files changed

Lines changed: 16 additions & 41 deletions

File tree

apps/react-pouchdb-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.3.29",
3+
"version": "0.3.30",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -36,7 +36,7 @@
3636
"uuid": "^11.1.0"
3737
},
3838
"devDependencies": {
39-
"@testing-library/jest-dom": "^6.6.3",
39+
"@testing-library/jest-dom": "^6.6.4",
4040
"@testing-library/react": "^16.3.0",
4141
"@types/react": "^19.1.0",
4242
"@types/react-dom": "^19.1.0",

package-lock.json

Lines changed: 10 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-couchdb-authentication/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.10.29",
3+
"version": "0.10.30",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@stanlemon/webdev": "*",
47-
"@testing-library/jest-dom": "^6.6.3",
47+
"@testing-library/jest-dom": "^6.6.4",
4848
"@testing-library/react": "^16.3.0",
4949
"@types/async-retry": "^1.4.9",
5050
"@types/isomorphic-fetch": "^0.0.39",

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.48",
3+
"version": "0.2.49",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -30,7 +30,7 @@
3030
"@babel/preset-typescript": "^7.27.1",
3131
"@peculiar/webcrypto": "^1.5.0",
3232
"@stanlemon/eslint-config": "*",
33-
"@testing-library/jest-dom": "^6.6.3",
33+
"@testing-library/jest-dom": "^6.6.4",
3434
"babel-jest": "^29.7.0",
3535
"babel-loader": "^10.0.0",
3636
"css-loader": "^7.1.2",

0 commit comments

Comments
 (0)