Skip to content

Commit da692bf

Browse files
committed
chore(deps): pin dependencies
1 parent bfc23e1 commit da692bf

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
},
4848
"homepage": "https://github.com/graphcool/graphql-config#readme",
4949
"devDependencies": {
50-
"@types/graphql": "^0.11.7",
51-
"@types/node": "^8.5.1",
50+
"@types/graphql": "0.11.7",
51+
"@types/node": "8.5.2",
5252
"@types/node-fetch": "1.6.7",
53-
"ava": "^0.24.0",
54-
"babel-polyfill": "^6.26.0",
55-
"babel-preset-es2015": "^6.16.0",
56-
"babel-preset-stage-0": "^6.16.0",
57-
"cpx": "^1.5.0",
58-
"tslint": "^5.8.0",
59-
"tslint-config-standard": "^7.0.0",
60-
"typescript": "^2.6.2"
53+
"ava": "0.24.0",
54+
"babel-polyfill": "6.26.0",
55+
"babel-preset-es2015": "6.24.1",
56+
"babel-preset-stage-0": "6.24.1",
57+
"cpx": "1.5.0",
58+
"tslint": "5.8.0",
59+
"tslint-config-standard": "7.0.0",
60+
"typescript": "2.6.2"
6161
},
6262
"dependencies": {
6363
"graphql": "^0.12.3",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
dependencies:
4545
arrify "^1.0.1"
4646

47-
"@types/[email protected]", "@types/graphql@^0.11.7":
47+
4848
version "0.11.7"
4949
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.7.tgz#da39a2f7c74e793e32e2bb7b3b68da1691532dd5"
5050

@@ -62,9 +62,9 @@
6262
version "8.0.31"
6363
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.31.tgz#d9af61093cf4bfc9f066ca34de0175012cfb0ce9"
6464

65-
"@types/node@^8.5.1":
66-
version "8.5.1"
67-
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.1.tgz#4ec3020bcdfe2abffeef9ba3fbf26fca097514b5"
65+
"@types/[email protected].2":
66+
version "8.5.2"
67+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.2.tgz#83b8103fa9a2c2e83d78f701a9aa7c9539739aa5"
6868

6969
abbrev@1:
7070
version "1.1.0"
@@ -219,7 +219,7 @@ ava-init@^0.2.0:
219219
read-pkg-up "^2.0.0"
220220
write-pkg "^3.1.0"
221221

222-
ava@^0.24.0:
222+
223223
version "0.24.0"
224224
resolved "https://registry.yarnpkg.com/ava/-/ava-0.24.0.tgz#dd0ab33a0b3ad2ac582f55e9a61caf8bcf7a9af1"
225225
dependencies:
@@ -840,15 +840,15 @@ babel-plugin-transform-strict-mode@^6.24.1:
840840
babel-runtime "^6.22.0"
841841
babel-types "^6.24.1"
842842

843-
babel-polyfill@^6.26.0:
843+
844844
version "6.26.0"
845845
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
846846
dependencies:
847847
babel-runtime "^6.26.0"
848848
core-js "^2.5.0"
849849
regenerator-runtime "^0.10.5"
850850

851-
babel-preset-es2015@^6.16.0:
851+
babel-preset-es2015@6.24.1:
852852
version "6.24.1"
853853
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
854854
dependencies:
@@ -877,7 +877,7 @@ babel-preset-es2015@^6.16.0:
877877
babel-plugin-transform-es2015-unicode-regex "^6.24.1"
878878
babel-plugin-transform-regenerator "^6.24.1"
879879

880-
babel-preset-stage-0@^6.16.0:
880+
babel-preset-stage-0@6.24.1:
881881
version "6.24.1"
882882
resolved "https://registry.yarnpkg.com/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz#5642d15042f91384d7e5af8bc88b1db95b039e6a"
883883
dependencies:
@@ -1313,7 +1313,7 @@ core-util-is@~1.0.0:
13131313
version "1.0.2"
13141314
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
13151315

1316-
cpx@^1.5.0:
1316+
13171317
version "1.5.0"
13181318
resolved "https://registry.yarnpkg.com/cpx/-/cpx-1.5.0.tgz#185be018511d87270dedccc293171e37655ab88f"
13191319
dependencies:
@@ -3262,7 +3262,7 @@ tslib@^1.0.0, tslib@^1.7.1:
32623262
version "1.7.1"
32633263
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
32643264

3265-
tslint-config-standard@^7.0.0:
3265+
32663266
version "7.0.0"
32673267
resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-7.0.0.tgz#47bbf25578ed2212456f892d51e1abe884a29f15"
32683268
dependencies:
@@ -3276,7 +3276,7 @@ tslint-eslint-rules@^4.1.1:
32763276
tslib "^1.0.0"
32773277
tsutils "^1.4.0"
32783278

3279-
tslint@^5.8.0:
3279+
32803280
version "5.8.0"
32813281
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
32823282
dependencies:
@@ -3312,7 +3312,7 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
33123312
version "0.14.5"
33133313
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
33143314

3315-
typescript@^2.6.2:
3315+
33163316
version "2.6.2"
33173317
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
33183318

0 commit comments

Comments
 (0)