Skip to content

Commit b4b7af5

Browse files
authored
Merge pull request #45 from graphcool/renovate/pin-dependencies
chore(deps): pin dependencies
2 parents 3b1ce16 + 1b97e7f commit b4b7af5

File tree

4 files changed

+49
-65
lines changed

4 files changed

+49
-65
lines changed

examples/file-upload/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
},
55
"dependencies": {
66
"graphql-yoga": "0.4.2",
7-
"imgur-uploader": "^4.2.1",
8-
"lowdb": "^1.0.0",
9-
"mkdirp": "^0.5.1",
10-
"shortid": "^2.2.8"
7+
"imgur-uploader": "4.2.1",
8+
"lowdb": "1.0.0",
9+
"mkdirp": "0.5.1",
10+
"shortid": "2.2.8"
1111
},
1212
"devDependencies": {
13-
"@types/mkdirp": "^0.5.1",
14-
"@types/node": "^8.0.53",
15-
"ts-node": "^3.3.0",
16-
"typescript": "^2.6.1"
13+
"@types/mkdirp": "0.5.2",
14+
"@types/node": "8.5.2",
15+
"ts-node": "3.3.0",
16+
"typescript": "2.6.2"
1717
}
1818
}

examples/fullstack/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"apollo-client-preset": "^1.0.2",
7-
"graphql": "^0.11.7",
8-
"graphql-tag": "^2.5.0",
9-
"react": "^16.1.1",
10-
"react-apollo": "^2.0.1",
11-
"react-dom": "^16.1.1",
6+
"apollo-client-preset": "1.0.5",
7+
"graphql": "0.11.7",
8+
"graphql-tag": "2.6.1",
9+
"react": "16.2.0",
10+
"react-apollo": "2.0.4",
11+
"react-dom": "16.2.0",
1212
"react-scripts": "1.0.17"
1313
},
1414
"scripts": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"subscriptions-transport-ws": "^0.9.4"
4848
},
4949
"devDependencies": {
50-
"tslint": "^5.8.0",
51-
"tslint-config-standard": "^7.0.0",
52-
"typescript": "^2.6.2"
50+
"tslint": "5.8.0",
51+
"tslint-config-standard": "7.0.0",
52+
"typescript": "2.6.2"
5353
}
5454
}

yarn.lock

Lines changed: 32 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/express-serve-static-core" "*"
3030
"@types/serve-static" "*"
3131

32-
"@types/graphql@^0.11.6", "@types/graphql@^0.11.7":
32+
"@types/[email protected].7", "@types/graphql@^0.11.7":
3333
version "0.11.7"
3434
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.7.tgz#da39a2f7c74e793e32e2bb7b3b68da1691532dd5"
3535

@@ -496,9 +496,9 @@ graphcool-json-schema@^1.0.1-beta.5:
496496
version "1.0.1-beta.6"
497497
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-beta.6.tgz#95c3442c84d6c7596c2e2e50db185529a18c501e"
498498

499-
graphcool-yml@^0.0.22:
500-
version "0.0.22"
501-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.22.tgz#8b227e1ec36d6b6f31eb1f67879e6f8b9332ca8f"
499+
graphcool-yml@^0.1.7:
500+
version "0.1.7"
501+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.1.7.tgz#3de1219771f40d4d0cf4fabdd113d6132734146a"
502502
dependencies:
503503
ajv "^5.5.1"
504504
bluebird "^3.5.1"
@@ -515,29 +515,19 @@ graphcool-yml@^0.0.22:
515515
scuid "^1.0.2"
516516
yaml-ast-parser "^0.0.40"
517517

518-
graphql-config-extension-graphcool@^0.1.5:
519-
version "0.1.5"
520-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.5.tgz#66d408c25653c09b815956dc3786e08dd742e73e"
521-
dependencies:
522-
graphcool-yml "^0.0.22"
523-
graphql-config "^1.1.0"
524-
525-
graphql-config@^1.0.9:
526-
version "1.0.9"
527-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.0.9.tgz#8fa416a7c2bdb8f62f441324775dd3ff8a266652"
518+
graphql-config-extension-graphcool@^0.2.0:
519+
version "0.2.0"
520+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.2.0.tgz#ac5b70bb88bb56ce6897ae4ce56d6189cae360c1"
528521
dependencies:
529-
graphql "^0.11.7"
530-
graphql-request "^1.4.0"
531-
js-yaml "^3.10.0"
532-
minimatch "^3.0.4"
533-
rimraf "^2.6.2"
522+
graphcool-yml "^0.1.7"
523+
graphql-config "^1.1.1"
534524

