Skip to content

Commit

Permalink
graphql bump + add yarn pr for quick pr creating (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej authored Nov 14, 2023
1 parent dd7bab9 commit cc33d03
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"graphql.vscode-graphql-syntax",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"github.vscode-github-actions"
"github.vscode-github-actions",
"pflannery.vscode-versionlens"
]
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"typecheck": "tsc",
"graphql": "graphql-codegen --config graphql.codegen.ts",
"lint": "eslint .",
"test": "vitest"
"test": "vitest",
"pr": "gh pr create -w"
},
"dependencies": {
"@apollo/client": "^3.8.1",
Expand All @@ -19,8 +20,8 @@
"@remix-run/node": "2.2.0",
"@remix-run/react": "2.2.0",
"@remix-run/serve": "2.2.0",
"graphql": "^16.7.1",
"graphql-config": "^5.0.2",
"graphql": "^16.8.1",
"graphql-config": "^5.0.3",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.8",
"react": "^18.2.0",
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4852,6 +4852,23 @@ graphql-config@^5.0.2:
string-env-interpolation "^1.0.1"
tslib "^2.4.0"

graphql-config@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-5.0.3.tgz#d9aa2954cf47a927f9cb83cdc4e42ae55d0b321e"
integrity sha512-BNGZaoxIBkv9yy6Y7omvsaBUHOzfFcII3UN++tpH8MGOKFPFkCPZuwx09ggANMt8FgyWP1Od8SWPmrUEZca4NQ==
dependencies:
"@graphql-tools/graphql-file-loader" "^8.0.0"
"@graphql-tools/json-file-loader" "^8.0.0"
"@graphql-tools/load" "^8.0.0"
"@graphql-tools/merge" "^9.0.0"
"@graphql-tools/url-loader" "^8.0.0"
"@graphql-tools/utils" "^10.0.0"
cosmiconfig "^8.1.0"
jiti "^1.18.2"
minimatch "^4.2.3"
string-env-interpolation "^1.0.1"
tslib "^2.4.0"

graphql-depth-limit@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/graphql-depth-limit/-/graphql-depth-limit-1.1.0.tgz"
Expand Down Expand Up @@ -4884,10 +4901,10 @@ graphql-ws@^5.14.0:
resolved "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.14.0.tgz"
integrity sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==

graphql@^16.7.1:
version "16.7.1"
resolved "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz"
integrity sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==
graphql@^16.8.1:
version "16.8.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==

gunzip-maybe@^1.4.2:
version "1.4.2"
Expand Down

0 comments on commit cc33d03

Please sign in to comment.