Skip to content

Conversation

@nabedkhan
Copy link
Contributor

Update: Remove deprecated dependencies, update others dependencies, and convert component to function component

  1. Replace babel-core with @babel/core
  2. Replace babel-plugin-transform-object-rest-spread with @babel/plugin-proposal-object-rest-spread
  3. Replace babel-preset-env with @babel/preset-env
  4. Replace babel-preset-react with @babel/preset-react
  5. Replace rollup-plugin-babel with @rollup/plugin-babel
  6. Replace rollup-plugin-node-resolve with @rollup/plugin-node-resolve
  7. Replace rollup-plugin-uglify with @rollup/plugin-terser

File Edited:

  1. gulpfile.js
  2. .babelrc
  3. rollup.config.js
  4. src/react-apexcharts.jsx
  5. src/react-apexcharts.test.js

@nabedkhan nabedkhan changed the title Remove deprecated dependencies, update others dependencies, and convert component to function component Remove deprecated dependencies, update others dependencies, and convert class to function component Oct 14, 2024
@junedchhipa
Copy link
Contributor

There is a conflict in package-lock.json. Please fix it and the PR looks good to me.
Thanks for the contribution @nabedkhan

@nabedkhan
Copy link
Contributor Author

I have fixed the conflict. Now you can merge it. @junedchhipa

@junedchhipa
Copy link
Contributor

There is still a conflict in example/package-lock.json

@nabedkhan
Copy link
Contributor Author

I have fixed it. I hope there is no issue @junedchhipa

@junedchhipa
Copy link
Contributor

Thanks, I will review once again and see how it goes

@junedchhipa junedchhipa merged commit a6bc00d into apexcharts:master Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants