standardnotes / markdown-basic

[Moved to https://github.com/standardnotes/app] A basic Markdown editor for Standard Notes
https://standardnotes.com
GNU Affero General Public License v3.0
11 stars 12 forks source link

chore: reinstalled all deps due to failing build locally #35

Closed ningsongshen closed 4 years ago

ningsongshen commented 4 years ago

Not sure why it was failing (perhaps b/c I was using TS branch deps) but reinstalled all packages, tested it, and updates a bunch of dependencies.

This should resolve all of dependabot's updates.

moughxyz commented 4 years ago

This PR just commits package-lock.json, which really is just a transient file. What we want to do instead is update the dependencies of package.json (via ncu), which should hopefully address all dependabot's issues in the process.

ningsongshen commented 4 years ago

We are converting this to TypeScript soon (which I think has the updated packages) so I will leave it as is for now.