Skip to content

Commit b6cb655

Browse files
authored
This PR updates the directus sdk as well as the gatsby depedencies (#11)
* version * test * update graphql again * testing with older graphql again
1 parent f02f813 commit b6cb655

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@directus/gatsby-source-directus",
3-
"version": "9.14.4",
3+
"version": "9.14.5",
44
"description": "Source plugin for pulling data into Gatsby from a Directus API.",
55
"author": "João Biondo <[email protected]>",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
"directus"
1111
],
1212
"dependencies": {
13-
"@directus/sdk": "9.14.1",
13+
"@directus/sdk": "10.2.0",
1414
"gatsby-source-filesystem": "4.13.0",
1515
"gatsby-source-graphql": "4.13.0",
1616
"ms": "2.1.3"
@@ -22,5 +22,8 @@
2222
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
2323
"devDependencies": {
2424
"eslint-config-prettier": "^8.5.0"
25-
}
25+
},
26+
"peerDependencies": {
27+
"gatsby": "^4.0.0"
28+
}
2629
}

pnpm-lock.yaml

Lines changed: 1 addition & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)