Matt DuLeone

Results 3 issues of Matt DuLeone

The version of jQuery loaded by default on all ([frontend](https://github.com/solidusio/solidus/blob/a17109b07a817ae34bc61491c3ed1ea824ee32c5/core/lib/spree/testing_support/dummy_app/assets/javascripts/spree/frontend/all.js#L7), [backend](https://github.com/solidusio/solidus/blob/a17109b07a817ae34bc61491c3ed1ea824ee32c5/core/lib/spree/testing_support/dummy_app/assets/javascripts/spree/backend/all.js#L7)) Solidus apps is version 1.12.4, as that is the version that [`jquery-rails` loads when requiring simply `jquery`](https://github.com/rails/jquery-rails/blob/master/VERSIONS.md). This version...

Bug
Security Concern

The top heading on Redux-Majic ([npm](https://www.npmjs.com/package/redux-majic), [GitHub](https://github.com/mduleone/redux-majic)) isn't different enough from the package name, and the renderer suppresses it by default. I really like the heading and would love for...

Add `dotenv` so that we don't have to `source .env` in every new terminal window.