Skip to content

Commit

Permalink
v1.0.0 launch
Browse files Browse the repository at this point in the history
  • Loading branch information
zvictor committed Jul 14, 2023
1 parent 0f1194a commit 68c03e4
Show file tree
Hide file tree
Showing 3 changed files with 1,101 additions and 1,133 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brainyduck",
"version": "0.0.73",
"version": "1.0.0",
"description": "Quickly build powerful backends using only your graphql schemas",
"repository": "github:zvictor/brainyduck",
"keywords": [
Expand Down Expand Up @@ -52,10 +52,10 @@
"@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",
"@swc/core": "1.3.69",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"chalk": "^5.3.0",
"chokidar": "3.5.3",
"commander": "11.0.0",
"constant-case": "3.0.4",
Expand All @@ -65,7 +65,7 @@
"faunadb": "4.8.0",
"figures": "5.0.0",
"fs-extra": "11.1.1",
"globby": "13.2.0",
"globby": "13.2.2",
"gql-generator": "1.0.19",
"graphql": "16.7.1",
"graphql-request": "6.1.0",
Expand All @@ -74,9 +74,9 @@
"ora": "6.3.1",
"p-queue": "7.3.4",
"resolve-cwd": "3.0.0",
"tempy": "3.0.0",
"tempy": "3.1.0",
"tsup": "7.1.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"optionalDependencies": {
"node-fetch": "cjs"
Expand Down
Loading

0 comments on commit 68c03e4

Please sign in to comment.