Skip to content

Commit

Permalink
Merge pull request #135 from ThatConference/fix/stellate-domain-change
Browse files Browse the repository at this point in the history
update that-api version to include graphcdn default change
  • Loading branch information
brettski authored Jul 25, 2024
2 parents 2fefd5a + 3df258e commit 1d76e7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"peacock.affectActivityBar": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "that-api-garage",
"version": "4.5.0",
"version": "4.5.1",
"description": "THAT Garage api. Where all the other stuff goes",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.1",
"@sentry/node": "~7.84.0",
"@thatconference/api": "^4.5.0",
"@thatconference/api": "^4.5.1",
"@thatconference/schema": "^4.1.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
Expand Down

0 comments on commit 1d76e7f

Please sign in to comment.