Skip to content

Commit f7ae55d

Browse files
mortezaalizadehkassens
authored andcommitted
Upgraded all dependecies including development ones to use latest ver… (#191)
* Upgraded all dependecies including development ones to use latest version * Added graphql ver 0.12.x as peer dependency * Upgraded all dependecies including graphql to latest version: 0.13.0 * Upgraded flow version in .flowconfig file
1 parent cef80fc commit f7ae55d

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
[options]
1111

1212
[version]
13-
^0.60.1
13+
^0.65.0

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -39,42 +39,42 @@
3939
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha"
4040
},
4141
"peerDependencies": {
42-
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0"
42+
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"
4343
},
4444
"devDependencies": {
45-
"babel-cli": "^6.22.2",
46-
"babel-core": "^6.22.1",
47-
"babel-eslint": "^7.1.1",
45+
"babel-cli": "^6.26.0",
46+
"babel-core": "^6.26.0",
47+
"babel-eslint": "^8.2.1",
4848
"babel-plugin-check-es2015-constants": "^6.22.0",
4949
"babel-plugin-syntax-async-functions": "6.13.0",
50-
"babel-plugin-transform-class-properties": "^6.22.0",
50+
"babel-plugin-transform-class-properties": "^6.24.1",
5151
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
5252
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
53-
"babel-plugin-transform-es2015-block-scoping": "^6.22.0",
54-
"babel-plugin-transform-es2015-classes": "^6.22.0",
55-
"babel-plugin-transform-es2015-computed-properties": "^6.22.0",
56-
"babel-plugin-transform-es2015-destructuring": "^6.22.0",
57-
"babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
58-
"babel-plugin-transform-es2015-function-name": "^6.22.0",
53+
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
54+
"babel-plugin-transform-es2015-classes": "^6.24.1",
55+
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
56+
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
57+
"babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
58+
"babel-plugin-transform-es2015-function-name": "^6.24.1",
5959
"babel-plugin-transform-es2015-literals": "^6.22.0",
60-
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
61-
"babel-plugin-transform-es2015-object-super": "^6.22.0",
62-
"babel-plugin-transform-es2015-parameters": "^6.22.0",
63-
"babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
60+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
61+
"babel-plugin-transform-es2015-object-super": "^6.24.1",
62+
"babel-plugin-transform-es2015-parameters": "^6.24.1",
63+
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
6464
"babel-plugin-transform-es2015-spread": "^6.22.0",
6565
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
6666
"babel-plugin-transform-flow-strip-types": "^6.22.0",
67-
"babel-plugin-transform-object-rest-spread": "^6.22.0",
68-
"babel-plugin-transform-regenerator": "^6.22.0",
69-
"chai": "3.5.0",
70-
"coveralls": "2.11.15",
71-
"eslint": "^3.14.1",
72-
"eslint-plugin-babel": "^4.0.1",
73-
"eslint-plugin-flowtype": "^2.30.0",
74-
"flow-bin": "^0.60.1",
75-
"graphql": "^0.11.7",
67+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
68+
"babel-plugin-transform-regenerator": "^6.26.0",
69+
"chai": "4.1.2",
70+
"coveralls": "3.0.0",
71+
"eslint": "^4.17.0",
72+
"eslint-plugin-babel": "^4.1.2",
73+
"eslint-plugin-flowtype": "^2.42.0",
74+
"flow-bin": "^0.65.0",
75+
"graphql": "^0.13.0",
7676
"isparta": "4.0.0",
77-
"mocha": "^3.2.0",
78-
"sane": "^1.5.0"
77+
"mocha": "^5.0.0",
78+
"sane": "^2.3.0"
7979
}
8080
}

0 commit comments

Comments
 (0)