File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
react-server-dom-webpack/src/__tests__ Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 35
35
"@babel/preset-flow" : " ^7.10.4" ,
36
36
"@babel/preset-react" : " ^7.10.4" ,
37
37
"@babel/traverse" : " ^7.11.0" ,
38
- "@mattiasbuelens/ web-streams-polyfill" : " ^0.3.2 " ,
38
+ "web-streams-polyfill" : " ^3.1.1 " ,
39
39
"abort-controller" : " ^3.0.0" ,
40
40
"art" : " 0.10.1" ,
41
41
"babel-eslint" : " ^10.0.3" ,
Original file line number Diff line number Diff line change 10
10
'use strict' ;
11
11
12
12
// Polyfills for test environment
13
- global . ReadableStream = require ( '@mattiasbuelens/ web-streams-polyfill/ponyfill/es6' ) . ReadableStream ;
13
+ global . ReadableStream = require ( 'web-streams-polyfill/ponyfill/es6' ) . ReadableStream ;
14
14
global . TextEncoder = require ( 'util' ) . TextEncoder ;
15
15
global . AbortController = require ( 'abort-controller' ) ;
16
16
Original file line number Diff line number Diff line change 10
10
'use strict' ;
11
11
12
12
// Polyfills for test environment
13
- global . ReadableStream = require ( '@mattiasbuelens/ web-streams-polyfill/ponyfill/es6' ) . ReadableStream ;
13
+ global . ReadableStream = require ( 'web-streams-polyfill/ponyfill/es6' ) . ReadableStream ;
14
14
global . TextDecoder = require ( 'util' ) . TextDecoder ;
15
15
16
16
// Don't wait before processing work on the server.
Original file line number Diff line number Diff line change 10
10
'use strict' ;
11
11
12
12
// Polyfills for test environment
13
- global . ReadableStream = require ( '@mattiasbuelens/ web-streams-polyfill/ponyfill/es6' ) . ReadableStream ;
13
+ global . ReadableStream = require ( 'web-streams-polyfill/ponyfill/es6' ) . ReadableStream ;
14
14
global . TextEncoder = require ( 'util' ) . TextEncoder ;
15
15
global . TextDecoder = require ( 'util' ) . TextDecoder ;
16
16
Original file line number Diff line number Diff line change 1853
1853
"@types/yargs" "^15.0.0"
1854
1854
chalk "^4.0.0"
1855
1855
1856
- "@mattiasbuelens/web-streams-polyfill@^0.3.2":
1857
- version "0.3.2"
1858
- resolved "https://registry.yarnpkg.com/@mattiasbuelens/web-streams-polyfill/-/web-streams-polyfill-0.3.2.tgz#d7d180e769ac38f30c4a8e1dd9bd4412affb7f42"
1859
- integrity sha512-ANZvP8lC9IXiaPM3rwM8BGMbFIZbbj0goZT/xP2IA95UIZjEToyHXT/k8G0MmSAnxKRMh5E6oLVE6jmOt5zZ/g==
1860
-
1861
1856
1862
1857
version "2.1.3"
1863
1858
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
6447
6442
6448
6443
"eslint-plugin-react-internal@link:./scripts/eslint-rules":
6449
6444
version "0.0.0"
6445
+ uid ""
6450
6446
6451
6447
eslint-plugin-react@^6.7.1:
6452
6448
version "6.10.3"
@@ -15951,6 +15947,11 @@ web-ext@^4:
15951
15947
yargs "15.3.1"
15952
15948
zip-dir "1.0.2"
15953
15949
15950
+ web-streams-polyfill@^3.1.1:
15951
+ version "3.1.1"
15952
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz#1516f2d4ea8f1bdbfed15eb65cb2df87098c8364"
15953
+ integrity sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==
15954
+
15954
15955
webidl-conversions@^4.0.2:
15955
15956
version "4.0.2"
15956
15957
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
You can’t perform that action at this time.
0 commit comments