Skip to content

Commit 012210b

Browse files
committed
chore: update dependencies
1 parent f7f3a73 commit 012210b

File tree

3 files changed

+56
-45
lines changed

3 files changed

+56
-45
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"homepage": "https://github.com/graphql-compose/graphql-compose-pagination",
2626
"peerDependencies": {
27-
"graphql-compose": ">=3.0.0"
27+
"graphql-compose": ">=3.0.0 || >=4.0.0"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.26.0",
31-
"babel-eslint": "^8.2.2",
31+
"babel-eslint": "^8.2.3",
3232
"babel-jest": "^22.4.3",
3333
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3434
"babel-plugin-transform-object-rest-spread": "^6.26.0",
@@ -38,16 +38,16 @@
3838
"eslint": "^4.19.1",
3939
"eslint-config-airbnb-base": "^12.1.0",
4040
"eslint-config-prettier": "^2.9.0",
41-
"eslint-plugin-flowtype": "^2.46.1",
42-
"eslint-plugin-import": "^2.10.0",
41+
"eslint-plugin-flowtype": "^2.46.2",
42+
"eslint-plugin-import": "^2.11.0",
4343
"eslint-plugin-prettier": "^2.6.0",
44-
"flow-bin": "^0.69.0",
44+
"flow-bin": "^0.70.0",
4545
"graphql": "0.13.2",
46-
"graphql-compose": "^3.1.1",
46+
"graphql-compose": "^4.0.0",
4747
"jest": "^22.4.3",
48-
"prettier": "^1.11.1",
48+
"prettier": "^1.12.0",
4949
"rimraf": "^2.6.2",
50-
"semantic-release": "^15.1.4"
50+
"semantic-release": "^15.1.7"
5151
},
5252
"dependencies": {
5353
"babel-runtime": "^6.26.0"

src/__tests__/paginationResolver-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ describe('paginationResolver', () => {
7676

7777
describe('resolver args', () => {
7878
it('should have `page` arg', () => {
79-
expect(paginationResolver.getArg('page').type).toBe(GraphQLInt);
79+
expect(paginationResolver.getArgType('page')).toBe(GraphQLInt);
8080
});
8181

8282
it('should have `perPage` arg', () => {
83-
expect(paginationResolver.getArg('perPage').type).toBe(GraphQLInt);
83+
expect(paginationResolver.getArgType('perPage')).toBe(GraphQLInt);
8484
});
8585
});
8686

yarn.lock

+46-35
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:
@@ -488,14 +488,14 @@ babel-core@^6.0.0, babel-core@^6.26.0:
488488
slash "^1.0.0"
489489
source-map "^0.5.6"
490490

491-
babel-eslint@^8.2.2:
492-
version "8.2.2"
493-
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
491+
babel-eslint@^8.2.3:
492+
version "8.2.3"
493+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"
494494
dependencies:
495-
"@babel/code-frame" "^7.0.0-beta.40"
496-
"@babel/traverse" "^7.0.0-beta.40"
497-
"@babel/types" "^7.0.0-beta.40"
498-
babylon "^7.0.0-beta.40"
495+
"@babel/code-frame" "7.0.0-beta.44"
496+
"@babel/traverse" "7.0.0-beta.44"
497+
"@babel/types" "7.0.0-beta.44"
498+
babylon "7.0.0-beta.44"
499499
eslint-scope "~3.7.1"
500500
eslint-visitor-keys "^1.0.0"
501501

@@ -983,7 +983,7 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26
983983
lodash "^4.17.4"
984984
to-fast-properties "^1.0.3"
985985

986-
[email protected], babylon@^7.0.0-beta.40:
986+
987987
version "7.0.0-beta.44"
988988
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
989989

@@ -1108,7 +1108,7 @@ btoa-lite@^1.0.0:
11081108
version "1.0.0"
11091109
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
11101110

1111-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1111+
builtin-modules@^1.0.0:
11121112
version "1.1.1"
11131113
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11141114

@@ -1716,17 +1716,16 @@ eslint-module-utils@^2.2.0:
17161716
debug "^2.6.8"
17171717
pkg-dir "^1.0.0"
17181718

1719-
eslint-plugin-flowtype@^2.46.1:
1720-
version "2.46.1"
1721-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4"
1719+
eslint-plugin-flowtype@^2.46.2:
1720+
version "2.46.2"
1721+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.2.tgz#8749fddda6f6c30d0672011151bea726765b5753"
17221722
dependencies:
17231723
lodash "^4.15.0"
17241724

1725-
eslint-plugin-import@^2.10.0:
1726-
version "2.10.0"
1727-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7"
1725+
eslint-plugin-import@^2.11.0:
1726+
version "2.11.0"
1727+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
17281728
dependencies:
1729-
builtin-modules "^1.1.1"
17301729
contains-path "^0.1.0"
17311730
debug "^2.6.8"
17321731
doctrine "1.5.0"
@@ -1736,6 +1735,7 @@ eslint-plugin-import@^2.10.0:
17361735
lodash "^4.17.4"
17371736
minimatch "^3.0.3"
17381737
read-pkg-up "^2.0.0"
1738+
resolve "^1.6.0"
17391739

17401740
eslint-plugin-prettier@^2.6.0:
17411741
version "2.6.0"
@@ -2068,9 +2068,9 @@ flat-cache@^1.2.1:
20682068
graceful-fs "^4.1.2"
20692069
write "^0.2.1"
20702070

2071-
flow-bin@^0.69.0:
2072-
version "0.69.0"
2073-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.69.0.tgz#053159a684a6051fcbf0b71a2eb19a9679082da6"
2071+
flow-bin@^0.70.0:
2072+
version "0.70.0"
2073+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
20742074

20752075
for-in@^1.0.1, for-in@^1.0.2:
20762076
version "1.0.2"
@@ -2230,11 +2230,12 @@ git-url-parse@^8.0.0:
22302230
dependencies:
22312231
git-up "^2.0.0"
22322232

2233-
git-url-parse@^8.1.0:
2234-
version "8.2.0"
2235-
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-8.2.0.tgz#74969b0105f805df58873ee5b96bc1a4dc0573b1"
2233+
git-url-parse@^9.0.0:
2234+
version "9.0.0"
2235+
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-9.0.0.tgz#a82a36acc3544c77ed0984d6488b37fbcfbec24d"
22362236
dependencies:
22372237
git-up "^2.0.0"
2238+
parse-domain "^2.0.0"
22382239

22392240
glob-base@^0.3.0:
22402241
version "0.3.0"
@@ -2306,9 +2307,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6:
23062307
version "4.1.11"
23072308
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
23082309

2309-
graphql-compose@^3.1.1:
2310-
version "3.1.1"
2311-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-3.1.1.tgz#97fcf4f4a0aa5d58906eb9ec4166cbf426437c73"
2310+
graphql-compose@^4.0.0:
2311+
version "4.0.0"
2312+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-4.0.0.tgz#6b260dc4e220c33feae46e50e34edd9072ef0244"
23122313
dependencies:
23132314
babel-runtime "^6.26.0"
23142315
object-path "^0.11.4"
@@ -3889,6 +3890,10 @@ p-retry@^1.0.0:
38893890
dependencies:
38903891
retry "^0.10.0"
38913892

3893+
parse-domain@^2.0.0:
3894+
version "2.0.0"
3895+
resolved "https://registry.yarnpkg.com/parse-domain/-/parse-domain-2.0.0.tgz#e9f42f697c30f7c2051dc5c55ff4d8a80da7943c"
3896+
38923897
parse-github-url@^1.0.1:
38933898
version "1.0.2"
38943899
resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395"
@@ -4042,9 +4047,9 @@ preserve@^0.2.0:
40424047
version "0.2.0"
40434048
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
40444049

4045-
prettier@^1.11.1:
4046-
version "1.11.1"
4047-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.1.tgz#61e43fc4cd44e68f2b0dfc2c38cd4bb0fccdcc75"
4050+
prettier@^1.12.0:
4051+
version "1.12.0"
4052+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.0.tgz#d26fc5894b9230de97629b39cae225b503724ce8"
40484053

40494054
pretty-format@^22.4.3:
40504055
version "22.4.3"
@@ -4414,6 +4419,12 @@ resolve@^1.2.0:
44144419
dependencies:
44154420
path-parse "^1.0.5"
44164421

4422+
resolve@^1.6.0:
4423+
version "1.7.1"
4424+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
4425+
dependencies:
4426+
path-parse "^1.0.5"
4427+
44174428
restore-cursor@^2.0.0:
44184429
version "2.0.0"
44194430
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -4489,9 +4500,9 @@ sax@^1.2.4:
44894500
version "1.2.4"
44904501
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
44914502

4492-
semantic-release@^15.1.4:
4493-
version "15.1.4"
4494-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.1.4.tgz#000ddbd8a8977dc1a68cacfbeef2fb551e4b9791"
4503+
semantic-release@^15.1.7:
4504+
version "15.1.7"
4505+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.1.7.tgz#b29eef1b9443f75addab7c2e353338b72b9b628d"
44954506
dependencies:
44964507
"@semantic-release/commit-analyzer" "^5.0.0"
44974508
"@semantic-release/error" "^2.2.0"
@@ -4506,7 +4517,7 @@ semantic-release@^15.1.4:
45064517
execa "^0.10.0"
45074518
get-stream "^3.0.0"
45084519
git-log-parser "^1.2.0"
4509-
git-url-parse "^8.1.0"
4520+
git-url-parse "^9.0.0"
45104521
hook-std "^0.4.0"
45114522
hosted-git-info "^2.6.0"
45124523
lodash "^4.17.4"

0 commit comments

Comments
 (0)