dustinfarris / ember-django-adapter

Ember CLI addon adapter for Django REST Framework
http://dustinfarris.github.io/ember-django-adapter
MIT License
191 stars 49 forks source link

chore: ember-cli-babel 7 and ember-inflector 4 #263

Open Techn1x opened 1 year ago

Techn1x commented 1 year ago

Just updating the dependencies of this addon to help out other repos that depend on this addon

Note that ember-cli-babel 7;

I've just assumed this hasn't broken anything - CI seems down so haven't been able to run the tests.

dustinfarris commented 1 year ago

Thanks for this. What version of ember are you using in your project?

Techn1x commented 1 year ago

3.28 for my project, but my goal is to update ember-data-factory-guy to ember 4 and ember-auto-import 2

I don't actually use this Django adapter addon personally, but I do use ember-data-factory-guy which uses this addon