stimulus-sortable icon indicating copy to clipboard operation
stimulus-sortable copied to clipboard

Allow more flexible peer dependency

Open jbennett opened this issue 1 year ago • 3 comments

Update @rails/request.js peer dependency to be more flexible with other packages.

If another package was using 0.0.9, this would conflict with 0.0.8 used here.

jbennett avatar Aug 15 '24 20:08 jbennett

Can you explain in the description why you want these changes?

Thanks

guillaumebriday avatar Aug 19 '24 07:08 guillaumebriday

Removed a few additions I needed to build outside of NPM. This PR is now just the minimal change needed.

jbennett avatar Aug 20 '24 15:08 jbennett

I guess this is needed to fix the following warning in the console:

warning " > @stimulus-components/[email protected]" has incorrect peer dependency "@rails/request.js@^0.0.8".

tagliala avatar Oct 17 '24 07:10 tagliala

Could you reopen this PR into the main repo https://github.com/stimulus-components/stimulus-components? Thanks!!

guillaumebriday avatar Dec 15 '24 22:12 guillaumebriday