Skip to content

Commit 4f132fd

Browse files
committed
fix: allow [email protected] as peerDependency
1 parent 0c415df commit 4f132fd

File tree

2 files changed

+54
-43
lines changed

2 files changed

+54
-43
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
},
2828
"peerDependencies": {
2929
"elasticsearch": ">=12.0.0 || >=13.0.0 || >=14.0.0",
30-
"graphql-compose": ">=2.13.1 || >=3.0.0"
30+
"graphql-compose": ">=2.13.1 || >=3.0.0 || >=4.0.0"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.26.0",
34-
"babel-eslint": "^8.2.2",
34+
"babel-eslint": "^8.2.3",
3535
"babel-jest": "^22.4.3",
3636
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3737
"babel-plugin-transform-object-rest-spread": "^6.26.0",
@@ -42,20 +42,20 @@
4242
"eslint": "^4.19.1",
4343
"eslint-config-airbnb-base": "^12.0.1",
4444
"eslint-config-prettier": "^2.9.0",
45-
"eslint-plugin-flowtype": "^2.46.1",
46-
"eslint-plugin-import": "^2.10.0",
45+
"eslint-plugin-flowtype": "^2.46.2",
46+
"eslint-plugin-import": "^2.11.0",
4747
"eslint-plugin-prettier": "^2.6.0",
4848
"express": "^4.16.3",
4949
"express-graphql": "^0.6.12",
50-
"flow-bin": "^0.69.0",
50+
"flow-bin": "^0.70.0",
5151
"graphql": "0.13.2",
52-
"graphql-compose": "^3.1.1",
52+
"graphql-compose": "^4.0.0",
5353
"jest": "^22.4.3",
5454
"nodemon": "^1.17.3",
5555
"npm-run-all": "^4.1.2",
56-
"prettier": "^1.11.1",
56+
"prettier": "^1.12.0",
5757
"rimraf": "^2.6.2",
58-
"semantic-release": "^15.1.4"
58+
"semantic-release": "^15.1.7"
5959
},
6060
"config": {
6161
"commitizen": {

yarn.lock

Lines changed: 46 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected]", "@babel/code-frame@^7.0.0-beta.40":
5+
66
version "7.0.0-beta.44"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
88
dependencies:
@@ -63,7 +63,7 @@
6363
babylon "7.0.0-beta.44"
6464
lodash "^4.2.0"
6565

66-
"@babel/traverse@^7.0.0-beta.40":
66+
"@babel/[email protected].44":
6767
version "7.0.0-beta.44"
6868
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
6969
dependencies:
@@ -78,7 +78,7 @@
7878
invariant "^2.2.0"
7979
lodash "^4.2.0"
8080

81-
"@babel/[email protected]", "@babel/types@^7.0.0-beta.40":
81+
8282
version "7.0.0-beta.44"
8383
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
8484
dependencies:
@@ -569,14 +569,14 @@ babel-core@^6.26.0:
569569
slash "^1.0.0"
570570
source-map "^0.5.6"
571571

572-
babel-eslint@^8.2.2:
573-
version "8.2.2"
574-
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
572+
babel-eslint@^8.2.3:
573+
version "8.2.3"
574+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"
575575
dependencies:
576-
"@babel/code-frame" "^7.0.0-beta.40"
577-
"@babel/traverse" "^7.0.0-beta.40"
578-
"@babel/types" "^7.0.0-beta.40"
579-
babylon "^7.0.0-beta.40"
576+
"@babel/code-frame" "7.0.0-beta.44"
577+
"@babel/traverse" "7.0.0-beta.44"
578+
"@babel/types" "7.0.0-beta.44"
579+
babylon "7.0.0-beta.44"
580580
eslint-scope "~3.7.1"
581581
eslint-visitor-keys "^1.0.0"
582582

@@ -1122,7 +1122,7 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
11221122
lodash "^4.17.4"
11231123
to-fast-properties "^1.0.3"
11241124

1125-
[email protected], babylon@^7.0.0-beta.40:
1125+
11261126
version "7.0.0-beta.44"
11271127
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
11281128

@@ -1294,7 +1294,7 @@ buffer-shims@^1.0.0:
12941294
version "1.0.0"
12951295
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
12961296

1297-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1297+
builtin-modules@^1.0.0:
12981298
version "1.1.1"
12991299
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
13001300

@@ -2077,17 +2077,16 @@ eslint-module-utils@^2.2.0:
20772077
debug "^2.6.8"
20782078
pkg-dir "^1.0.0"
20792079

2080-
eslint-plugin-flowtype@^2.46.1:
2081-
version "2.46.1"
2082-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4"
2080+
eslint-plugin-flowtype@^2.46.2:
2081+
version "2.46.2"
2082+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.2.tgz#8749fddda6f6c30d0672011151bea726765b5753"
20832083
dependencies:
20842084
lodash "^4.15.0"
20852085

2086-
eslint-plugin-import@^2.10.0:
2087-
version "2.10.0"
2088-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7"
2086+
eslint-plugin-import@^2.11.0:
2087+
version "2.11.0"
2088+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
20892089
dependencies:
2090-
builtin-modules "^1.1.1"
20912090
contains-path "^0.1.0"
20922091
debug "^2.6.8"
20932092
doctrine "1.5.0"
@@ -2097,6 +2096,7 @@ eslint-plugin-import@^2.10.0:
20972096
lodash "^4.17.4"
20982097
minimatch "^3.0.3"
20992098
read-pkg-up "^2.0.0"
2099+
resolve "^1.6.0"
21002100

21012101
eslint-plugin-prettier@^2.6.0:
21022102
version "2.6.0"
@@ -2505,9 +2505,9 @@ flat-cache@^1.2.1:
25052505
graceful-fs "^4.1.2"
25062506
write "^0.2.1"
25072507

2508-
flow-bin@^0.69.0:
2509-
version "0.69.0"
2510-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.69.0.tgz#053159a684a6051fcbf0b71a2eb19a9679082da6"
2508+
flow-bin@^0.70.0:
2509+
version "0.70.0"
2510+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
25112511

25122512
for-in@^1.0.1, for-in@^1.0.2:
25132513
version "1.0.2"
@@ -2719,11 +2719,12 @@ git-url-parse@^8.0.0:
27192719
dependencies:
27202720
git-up "^2.0.0"
27212721

2722-
git-url-parse@^8.1.0:
2723-
version "8.2.0"
2724-
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-8.2.0.tgz#74969b0105f805df58873ee5b96bc1a4dc0573b1"
2722+
git-url-parse@^9.0.0:
2723+
version "9.0.0"
2724+
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-9.0.0.tgz#a82a36acc3544c77ed0984d6488b37fbcfbec24d"
27252725
dependencies:
27262726
git-up "^2.0.0"
2727+
parse-domain "^2.0.0"
27272728

27282729
glob-base@^0.3.0:
27292730
version "0.3.0"
@@ -2821,9 +2822,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6:
28212822
version "1.0.1"
28222823
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
28232824

2824-
graphql-compose@^3.1.1:
2825-
version "3.1.1"
2826-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-3.1.1.tgz#97fcf4f4a0aa5d58906eb9ec4166cbf426437c73"
2825+
graphql-compose@^4.0.0:
2826+
version "4.0.0"
2827+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-4.0.0.tgz#6b260dc4e220c33feae46e50e34edd9072ef0244"
28272828
dependencies:
28282829
babel-runtime "^6.26.0"
28292830
object-path "^0.11.4"
@@ -4767,6 +4768,10 @@ package-json@^4.0.0:
47674768
registry-url "^3.0.3"
47684769
semver "^5.1.0"
47694770

4771+
parse-domain@^2.0.0:
4772+
version "2.0.0"
4773+
resolved "https://registry.yarnpkg.com/parse-domain/-/parse-domain-2.0.0.tgz#e9f42f697c30f7c2051dc5c55ff4d8a80da7943c"
4774+
47704775
parse-github-url@^1.0.1:
47714776
version "1.0.2"
47724777
resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395"
@@ -4938,9 +4943,9 @@ preserve@^0.2.0:
49384943
version "0.2.0"
49394944
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
49404945

4941-
prettier@^1.11.1:
4942-
version "1.11.1"
4943-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.1.tgz#61e43fc4cd44e68f2b0dfc2c38cd4bb0fccdcc75"
4946+
prettier@^1.12.0:
4947+
version "1.12.0"
4948+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.0.tgz#d26fc5894b9230de97629b39cae225b503724ce8"
49444949

49454950
pretty-format@^22.4.3:
49464951
version "22.4.3"
@@ -5425,6 +5430,12 @@ resolve@^1.2.0:
54255430
dependencies:
54265431
path-parse "^1.0.5"
54275432

5433+
resolve@^1.6.0:
5434+
version "1.7.1"
5435+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
5436+
dependencies:
5437+
path-parse "^1.0.5"
5438+
54285439
restore-cursor@^2.0.0:
54295440
version "2.0.0"
54305441
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -5512,9 +5523,9 @@ sax@^1.2.4:
55125523
version "1.2.4"
55135524
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
55145525

5515-
semantic-release@^15.1.4:
5516-
version "15.1.4"
5517-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.1.4.tgz#000ddbd8a8977dc1a68cacfbeef2fb551e4b9791"
5526+
semantic-release@^15.1.7:
5527+
version "15.1.7"
5528+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.1.7.tgz#b29eef1b9443f75addab7c2e353338b72b9b628d"
55185529
dependencies:
55195530
"@semantic-release/commit-analyzer" "^5.0.0"
55205531
"@semantic-release/error" "^2.2.0"
@@ -5529,7 +5540,7 @@ semantic-release@^15.1.4:
55295540
execa "^0.10.0"
55305541
get-stream "^3.0.0"
55315542
git-log-parser "^1.2.0"
5532-
git-url-parse "^8.1.0"
5543+
git-url-parse "^9.0.0"
55335544
hook-std "^0.4.0"
55345545
hosted-git-info "^2.6.0"
55355546
lodash "^4.17.4"

0 commit comments

Comments
 (0)