kevinbarnett / gatsby-source-greenhouse-job-board

Source plugin for pulling offices, departments, and jobs into Gatsby from the Greenhouse Job Board API. It creates links between all entities so they can be queried in Gatsby using GraphQL.
5 stars 13 forks source link

update package.json to allow Gatsby v4 #3

Closed justinschuldt closed 2 years ago

justinschuldt commented 2 years ago

Confirmed this plugin works with Gatsby v4, but will not install without using --force or --legacy-peer-deps due to the peerDependencies version.

robincwillis commented 2 years ago

@kevinbarnett can we get this merged?

phil-linnell commented 2 years ago

Thanks @justinschuldt . Yes, @kevinbarnett merging this would be fantastic

natapg commented 2 years ago

Hi @kevinbarnett , please merge this PR when you can :)

Hahlh commented 2 years ago

For the moment I rereleased this package with an updated package.json as the author doesn't seem to maintain it anymore.

You can find it here:

https://github.com/KasayoDotCom/gatsby-source-greenhouse-io

Hahlh commented 2 years ago

Thank you Kevin!