Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated peer dependencies published to npm #27

Open
evnp opened this issue Aug 23, 2019 · 1 comment
Open

Outdated peer dependencies published to npm #27

evnp opened this issue Aug 23, 2019 · 1 comment

Comments

@evnp
Copy link

evnp commented Aug 23, 2019

Hi, thanks for your work on this package - incredibly helpful. Running into a small issue, when I npm install the package I get this warning:

npm WARN bats-assert@2.0.0 requires a peer of
bats-support@git+https://github.com/ztombol/bats-support.git#v0.2.0
but none is installed. You must install peer dependencies yourself.

and this package.json peer dependencies for bats-assert:

$ cat node_modules/bats-assert/package.json | grep -A2 peerDependencies
  "peerDependencies": {
    "bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
  },

However, in master for v2.0.0 I see the updated bats-support dep

  "peerDependencies": {
    "bats": "0.4 || ^1",
    "bats-support": "^0.3"
  },

Any chance this could be published? "bats-support": "0.3.0", instead of"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0", in the local package.json would be much preferred. Thanks!

@guiyomh
Copy link

guiyomh commented Apr 22, 2022

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants