Merge pull request #8863 from tchak/fix-turbo-get-root-node

fix(turbo): add getRootNode polyfill
This commit is contained in:
Paul Chavard 2023-04-05 10:38:00 +00:00 committed by GitHub
commit 5ca0ed18a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@
"terser": "^5.16.8",
"tiny-invariant": "^1.3.1",
"trix": "^1.2.3",
"turbo-polyfills": "^0.3.1",
"turbo-polyfills": "^0.5.0",
"use-debounce": "^9.0.3",
"whatwg-fetch": "^3.0.0",
"yet-another-abortcontroller-polyfill": "^0.0.4",

View file

@ -6170,10 +6170,10 @@ tunnel-agent@^0.6.0:
dependencies:
safe-buffer "^5.0.1"
turbo-polyfills@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/turbo-polyfills/-/turbo-polyfills-0.3.1.tgz#e5aceee2c68fbabd2c7e7984f59245edcbc158f8"
integrity sha512-mraczRBnomddTFOJ3n43KFmTTSURcue61OG+IPQgOs4CfkpUmxgkNQwD+jiu7AQDi4wgsZ3kqJki0hKkedvpHg==
turbo-polyfills@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/turbo-polyfills/-/turbo-polyfills-0.5.0.tgz#346368bf19abf6ac615fd069e9456b0a4b9ab8b6"
integrity sha512-R8XwTGkvWkEYlMcCsV2ienkGGsjs4xvnky/nXabNG3SMuGX1KfYIzA9NkSaifwWJY6kpxnTIGfUej2c52RzJQQ==
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
version "0.14.5"