Skip to content

Commit

Permalink
Bump GraphQLjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 31, 2021
1 parent 27d5d67 commit 52f42bb
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/canary.yml
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-16-8-15-node-modules-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-16-8-15-node-modules-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-16-8-15-node-modules-
${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-16-8-16-node-modules-
- name: Install Dependencies using Yarn
run: yarn install && git checkout yarn.lock && yarn patch-package
- name: Release Canary
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -35,10 +35,10 @@ jobs:
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-16-8-15-node-modules-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-16-8-15-node-modules-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-16-8-15-node-modules-
${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-16-8-16-node-modules-
- name: Install Dependencies using Yarn
run: yarn install && git checkout yarn.lock && yarn patch-package
- name: Create Release Pull Request or Publish to npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-16-15-node-modules-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-16-16-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-16-15-node-modules-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-16-15-node-modules-
${{ runner.os }}-16-16-node-modules-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-16-16-node-modules-
- name: Install Dependencies using Yarn
run: yarn install && git checkout yarn.lock
- name: Lint
Expand All @@ -41,7 +41,7 @@ jobs:
graphql_version:
# - 14
- 15
- 16.0.0-rc.7
- 16
steps:
- name: Checkout Master
uses: actions/checkout@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
graphql_version:
# - 14
- 15
- 16.0.0-rc.7
- 16
steps:
- name: Checkout Master
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint ."
},
"dependencies": {
"graphql": "15.7.1"
"graphql": "16.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint ."
},
"dependencies": {
"graphql": "15.7.1"
"graphql": "16.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --ext graphql,js ."
},
"dependencies": {
"graphql": "15.7.1",
"graphql": "16.0.0",
"graphql-tag": "^2.12.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint ."
},
"dependencies": {
"graphql": "15.7.1"
"graphql": "16.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint ."
},
"dependencies": {
"graphql": "15.7.1"
"graphql": "16.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
},
"resolutions": {
"@changesets/git": "1.1.2",
"graphql": "15.7.1"
"graphql": "16.0.0"
},
"lint-staged": {
"{packages,scripts}/**/*.{ts,tsx,js,jsx,cjs,mjs}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/graphql-depth-limit": "1.1.3",
"@types/lodash.lowercase": "4.3.6",
"bob-the-bundler": "1.5.1",
"graphql": "15.7.2",
"graphql": "16.0.0",
"typescript": "4.4.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3923,10 +3923,10 @@ graphql-ws@^5.0.0:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.3.0.tgz#345f73686b639735f1f4ef0b9ea28e17c7f6a745"
integrity sha512-53MbSTOmgx5i6hf3DHVD5PrXix1drDmt2ja8MW7NG+aTpKGzkXVLyNcyNpxme4SK8jVtIV6ZIHkiwirqN0efpw==

graphql@15.7.1, graphql@15.7.2, graphql@^14.5.3:
version "15.7.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.1.tgz#c821a1741e04e2bc2c91e138f34c06a86c0464f1"
integrity sha512-x34S6gC0/peBZnlK60zCJox/d45A7p6At9oN9EPA3qhoIAlR4LNZmXRLkICBckwwTMJzVdA8cx3QIQZMOl606A==
graphql@16.0.0, graphql@^14.5.3:
version "16.0.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.0.tgz#5724f2767aefa543418e83671372117c39408c8f"
integrity sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==

hard-rejection@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 52f42bb

Please sign in to comment.