Skip to content

Commit

Permalink
Update dependency @testing-library/react to v15
Browse files Browse the repository at this point in the history
renovate[bot] committed Apr 11, 2024

Verified

This commit was signed with the committer’s verified signature.
sourabhxyz Sourabh
1 parent 610764d commit 692730b
Showing 4 changed files with 123 additions and 18 deletions.
4 changes: 2 additions & 2 deletions apps/react-pouchdb-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb-example",
"version": "0.1.107",
"version": "0.1.108",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
@@ -33,7 +33,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.0",
"@types/node": "^20.12.5",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^9.0.8",
4 changes: 2 additions & 2 deletions apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/app-template",
"version": "0.3.39",
"version": "0.3.40",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
@@ -29,7 +29,7 @@
"wouter": "^3.1.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
129 changes: 117 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-couchdb-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-couchdb-authentication",
"version": "0.8.124",
"version": "0.8.125",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
@@ -37,7 +37,7 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.0",
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",

0 comments on commit 692730b

Please sign in to comment.