Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zvictor committed Jun 25, 2023
1 parent ac9763d commit 0f1194a
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 894 deletions.
1 change: 0 additions & 1 deletion commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export default async function main(
import type {} from 'graphql';
${await generateSdk(schema, await documentsPattern)}
export type { Dom };
/**
*
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brainyduck",
"version": "0.0.72",
"version": "0.0.73",
"description": "Quickly build powerful backends using only your graphql schemas",
"repository": "github:zvictor/brainyduck",
"keywords": [
Expand Down Expand Up @@ -45,38 +45,38 @@
"test": "./tests/run-tests.sh"
},
"dependencies": {
"@graphql-codegen/core": "2.6.8",
"@graphql-codegen/typescript": "2.8.7",
"@graphql-codegen/typescript-graphql-request": "4.5.8",
"@graphql-codegen/typescript-operations": "2.5.12",
"@graphql-tools/load": "7.8.9",
"@graphql-tools/merge": "8.3.15",
"@graphql-tools/url-loader": "7.17.2",
"@swc/core": "1.3.27",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@graphql-codegen/core": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-graphql-request": "5.0.0",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/url-loader": "8.0.0",
"@swc/core": "1.3.66",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"chalk": "^5.2.0",
"chokidar": "3.5.3",
"commander": "10.0.0",
"commander": "11.0.0",
"constant-case": "3.0.4",
"debug": "4.3.4",
"execa": "6.1.0",
"execa": "7.1.1",
"fauna-shell": "0.15.0",
"faunadb": "4.7.1",
"faunadb": "4.8.0",
"figures": "5.0.0",
"fs-extra": "11.1.0",
"globby": "13.1.3",
"fs-extra": "11.1.1",
"globby": "13.2.0",
"gql-generator": "1.0.19",
"graphql": "16.6.0",
"graphql-request": "5.1.0",
"graphql": "16.7.1",
"graphql-request": "6.1.0",
"graphql-tag": "2.12.6",
"log-symbols": "5.1.0",
"ora": "6.1.2",
"p-queue": "7.3.0",
"ora": "6.3.1",
"p-queue": "7.3.4",
"resolve-cwd": "3.0.0",
"tempy": "3.0.0",
"tsup": "6.5.0",
"typescript": "4.9.4"
"tsup": "7.1.0",
"typescript": "5.1.3"
},
"optionalDependencies": {
"node-fetch": "cjs"
Expand Down
Loading

0 comments on commit 0f1194a

Please sign in to comment.