-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency @testing-library/react to v16 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4b921cd
commit d2f06c2
Showing
4 changed files
with
38 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/react-pouchdb-example", | ||
"version": "0.1.109", | ||
"version": "0.1.110", | ||
"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.5", | ||
"@testing-library/react": "^15.0.7", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/node": "^20.14.2", | ||
"@types/pouchdb": "^6.4.2", | ||
"@types/uuid": "^9.0.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/app-template", | ||
"version": "0.3.42", | ||
"version": "0.3.43", | ||
"description": "A template for creating apps using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -29,7 +29,7 @@ | |
"wouter": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^15.0.7", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters