DimiMikadze / create-react-library

React NPM library starter kit based on Facebook's create react app
MIT License
602 stars 60 forks source link

How can update to latest version of create-react-app #42

Closed zahidraza closed 5 years ago

zahidraza commented 6 years ago

New version of create-react-app (v1.1.5) is available. how can we update to new version. If some doc will be there, it would be very helpful.

DimiMikadze commented 6 years ago

Hi, unfortunatelly you can’t update it automatically, i have to see whats new and then rebase it with new version.

Btw is there any specific reason you want to upgrade to 1.15 version, because after seeing changelog i can’t see any new feature in there

grubersjoe commented 6 years ago

I know it's probably a lot of work to upgrade and it was released very recently, but v2 of CRA is out now. It would be really nice to have all the new features like Babel 7, CSS modules etc. in this project as well.

Can we expect an upgrade soon :)? Thank you for maintaining this repository. It's very helpful.

DimiMikadze commented 6 years ago

Hi @grubersjoe, thanks for the comment. I'll try to upgrade it in the next week :)

tdiluzio commented 5 years ago

Hi is the upgrade done? If not I volunteer

DimiMikadze commented 5 years ago

@tdiluzio it's not, sorry i got super busy last weeks. feel free to volunteer, it would be awesome! :)

tdiluzio commented 5 years ago

Ok I'll do that @DimiMikadze

panz3r commented 5 years ago

Hi,

I just submitted a PR (#64) to add a simple guide on how to upgrade a project using create-react-library as a starting point and also how to upgrade create-react-library itself, hoping that the process will be easier for everyone to do.