hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
15 stars 4 forks source link

489 update dependencies #490

Closed sroertgen closed 1 year ago

sroertgen commented 1 year ago

Dependencies were updated from Gatsby v2 to Gatsby v5. The biggest changes were caused by the gatsby-transformer-json plugin. It is used to transform json data to graphql. id is now a reserved keyword there, therefore it changes all top-level id occurences to jsonId. I added a note about this in the README.

sroertgen commented 1 year ago

I implemented changes as requested and also updated the github action to use node 18.