535-
graphql-config@^1.1.0:
536-
version "1.1.0"
537-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.0.tgz#0d1089db1da7695f556ed9204099fea8a238af88"
525+
graphql-config@^1.1.1:
526+
version "1.1.2"
527+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.2.tgz#fdb49dcf6543eb2ce17072a306d2700e04f16adc"
538528
dependencies:
539-
graphql "^0.11.7"
540-
graphql-import "^0.1.5"
529+
graphql "^0.12.3"
530+
graphql-import "^0.1.7"
541531
graphql-request "^1.4.0"
542532
js-yaml "^3.10.0"
543533
minimatch "^3.0.4"
@@ -550,28 +540,28 @@ graphql-extensions@^0.0.x:
550540
core-js "^2.5.1"
551541
source-map-support "^0.5.0"
552542

553-
graphql-import@^0.1.5:
554-
version "0.1.5"
555-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.5.tgz#f1f6ae6e015adcea15c3e8bbe72247d3795113ea"
543+
graphql-import@^0.1.7:
544+
version "0.1.8"
545+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.8.tgz#403b9f9dd83a206a9808ae2ab6afab4040e0359d"
556546
dependencies:
557-
"@types/graphql" "^0.11.6"
547+
"@types/graphql" "0.11.7"
558548
"@types/lodash" "^4.14.85"
559-
graphql "^0.11.7"
549+
graphql "^0.12.3"
560550
lodash "^4.17.4"
561551

562-
graphql-playground-html@^1.3.10-beta.3:
563-
version "1.3.10-beta.3"
564-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.10-beta.3.tgz#27acc8b34d8314d143e1858d0aa393d09c4de63b"
552+
graphql-playground-html@^1.3.13:
553+
version "1.3.13"
554+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.13.tgz#ac1b0491af1052fb0cbb090e054f6f6fa2797486"
565555
dependencies:
566556
dotenv "^4.0.0"
567-
graphql-config "^1.0.9"
568-
graphql-config-extension-graphcool "^0.1.5"
557+
graphql-config "^1.1.1"
558+
graphql-config-extension-graphcool "^0.2.0"
569559

570-
graphql-playground-middleware-express@^1.3.10-beta.3:
571-
version "1.3.10-beta.3"
572-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.3.10-beta.3.tgz#ff5f754c04f9d9fb616d81ffda67bce1e8b33bd2"
560+
graphql-playground-middleware-express@^1.3.13:
561+
version "1.3.13"
562+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.3.13.tgz#78931f1b06840566bfd90a6b1c97d0eb8e30af3f"
573563
dependencies:
574-
graphql-playground-html "^1.3.10-beta.3"
564+
graphql-playground-html "^1.3.13"
575565
graphql-playground-middleware "^1.2.1-beta.6"
576566

577567
graphql-playground-middleware@^1.2.1-beta.6:
@@ -601,13 +591,7 @@ graphql-tools@^2.14.0:
601591
deprecated-decorator "^0.1.6"
602592
uuid "^3.1.0"
603593

604-
graphql@^0.11.7:
605-
version "0.11.7"
606-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
607-
dependencies:
608-
iterall "1.1.3"
609-
610-
graphql@^0.12.0:
594+
graphql@^0.12.0, graphql@^0.12.3:
611595
version "0.12.3"
612596
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
613597
dependencies:
@@ -1067,7 +1051,7 @@ tslib@^1.0.0, tslib@^1.7.1:
10671051
version "1.8.0"
10681052
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
10691053

1070-
tslint-config-standard@^7.0.0:
1054+
10711055
version "7.0.0"
10721056
resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-7.0.0.tgz#47bbf25578ed2212456f892d51e1abe884a29f15"
10731057
dependencies:
@@ -1081,7 +1065,7 @@ tslint-eslint-rules@^4.1.1:
10811065
tslib "^1.0.0"
10821066
tsutils "^1.4.0"
10831067

1084-
tslint@^5.8.0:
1068+
10851069
version "5.8.0"
10861070
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
10871071
dependencies:
@@ -1114,7 +1098,7 @@ type-is@~1.6.15:
11141098
media-typer "0.3.0"
11151099
mime-types "~2.1.15"
11161100

1117-
typescript@^2.6.2:
1101+
11181102
version "2.6.2"
11191103
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
11201104

0 commit comments

Comments
 (0)