Skip to content

Commit b2f2222

Browse files
authored
chore: upgrade deps (#9)
1 parent b730401 commit b2f2222

File tree

2 files changed

+100
-60
lines changed

2 files changed

+100
-60
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"test": "jest"
3030
},
3131
"peerDependencies": {
32-
"graphql": "^0.12.0 || ^0.13.0",
33-
"graphql-tag": "^2.9.0",
34-
"graphql-tools": "^3.0.0"
32+
"graphql": "^0.12.0 || ^0.13.0 || ^0.14.0",
33+
"graphql-tag": "^2.0.0",
34+
"graphql-tools": "^3.0.0 || ^4.0.0"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.1.2",
38-
"@babel/core": "^7.1.2",
37+
"@babel/cli": "^7.1.5",
38+
"@babel/core": "^7.1.5",
3939
"@babel/plugin-proposal-class-properties": "^7.1.0",
40-
"@babel/preset-env": "^7.1.0",
40+
"@babel/preset-env": "^7.1.5",
4141
"@babel/preset-react": "^7.0.0",
4242
"babel-core": "^7.0.0-0",
4343
"babel-eslint": "^10.0.1",
@@ -47,16 +47,16 @@
4747
"codecov": "^3.0.1",
4848
"conventional-github-releaser": "^3.1.2",
4949
"dtslint": "^0.3.0",
50-
"eslint": "^5.7.0",
50+
"eslint": "^5.9.0",
5151
"eslint-config-airbnb-base": "^13.1.0",
52-
"eslint-config-prettier": "^3.1.0",
52+
"eslint-config-prettier": "^3.3.0",
5353
"eslint-plugin-import": "^2.11.0",
5454
"graphql": "^14.0.2",
5555
"graphql-tag": "^2.9.2",
56-
"graphql-tools": "^4.0.1",
56+
"graphql-tools": "^4.0.3",
5757
"jest": "^23.6.0",
58-
"prettier": "^1.12.1",
59-
"rollup": "^0.66.6",
58+
"prettier": "^1.15.2",
59+
"rollup": "^0.67.1",
6060
"rollup-plugin-babel": "^4.0.3",
6161
"rollup-plugin-commonjs": "^9.1.3",
6262
"rollup-plugin-json": "^3.1.0",

yarn.lock

Lines changed: 89 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.1.2":
6-
version "7.1.2"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.2.tgz#fc2853ae96824b3779ca85de4fd025ce3cf62a5e"
8-
integrity sha512-K3WDlpBPGpoW11SLKFEBhMsITomPovsrZ/wnM3y+WStbytukDXC0OBic3yQp+j058QUw0+R/jfx2obwp1fOzcA==
5+
"@babel/cli@^7.1.5":
6+
version "7.1.5"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.5.tgz#4ccf0a8cdabeefdd8ce955384530f050935bc4d7"
8+
integrity sha512-zbO/DtTnaDappBflIU3zYEgATLToRDmW5uN/EGH1GXaes7ydfjqmAoK++xmJIA+8HfDw7UyPZNdM8fhGhfmMhw==
99
dependencies:
1010
commander "^2.8.1"
1111
convert-source-map "^1.1.0"
@@ -26,18 +26,18 @@
2626
dependencies:
2727
"@babel/highlight" "^7.0.0"
2828

29-
"@babel/core@^7.1.2":
30-
version "7.1.2"
31-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
32-
integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw==
29+
"@babel/core@^7.1.5":
30+
version "7.1.5"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090"
32+
integrity sha512-vOyH020C56tQvte++i+rX2yokZcRfbv/kKcw+/BCRw/cK6dvsr47aCzm8oC1XHwMSEWbqrZKzZRLzLnq6SFMsg==
3333
dependencies:
3434
"@babel/code-frame" "^7.0.0"
35-
"@babel/generator" "^7.1.2"
36-
"@babel/helpers" "^7.1.2"
37-
"@babel/parser" "^7.1.2"
35+
"@babel/generator" "^7.1.5"
36+
"@babel/helpers" "^7.1.5"
37+
"@babel/parser" "^7.1.5"
3838
"@babel/template" "^7.1.2"
39-
"@babel/traverse" "^7.1.0"
40-
"@babel/types" "^7.1.2"
39+
"@babel/traverse" "^7.1.5"
40+
"@babel/types" "^7.1.5"
4141
convert-source-map "^1.1.0"
4242
debug "^3.1.0"
4343
json5 "^0.5.0"
@@ -46,7 +46,7 @@
4646
semver "^5.4.1"
4747
source-map "^0.5.0"
4848

49-
"@babel/generator@^7.1.2", "@babel/generator@^7.1.3":
49+
"@babel/generator@^7.1.3":
5050
version "7.1.3"
5151
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
5252
integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ==
@@ -57,6 +57,17 @@
5757
source-map "^0.5.0"
5858
trim-right "^1.0.1"
5959

60+
"@babel/generator@^7.1.5":
61+
version "7.1.5"
62+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3"
63+
integrity sha512-IO31r62xfMI+wBJVmgx0JR9ZOHty8HkoYpQAjRWUGG9vykBTlGHdArZ8zoFtpUu2gs17K7qTl/TtPpiSi6t+MA==
64+
dependencies:
65+
"@babel/types" "^7.1.5"
66+
jsesc "^2.5.1"
67+
lodash "^4.17.10"
68+
source-map "^0.5.0"
69+
trim-right "^1.0.1"
70+
6071
"@babel/helper-annotate-as-pure@^7.0.0":
6172
version "7.0.0"
6273
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -220,14 +231,14 @@
220231
"@babel/traverse" "^7.1.0"
221232
"@babel/types" "^7.0.0"
222233

223-
"@babel/helpers@^7.1.2":
224-
version "7.1.2"
225-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5"
226-
integrity sha512-Myc3pUE8eswD73aWcartxB16K6CGmHDv9KxOmD2CeOs/FaEAQodr3VYGmlvOmog60vNQ2w8QbatuahepZwrHiA==
234+
"@babel/helpers@^7.1.5":
235+
version "7.1.5"
236+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
237+
integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
227238
dependencies:
228239
"@babel/template" "^7.1.2"
229-
"@babel/traverse" "^7.1.0"
230-
"@babel/types" "^7.1.2"
240+
"@babel/traverse" "^7.1.5"
241+
"@babel/types" "^7.1.5"
231242

232243
"@babel/highlight@^7.0.0":
233244
version "7.0.0"
@@ -243,6 +254,11 @@
243254
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
244255
integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==
245256

257+
"@babel/parser@^7.1.5":
258+
version "7.1.5"
259+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc"
260+
integrity sha512-WXKf5K5HT6X0kKiCOezJZFljsfxKV1FpU8Tf1A7ZpGvyd/Q4hlrJm2EwoH2onaUq3O4tLDp+4gk0hHPsMyxmOg==
261+
246262
"@babel/plugin-proposal-async-generator-functions@^7.1.0":
247263
version "7.1.0"
248264
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce"
@@ -362,10 +378,10 @@
362378
dependencies:
363379
"@babel/helper-plugin-utils" "^7.0.0"
364380

365-
"@babel/plugin-transform-block-scoping@^7.0.0":
366-
version "7.0.0"
367-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0.tgz#1745075edffd7cdaf69fab2fb6f9694424b7e9bc"
368-
integrity sha512-GWEMCrmHQcYWISilUrk9GDqH4enf3UmhOEbNbNrlNAX1ssH3MsS1xLOS6rdjRVPgA7XXVPn87tRkdTEoA/dxEg==
381+
"@babel/plugin-transform-block-scoping@^7.1.5":
382+
version "7.1.5"
383+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz#3e8e0bc9a5104519923302a24f748f72f2f61f37"
384+
integrity sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ==
369385
dependencies:
370386
"@babel/helper-plugin-utils" "^7.0.0"
371387
lodash "^4.17.10"
@@ -586,10 +602,10 @@
586602
"@babel/helper-regex" "^7.0.0"
587603
regexpu-core "^4.1.3"
588604

589-
"@babel/preset-env@^7.1.0":
590-
version "7.1.0"
591-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11"
592-
integrity sha512-ZLVSynfAoDHB/34A17/JCZbyrzbQj59QC1Anyueb4Bwjh373nVPq5/HMph0z+tCmcDjXDe+DlKQq9ywQuvWrQg==
605+
"@babel/preset-env@^7.1.5":
606+
version "7.1.5"
607+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d"
608+
integrity sha512-pQ+2o0YyCp98XG0ODOHJd9z4GsSoV5jicSedRwCrU8uiqcJahwQiOq0asSZEb/m/lwyu6X5INvH/DSiwnQKncw==
593609
dependencies:
594610
"@babel/helper-module-imports" "^7.0.0"
595611
"@babel/helper-plugin-utils" "^7.0.0"
@@ -604,7 +620,7 @@
604620
"@babel/plugin-transform-arrow-functions" "^7.0.0"
605621
"@babel/plugin-transform-async-to-generator" "^7.1.0"
606622
"@babel/plugin-transform-block-scoped-functions" "^7.0.0"
607-
"@babel/plugin-transform-block-scoping" "^7.0.0"
623+
"@babel/plugin-transform-block-scoping" "^7.1.5"
608624
"@babel/plugin-transform-classes" "^7.1.0"
609625
"@babel/plugin-transform-computed-properties" "^7.0.0"
610626
"@babel/plugin-transform-destructuring" "^7.0.0"
@@ -668,6 +684,21 @@
668684
globals "^11.1.0"
669685
lodash "^4.17.10"
670686

687+
"@babel/traverse@^7.1.5":
688+
version "7.1.5"
689+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9"
690+
integrity sha512-eU6XokWypl0MVJo+MTSPUtlfPePkrqsF26O+l1qFGlCKWwmiYAYy2Sy44Qw8m2u/LbPCsxYt90rghmqhYMGpPA==
691+
dependencies:
692+
"@babel/code-frame" "^7.0.0"
693+
"@babel/generator" "^7.1.5"
694+
"@babel/helper-function-name" "^7.1.0"
695+
"@babel/helper-split-export-declaration" "^7.0.0"
696+
"@babel/parser" "^7.1.5"
697+
"@babel/types" "^7.1.5"
698+
debug "^3.1.0"
699+
globals "^11.1.0"
700+
lodash "^4.17.10"
701+
671702
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3":
672703
version "7.1.3"
673704
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
@@ -677,6 +708,15 @@
677708
lodash "^4.17.10"
678709
to-fast-properties "^2.0.0"
679710

711+
"@babel/types@^7.1.5":
712+
version "7.1.5"
713+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081"
714+
integrity sha512-sJeqa/d9eM/bax8Ivg+fXF7FpN3E/ZmTrWbkk6r+g7biVYfALMnLin4dKijsaqEhpd2xvOGfQTkQkD31YCVV4A==
715+
dependencies:
716+
esutils "^2.0.2"
717+
lodash "^4.17.10"
718+
to-fast-properties "^2.0.0"
719+
680720
"@sindresorhus/is@^0.7.0":
681721
version "0.7.0"
682722
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
@@ -2333,10 +2373,10 @@ eslint-config-airbnb-base@^13.1.0:
23332373
object.assign "^4.1.0"
23342374
object.entries "^1.0.4"
23352375

2336-
eslint-config-prettier@^3.1.0:
2337-
version "3.1.0"
2338-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz#2c26d2cdcfa3a05f0642cd7e6e4ef3316cdabfa2"
2339-
integrity sha512-QYGfmzuc4q4J6XIhlp8vRKdI/fI0tQfQPy1dME3UOLprE+v4ssH/3W9LM2Q7h5qBcy5m0ehCrBDU2YF8q6OY8w==
2376+
eslint-config-prettier@^3.3.0:
2377+
version "3.3.0"
2378+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz#41afc8d3b852e757f06274ed6c44ca16f939a57d"
2379+
integrity sha512-Bc3bh5bAcKNvs3HOpSi6EfGA2IIp7EzWcg2tS4vP7stnXu/J1opihHDM7jI9JCIckyIDTgZLSWn7J3HY0j2JfA==
23402380
dependencies:
23412381
get-stdin "^6.0.0"
23422382

@@ -2403,10 +2443,10 @@ eslint-visitor-keys@^1.0.0:
24032443
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
24042444
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
24052445

2406-
eslint@^5.7.0:
2407-
version "5.7.0"
2408-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c"
2409-
integrity sha512-zYCeFQahsxffGl87U2aJ7DPyH8CbWgxBC213Y8+TCanhUTf2gEvfq3EKpHmEcozTLyPmGe9LZdMAwC/CpJBM5A==
2446+
eslint@^5.9.0:
2447+
version "5.9.0"
2448+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e"
2449+
integrity sha512-g4KWpPdqN0nth+goDNICNXGfJF7nNnepthp46CAlJoJtC5K/cLu3NgCM3AHu1CkJ5Hzt9V0Y0PBAO6Ay/gGb+w==
24102450
dependencies:
24112451
"@babel/code-frame" "^7.0.0"
24122452
ajv "^6.5.3"
@@ -3087,10 +3127,10 @@ graphql-tag@^2.9.2:
30873127
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
30883128
integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
30893129

3090-
graphql-tools@^4.0.1:
3091-
version "4.0.1"
3092-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.1.tgz#c995a4e25c2967d108c975e508322d12969c8c0e"
3093-
integrity sha512-yyUTS875FLt9RgTFZ8XbOvJE7iFkNdmUDhHNgAcJnCrS9dwmbfVYGEQ00u0UGyQF0zvuI7QzRh5TqbnO7ueLxw==
3130+
graphql-tools@^4.0.3:
3131+
version "4.0.3"
3132+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
3133+
integrity sha512-NNZM0WSnVLX1zIMUxu7SjzLZ4prCp15N5L2T2ro02OVyydZ0fuCnZYRnx/yK9xjGWbZA0Q58yEO//Bv/psJWrg==
30943134
dependencies:
30953135
apollo-link "^1.2.3"
30963136
apollo-utilities "^1.0.1"
@@ -5252,10 +5292,10 @@ preserve@^0.2.0:
52525292
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
52535293
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
52545294

5255-
prettier@^1.12.1:
5256-
version "1.14.3"
5257-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895"
5258-
integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg==
5295+
prettier@^1.15.2:
5296+
version "1.15.2"
5297+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
5298+
integrity sha512-YgPLFFA0CdKL4Eg2IHtUSjzj/BWgszDHiNQAe0VAIBse34148whfdzLagRL+QiKS+YfK5ftB6X4v/MBw8yCoug==
52595299

52605300
pretty-format@^23.6.0:
52615301
version "23.6.0"
@@ -5760,10 +5800,10 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.1,
57605800
estree-walker "^0.5.2"
57615801
micromatch "^2.3.11"
57625802

5763-
rollup@^0.66.6:
5764-
version "0.66.6"
5765-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.6.tgz#ce7d6185beb7acea644ce220c25e71ae03275482"
5766-
integrity sha512-J7/SWanrcb83vfIHqa8+aVVGzy457GcjA6GVZEnD0x2u4OnOd0Q1pCrEoNe8yLwM6z6LZP02zBT2uW0yh5TqOw==
5803+
rollup@^0.67.1:
5804+
version "0.67.1"
5805+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.67.1.tgz#4094110c944d3c9e25b5bf196771b51132ec3adb"
5806+
integrity sha512-BfwL9pw5VyxrAWx/G1tP8epgG+NH4KcR78aoWacV7+dFp1Mj6ynH8QTIC/lDQ3KlwzDakqZmJQ4LQ7TmLg+pBA==
57675807
dependencies:
57685808
"@types/estree" "0.0.39"
57695809
"@types/node" "*"

0 commit comments

Comments
 (0)