mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 03:20:23 +01:00
Bump @testing-library/react-hooks dependency. (#17271)
* Bump @testing-library/react-hooks from `v3.2.1` to `v8.0.1` * Lavamoat policy changes with dep bump
This commit is contained in:
parent
d7e829ed5a
commit
fae2a02d1c
@ -4134,17 +4134,6 @@
|
||||
"string.prototype.matchall>call-bind": true
|
||||
}
|
||||
},
|
||||
"textarea-caret": {
|
||||
"globals": {
|
||||
"document.body.appendChild": true,
|
||||
"document.body.removeChild": true,
|
||||
"document.createElement": true,
|
||||
"document.querySelector": true,
|
||||
"getCaretCoordinates": "write",
|
||||
"getComputedStyle": true,
|
||||
"mozInnerScreenX": true
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"globals": {
|
||||
"crypto": true,
|
||||
|
@ -4610,17 +4610,6 @@
|
||||
"browserify>buffer": true
|
||||
}
|
||||
},
|
||||
"textarea-caret": {
|
||||
"globals": {
|
||||
"document.body.appendChild": true,
|
||||
"document.body.removeChild": true,
|
||||
"document.createElement": true,
|
||||
"document.querySelector": true,
|
||||
"getCaretCoordinates": "write",
|
||||
"getComputedStyle": true,
|
||||
"mozInnerScreenX": true
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"globals": {
|
||||
"crypto": true,
|
||||
|
@ -4134,17 +4134,6 @@
|
||||
"string.prototype.matchall>call-bind": true
|
||||
}
|
||||
},
|
||||
"textarea-caret": {
|
||||
"globals": {
|
||||
"document.body.appendChild": true,
|
||||
"document.body.removeChild": true,
|
||||
"document.createElement": true,
|
||||
"document.querySelector": true,
|
||||
"getCaretCoordinates": "write",
|
||||
"getComputedStyle": true,
|
||||
"mozInnerScreenX": true
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"globals": {
|
||||
"crypto": true,
|
||||
|
@ -378,7 +378,7 @@
|
||||
"@storybook/theming": "^6.5.13",
|
||||
"@testing-library/jest-dom": "^5.11.10",
|
||||
"@testing-library/react": "^10.4.8",
|
||||
"@testing-library/react-hooks": "^3.2.1",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@tsconfig/node16": "^1.0.3",
|
||||
"@types/babelify": "^7.3.7",
|
||||
|
57
yarn.lock
57
yarn.lock
@ -5870,16 +5870,25 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@testing-library/react-hooks@npm:^3.2.1":
|
||||
version: 3.2.1
|
||||
resolution: "@testing-library/react-hooks@npm:3.2.1"
|
||||
"@testing-library/react-hooks@npm:^8.0.1":
|
||||
version: 8.0.1
|
||||
resolution: "@testing-library/react-hooks@npm:8.0.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.5.4
|
||||
"@types/testing-library__react-hooks": ^3.0.0
|
||||
"@babel/runtime": ^7.12.5
|
||||
react-error-boundary: ^3.1.0
|
||||
peerDependencies:
|
||||
react: ">=16.9.0"
|
||||
react-test-renderer: ">=16.9.0"
|
||||
checksum: 58aadc787ad04289885e2fb58efecfd394eb0a1393154619377ef1dfe0659f285f8a26d1a9411725efd62aeb26f77956c01746b593a4f9b18d21b0a90e7355b4
|
||||
"@types/react": ^16.9.0 || ^17.0.0
|
||||
react: ^16.9.0 || ^17.0.0
|
||||
react-dom: ^16.9.0 || ^17.0.0
|
||||
react-test-renderer: ^16.9.0 || ^17.0.0
|
||||
peerDependenciesMeta:
|
||||
"@types/react":
|
||||
optional: true
|
||||
react-dom:
|
||||
optional: true
|
||||
react-test-renderer:
|
||||
optional: true
|
||||
checksum: 7fe44352e920deb5cb1876f80d64e48615232072c9d5382f1e0284b3aab46bb1c659a040b774c45cdf084a5257b8fe463f7e08695ad8480d8a15635d4d3d1f6d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6832,15 +6841,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/react-test-renderer@npm:*":
|
||||
version: 16.9.2
|
||||
resolution: "@types/react-test-renderer@npm:16.9.2"
|
||||
dependencies:
|
||||
"@types/react": "*"
|
||||
checksum: 6b179e07615cffac36784811f8a051bdbf01d3168236b3b780e32fcce3abee392883c775211c4626996fe5eb473e767124178b4e2de71313a604e19863ceb5f8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/react-transition-group@npm:^4.2.0":
|
||||
version: 4.4.0
|
||||
resolution: "@types/react-transition-group@npm:4.4.0"
|
||||
@ -6926,16 +6926,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/testing-library__react-hooks@npm:^3.0.0":
|
||||
version: 3.2.0
|
||||
resolution: "@types/testing-library__react-hooks@npm:3.2.0"
|
||||
dependencies:
|
||||
"@types/react": "*"
|
||||
"@types/react-test-renderer": "*"
|
||||
checksum: 6ebd5d0a95945fa9577a51902543c8e38d0f89730bd3306c100796f2d2c0f6269bfd2f38b536a25a5219018e10d45abebbe48694b410365b4adbd44d59252762
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/tough-cookie@npm:*":
|
||||
version: 4.0.2
|
||||
resolution: "@types/tough-cookie@npm:4.0.2"
|
||||
@ -22830,7 +22820,7 @@ __metadata:
|
||||
"@storybook/theming": ^6.5.13
|
||||
"@testing-library/jest-dom": ^5.11.10
|
||||
"@testing-library/react": ^10.4.8
|
||||
"@testing-library/react-hooks": ^3.2.1
|
||||
"@testing-library/react-hooks": ^8.0.1
|
||||
"@testing-library/user-event": ^14.4.3
|
||||
"@truffle/codec": ^0.14.12
|
||||
"@truffle/decoder": ^5.3.5
|
||||
@ -27228,6 +27218,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-error-boundary@npm:^3.1.0":
|
||||
version: 3.1.4
|
||||
resolution: "react-error-boundary@npm:3.1.4"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.12.5
|
||||
peerDependencies:
|
||||
react: ">=16.13.1"
|
||||
checksum: f36270a5d775a25c8920f854c0d91649ceea417b15b5bc51e270a959b0476647bb79abb4da3be7dd9a4597b029214e8fe43ea914a7f16fa7543c91f784977f1b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-fast-compare@npm:^3.0.1":
|
||||
version: 3.2.0
|
||||
resolution: "react-fast-compare@npm:3.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user