jankapunkt / npm-package-template

:package: minimal NPM package template using Babel, Mocha, Chai, C8, Standardjs, JSDoc and Rollup.
https://jankapunkt.github.io/npm-package-template/
MIT License
17 stars 8 forks source link

Update dependencies #48

Closed jankapunkt closed 1 year ago

jankapunkt commented 1 year ago

Keep the dev-dependencies up to date

killerkc12 commented 1 year ago

@jankapunkt I would like to work on this. Please assign to me

jankapunkt commented 1 year ago

hi @killerkc12 please go for it but only update package.json and ignore package-lock.json.

killerkc12 commented 1 year ago

@jankapunkt I'm not able to generate the PR, can you help me with this? image

jankapunkt commented 1 year ago

Hey @killerkc12 it looks like something went from when creating the new branch? Everything shows "initial commit".

you can try to fix this by the following steps:

  1. copy the content of package.json into en external editor like notpad
  2. on your fix-devdependencies branch enter git reset --hard 17acc44b2dde7cf6e5818831fa2cdbfbdf94443b
  3. paste the the content into package.json and commit
  4. update the branch via git push origin fix-devdependencies
killerkc12 commented 1 year ago

@jankapunkt #49 is created Kindly review it.