Skip to content

Commit 173ce57

Browse files
dependabot[bot]TimothyJones
authored andcommitted
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2, fix graphql example dependencies (#348)
* chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.2) Signed-off-by: dependabot[bot] <support@github.com> * chore(examples): Fix dependencies in graphql example, fixing the failing build
1 parent cf5d3b5 commit 173ce57

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

examples/graphql/package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@
2222
"@pact-foundation/pact": "^8.2.6",
2323
"@types/chai": "^4.0.3",
2424
"@types/chai-as-promised": "0.0.31",
25-
"@types/graphql": "^14.0.2",
2625
"@types/mocha": "^2.2.48",
2726
"@types/node": "^8.0.24",
28-
"@types/sinon": "^7.0.6",
29-
"@types/sinon-chai": "^2.7.29",
30-
"@types/express-graphql": "^0.8.0",
27+
"@types/express-graphql": "0.8.0",
3128
"nyc": "^11.6.0",
3229
"rimraf": "^2.6.2",
3330
"ts-node": "^3.3.0",
34-
"ts-mock-imports": "^1.2.2",
3531
"typescript": "^3.3.3",
3632
"chai": "^4.2.0",
3733
"chai-as-promised": "^7.1.1",
@@ -42,11 +38,11 @@
4238
"apollo-server-express": "^1.3.5",
4339
"body-parser": "^1.18.2",
4440
"express": "^4.16.3",
45-
"express-graphql": "^0.6.12",
46-
"graphql": "^0.13.2",
47-
"graphql-tag": "^2.9.1",
48-
"graphql-tools": "^2.24.0",
41+
"express-graphql": "0.8.0",
42+
"graphql": "^14.5.3",
43+
"graphql-tag": "^2.10.1",
44+
"graphql-tools": "^4.0.5",
4945
"node-fetch": "^2.2.0",
5046
"lodash": "^4.17.13"
5147
}
52-
}
48+
}

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)