Skip to content

Commit

Permalink
fix(deps): update dependency @testing-library/react to v16.1.0 (#15334)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 4d2c75c commit a39e81a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@observablehq/plot": "0.6.16",
"@radix-ui/react-avatar": "1.1.1",
"@tanstack/react-query": "5.62.11",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@unlock-protocol/crypto-icon": "workspace:./packages/crypto-icon",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16225,6 +16225,26 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:16.1.0":
version: 16.1.0
resolution: "@testing-library/react@npm:16.1.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
"@testing-library/dom": ^10.0.0
"@types/react": ^18.0.0 || ^19.0.0
"@types/react-dom": ^18.0.0 || ^19.0.0
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-dom":
optional: true
checksum: 10/2a20e0dbfadbc93d45a84e82281ed47deed54a6a5fc1461a523172d7fbc0481e8502cf98a2080f38aba94290b3d745671a1c9e320e6f76ad6afcca67c580b963
languageName: node
linkType: hard

"@tokenizer/token@npm:^0.3.0":
version: 0.3.0
resolution: "@tokenizer/token@npm:0.3.0"
Expand Down Expand Up @@ -18657,7 +18677,7 @@ __metadata:
"@observablehq/plot": "npm:0.6.16"
"@radix-ui/react-avatar": "npm:1.1.1"
"@tanstack/react-query": "npm:5.62.11"
"@testing-library/react": "npm:16.0.1"
"@testing-library/react": "npm:16.1.0"
"@types/node": "npm:22.10.1"
"@types/react": "npm:18.3.12"
"@unlock-protocol/crypto-icon": "workspace:./packages/crypto-icon"
Expand Down

0 comments on commit a39e81a

Please sign in to comment.