Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo committed Nov 28, 2018
1 parent 9dcc388 commit da866c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@britishcouncil/grizzly",
"version": "0.3.2",
"version": "0.3.3",
"description": "Slightly opinionated GraphQL server solution.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -27,13 +27,12 @@
},
"dependencies": {
"apollo-errors": "^1.9.0",
"apollo-server-express": "^2.1.0",
"apollo-server-express": "^2.2.4",
"express": "^4.16.4",
"express-session": "^1.15.6",
"graphql": "^14.0.2",
"graphql-import": "^0.7.1",
"graphql-middleware": "^2.0.2",
"graphql-shield": "^4.0.1",
"graphql-shield": "^4.1.0",
"passport": "^0.4.0",
"postgraphile": "^4.0.1"
},
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2346,13 +2346,6 @@ graphql-tools@^4.0.3:
dependencies:
iterall "^1.2.1"

graphql@^14.0.2:
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==
dependencies:
iterall "^1.2.2"

has-ansi@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
Expand Down Expand Up @@ -2913,7 +2906,7 @@ isobject@^3.0.0, isobject@^3.0.1:
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=

iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
iterall@^1.1.3, iterall@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==
Expand Down

0 comments on commit da866c9

Please sign in to comment.