mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Run yarn lavamoat:auto
This commit is contained in:
parent
f75810fd99
commit
078ba89ebd
@ -626,6 +626,7 @@
|
|||||||
"globals": {
|
"globals": {
|
||||||
"AbortController": true,
|
"AbortController": true,
|
||||||
"__REDUX_DEVTOOLS_EXTENSION_COMPOSE__": true,
|
"__REDUX_DEVTOOLS_EXTENSION_COMPOSE__": true,
|
||||||
|
"__REDUX_DEVTOOLS_EXTENSION__": true,
|
||||||
"console.error": true,
|
"console.error": true,
|
||||||
"console.info": true,
|
"console.info": true,
|
||||||
"console.warn": true
|
"console.warn": true
|
||||||
@ -865,9 +866,11 @@
|
|||||||
"URLSearchParams": true,
|
"URLSearchParams": true,
|
||||||
"XMLHttpRequest": true,
|
"XMLHttpRequest": true,
|
||||||
"btoa": true,
|
"btoa": true,
|
||||||
|
"console.warn": true,
|
||||||
"document": true,
|
"document": true,
|
||||||
"location.href": true,
|
"location.href": true,
|
||||||
"navigator": true
|
"navigator": true,
|
||||||
|
"setTimeout": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"process": true
|
"process": true
|
||||||
@ -3796,6 +3799,18 @@
|
|||||||
"scheduler": true
|
"scheduler": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"react-easy-swipe": {
|
||||||
|
"globals": {
|
||||||
|
"addEventListener": true,
|
||||||
|
"define": true,
|
||||||
|
"document.addEventListener": true,
|
||||||
|
"document.removeEventListener": true
|
||||||
|
},
|
||||||
|
"packages": {
|
||||||
|
"prop-types": true,
|
||||||
|
"react": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"react-fast-compare": {
|
"react-fast-compare": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"Element": true,
|
"Element": true,
|
||||||
@ -3862,6 +3877,22 @@
|
|||||||
"redux": true
|
"redux": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"react-responsive-carousel": {
|
||||||
|
"globals": {
|
||||||
|
"HTMLElement": true,
|
||||||
|
"clearTimeout": true,
|
||||||
|
"console.warn": true,
|
||||||
|
"document": true,
|
||||||
|
"getComputedStyle": true,
|
||||||
|
"setTimeout": true
|
||||||
|
},
|
||||||
|
"packages": {
|
||||||
|
"classnames": true,
|
||||||
|
"react": true,
|
||||||
|
"react-dom": true,
|
||||||
|
"react-easy-swipe": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"react-router": {
|
"react-router": {
|
||||||
"packages": {
|
"packages": {
|
||||||
"history": true,
|
"history": true,
|
||||||
@ -3980,6 +4011,7 @@
|
|||||||
"console": true
|
"console": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
|
"@babel/runtime": true,
|
||||||
"symbol-observable": true
|
"symbol-observable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -4692,4 +4692,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user