react-data-export icon indicating copy to clipboard operation
react-data-export copied to clipboard

bugfix: upgrade dependencies to latest

Open billfeller opened this issue 4 years ago • 0 comments

Type: bug Description:

  1. upgrade tempa-xlsx to 0.8.20 to fix the require warning as below.
WARNING  Compiled with 1 warnings16:16:17

warning  in ./node_modules/react-data-export/node_modules/tempa-xlsx/ods.js

Module not found: Error: Can't resolve '../xlsx' in 'client\node_modules\react-data-export\node_modules\tempa-xlsx'
  1. and upgrade file-saver to latest version.

billfeller avatar Apr 13 '20 08:04 billfeller