Bump react-shallow-renderer to 16.13.1 (#18187)

This commit is contained in:
Minh Nguyen
2020-03-17 00:35:28 +00:00
committed by GitHub
parent c804f9aebb
commit 9240918536
3 changed files with 10 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ const forks = Object.freeze({
return 'shared/forks/object-assign.umd.js';
},
'react-shallow-renderer': () => {
// Use ESM build of `react-shallow-renderer`.
return 'react-shallow-renderer/esm/index.js';
},
// Without this fork, importing `shared/ReactSharedInternals` inside
// the `react` package itself would not work due to a cyclical dependency.
'shared/ReactSharedInternals': (bundleType, entry, dependencies) => {