Skip to content

Commit c1ec674

Browse files
Update dependency @testing-library/react to ^16.3.0
1 parent 987b7f3 commit c1ec674

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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.24",
3+
"version": "0.3.25",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@testing-library/jest-dom": "^6.6.3",
40-
"@testing-library/react": "^16.2.0",
40+
"@testing-library/react": "^16.3.0",
4141
"@types/react": "^19.0.12",
4242
"@types/react-dom": "^19.0.4",
4343
"@types/uuid": "^10.0.0",

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.84",
3+
"version": "0.3.85",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"wouter": "^3.6.0"
3333
},
3434
"devDependencies": {
35-
"@testing-library/react": "^16.2.0",
35+
"@testing-library/react": "^16.3.0",
3636
"@testing-library/user-event": "^14.6.1",
3737
"@types/jest": "^29.5.14",
3838
"@types/react": "^19.0.12",

package-lock.json

Lines changed: 9 additions & 9 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.26",
3+
"version": "0.10.27",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@stanlemon/webdev": "*",
4747
"@testing-library/jest-dom": "^6.6.3",
48-
"@testing-library/react": "^16.2.0",
48+
"@testing-library/react": "^16.3.0",
4949
"@types/async-retry": "^1.4.9",
5050
"@types/isomorphic-fetch": "^0.0.39",
5151
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)