mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
c8cf847681
* Version Packages * Update lock file --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1.5 KiB
1.5 KiB
Change Log
0.7.0
Minor Changes
- bbb1a40: Convert React packages to ESM
0.6.0
Minor Changes
- 8a7eae4: Add React 18 to peerDependencies range
0.5.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are interchangeable:
- import Dock from 'react-dock';
+ import { Dock } from 'react-dock';