Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
typedoc
plugins build issue (#89)
Bumping versions for `typedoc` and plugins to resolve the issue: ``` error The plugin typedoc-plugin-rename-defaults could not be loaded. error Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/spqrta/Projects/sdk-react-native/node_modules/typedoc-plugin-rename-defaults/index.js from /Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/utils/plugins.js not supported. Instead change the require of index.js in /Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/utils/plugins.js to a dynamic import() which is available in all CommonJS modules. at loadPlugins (/Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/utils/plugins.js:39:30) at Application.bootstrap (/Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/application.js:111:33) at Object.<anonymous> (/Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/bin/typedoc:26:5) ```
- Loading branch information