Skip to content

Commit

Permalink
This PR updates the directus sdk as well as the gatsby depedencies (#11)
Browse files Browse the repository at this point in the history
* version

* test

* update graphql again

* testing with older graphql again
  • Loading branch information
freekrai committed Nov 16, 2022
1 parent f02f813 commit b6cb655
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/gatsby-source-directus",
"version": "9.14.4",
"version": "9.14.5",
"description": "Source plugin for pulling data into Gatsby from a Directus API.",
"author": "João Biondo <wolfulus@gmail.com>",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"directus"
],
"dependencies": {
"@directus/sdk": "9.14.1",
"@directus/sdk": "10.2.0",
"gatsby-source-filesystem": "4.13.0",
"gatsby-source-graphql": "4.13.0",
"ms": "2.1.3"
Expand All @@ -22,5 +22,8 @@
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
"devDependencies": {
"eslint-config-prettier": "^8.5.0"
}
},
"peerDependencies": {
"gatsby": "^4.0.0"
}
}
21 changes: 1 addition & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6cb655

Please sign in to comment.