Skip to content

Commit f4a40a9

Browse files
committed
Update deps
1 parent 29ec1bc commit f4a40a9

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"express": "^4.16.3",
6161
"express-graphql": "^0.6.12",
6262
"graphql": "0.13.2",
63-
"graphql-relay": "0.5.4"
63+
"graphql-relay": "0.5.5"
6464
},
6565
"devDependencies": {
6666
"babel-cli": "^6.26.0",
@@ -77,13 +77,13 @@
7777
"browserify-shim": "^3.8.10",
7878
"chai": "^4.1.2",
7979
"coveralls": "^3.0.0",
80-
"eslint": "^4.19.0",
81-
"eslint-plugin-babel": "4.1.2",
80+
"eslint": "^4.19.1",
81+
"eslint-plugin-babel": "5.0.0",
8282
"eslint-plugin-prettier": "^2.6.0",
83-
"flow-bin": "^0.68.0",
83+
"flow-bin": "^0.69.0",
8484
"isomorphic-fetch": "2.2.1",
8585
"isparta": "^4.0.0",
86-
"mocha": "^5.0.4",
86+
"mocha": "^5.0.5",
8787
"prettier": "^1.11.1",
8888
"sane": "^2.5.0"
8989
}

yarn.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,9 +1909,11 @@ escodegen@~1.1.0:
19091909
optionalDependencies:
19101910
source-map "~0.1.30"
19111911

1912-
1913-
version "4.1.2"
1914-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
1912+
1913+
version "5.0.0"
1914+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.0.0.tgz#57c082f89bfc67f535757a8a939617667c3c5c97"
1915+
dependencies:
1916+
eslint-rule-composer "^0.1.1"
19151917

19161918
eslint-plugin-prettier@^2.6.0:
19171919
version "2.6.0"
@@ -1920,6 +1922,10 @@ eslint-plugin-prettier@^2.6.0:
19201922
fast-diff "^1.1.1"
19211923
jest-docblock "^21.0.0"
19221924

1925+
eslint-rule-composer@^0.1.1:
1926+
version "0.1.1"
1927+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.1.1.tgz#479dfd4e93d7f2777499a35ce9be76403c8e982a"
1928+
19231929
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
19241930
version "3.7.1"
19251931
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
@@ -1931,9 +1937,9 @@ eslint-visitor-keys@^1.0.0:
19311937
version "1.0.0"
19321938
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
19331939

1934-
eslint@^4.19.0:
1935-
version "4.19.0"
1936-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.0.tgz#9e900efb5506812ac374557034ef6f5c3642fc4c"
1940+
eslint@^4.19.1:
1941+
version "4.19.1"
1942+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
19371943
dependencies:
19381944
ajv "^5.3.0"
19391945
babel-code-frame "^6.22.0"
@@ -2267,9 +2273,9 @@ flat-cache@^1.2.1:
22672273
graceful-fs "^4.1.2"
22682274
write "^0.2.1"
22692275

2270-
flow-bin@^0.68.0:
2271-
version "0.68.0"
2272-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.68.0.tgz#86c2d14857d306eb2e85e274f2eebf543564f623"
2276+
flow-bin@^0.69.0:
2277+
version "0.69.0"
2278+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.69.0.tgz#053159a684a6051fcbf0b71a2eb19a9679082da6"
22732279

22742280
for-in@^1.0.1, for-in@^1.0.2:
22752281
version "1.0.2"
@@ -2451,9 +2457,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.4:
24512457
version "4.1.11"
24522458
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
24532459

2454-
2455-
version "0.5.4"
2456-
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.4.tgz#58050cfe16118595f82ab3aabfc974546ce755a8"
2460+
2461+
version "0.5.5"
2462+
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.5.tgz#d6815e6edd618e878d5d921c13fc66033ec867e2"
24572463

24582464
24592465
version "0.13.2"
@@ -3324,9 +3330,9 @@ [email protected], [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
33243330
dependencies:
33253331
minimist "0.0.8"
33263332

3327-
mocha@^5.0.4:
3328-
version "5.0.4"
3329-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
3333+
mocha@^5.0.5:
3334+
version "5.0.5"
3335+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52"
33303336
dependencies:
33313337
browser-stdout "1.3.1"
33323338
commander "2.11.0"

0 commit comments

Comments
 (0)