From 707e8c1a8909f7e5348e7412e047436f72ff3134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 18 Jan 2019 13:03:59 +0000 Subject: [PATCH 1/4] Bump graphql from 14.0.2 to 14.1.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.0.2 to 14.1.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.0.2...v14.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4707e273a..aad01265d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cross-env": "^5.2.0", "date-fns": "^2.0.0-alpha.26", "express": "^4.16.3", - "graphql": "^14.0.2", + "graphql": "^14.1.1", "graphql-tag": "^2.10.1", "jsonwebtoken": "^8.3.0", "nuxt": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index d3ffae4a4..b84683c51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5779,10 +5779,10 @@ graphql-tools@^4.0.0: iterall "^1.1.3" uuid "^3.1.0" -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== +graphql@^14.0.2, graphql@^14.1.1: + version "14.1.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0" + integrity sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q== dependencies: iterall "^1.2.2" From 427edb2c380befa19498f40ade4b0239edde3cee Mon Sep 17 00:00:00 2001 From: kachulio1 Date: Tue, 22 Jan 2019 01:55:41 +0300 Subject: [PATCH 2/4] add width in flex-item --- pages/post/_slug.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/post/_slug.vue b/pages/post/_slug.vue index 0d147532c..d4a233f0f 100644 --- a/pages/post/_slug.vue +++ b/pages/post/_slug.vue @@ -1,7 +1,7 @@