Merge pull request #8863 from tchak/fix-turbo-get-root-node
fix(turbo): add getRootNode polyfill
This commit is contained in:
commit
5ca0ed18a4
2 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
||||||
"terser": "^5.16.8",
|
"terser": "^5.16.8",
|
||||||
"tiny-invariant": "^1.3.1",
|
"tiny-invariant": "^1.3.1",
|
||||||
"trix": "^1.2.3",
|
"trix": "^1.2.3",
|
||||||
"turbo-polyfills": "^0.3.1",
|
"turbo-polyfills": "^0.5.0",
|
||||||
"use-debounce": "^9.0.3",
|
"use-debounce": "^9.0.3",
|
||||||
"whatwg-fetch": "^3.0.0",
|
"whatwg-fetch": "^3.0.0",
|
||||||
"yet-another-abortcontroller-polyfill": "^0.0.4",
|
"yet-another-abortcontroller-polyfill": "^0.0.4",
|
||||||
|
|
|
@ -6170,10 +6170,10 @@ tunnel-agent@^0.6.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
safe-buffer "^5.0.1"
|
safe-buffer "^5.0.1"
|
||||||
|
|
||||||
turbo-polyfills@^0.3.1:
|
turbo-polyfills@^0.5.0:
|
||||||
version "0.3.1"
|
version "0.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/turbo-polyfills/-/turbo-polyfills-0.3.1.tgz#e5aceee2c68fbabd2c7e7984f59245edcbc158f8"
|
resolved "https://registry.yarnpkg.com/turbo-polyfills/-/turbo-polyfills-0.5.0.tgz#346368bf19abf6ac615fd069e9456b0a4b9ab8b6"
|
||||||
integrity sha512-mraczRBnomddTFOJ3n43KFmTTSURcue61OG+IPQgOs4CfkpUmxgkNQwD+jiu7AQDi4wgsZ3kqJki0hKkedvpHg==
|
integrity sha512-R8XwTGkvWkEYlMcCsV2ienkGGsjs4xvnky/nXabNG3SMuGX1KfYIzA9NkSaifwWJY6kpxnTIGfUej2c52RzJQQ==
|
||||||
|
|
||||||
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
||||||
version "0.14.5"
|
version "0.14.5"
|
||||||
|
|
Loading…
Reference in a new issue