Skip to content

Commit 95fbbed

Browse files
Bump @testing-library/react from 13.4.0 to 14.1.2
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 14.1.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v13.4.0...v14.1.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e60f6e6 commit 95fbbed

File tree

65 files changed

+402
-665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+402
-665
lines changed

web-modal-sdk/account-abstraction/web3auth-safe-example/package-lock.json

+10-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-modal-sdk/account-abstraction/web3auth-safe-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@safe-global/auth-kit": "^2.0.0-alpha.10",
1818
"@testing-library/jest-dom": "^5.16.5",
19-
"@testing-library/react": "^13.4.0",
19+
"@testing-library/react": "^14.1.2",
2020
"@testing-library/user-event": "^14.4.3",
2121
"@types/jest": "^29.2.4",
2222
"@types/node": "^18.11.18",

web-modal-sdk/blockchain-connection-examples/evm-modal-example/package-lock.json

+6-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@testing-library/jest-dom": "^5.16.5",
18-
"@testing-library/react": "^13.4.0",
18+
"@testing-library/react": "^14.1.2",
1919
"@testing-library/user-event": "^14.4.3",
2020
"@types/jest": "^29.2.4",
2121
"@types/node": "^18.11.18",

web-modal-sdk/blockchain-connection-examples/solana-modal-example/package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-modal-sdk/blockchain-connection-examples/solana-modal-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@metaplex-foundation/js": "^0.20.0",
77
"@solana/web3.js": "^1.72.0",
88
"@testing-library/jest-dom": "^5.16.5",
9-
"@testing-library/react": "^13.4.0",
9+
"@testing-library/react": "^14.1.2",
1010
"@testing-library/user-event": "^14.4.3",
1111
"@types/jest": "^29.2.4",
1212
"@types/node": "^18.11.18",

web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/package-lock.json

+6-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.16.5",
7-
"@testing-library/react": "^13.4.0",
7+
"@testing-library/react": "^14.1.2",
88
"@testing-library/user-event": "^14.4.3",
99
"@types/jest": "^29.2.4",
1010
"@types/node": "^18.11.18",

0 commit comments

Comments
 (0)