Skip to content

Commit e48a4e6

Browse files
committed
chore(Dependencies): Update to latest packages
1 parent 0b981f7 commit e48a4e6

File tree

3 files changed

+614
-445
lines changed

3 files changed

+614
-445
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ esproposal.class_instance_fields=enable
1515
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
1616

1717
[version]
18-
0.32.0
18+
0.37.0

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"homepage": "https://github.com/nodkz/graphql-compose-mongoose",
2626
"dependencies": {
27-
"babel-runtime": "6.11.6",
28-
"object-path": "0.11.2"
27+
"babel-runtime": "^6.20.0",
28+
"object-path": "^0.11.3"
2929
},
3030
"peerDependencies": {
3131
"graphql": ">=0.7.1 || >=0.8.0",
@@ -34,32 +34,32 @@
3434
"mongoose": ">=4.0.0"
3535
},
3636
"devDependencies": {
37-
"babel-cli": "6.16.0",
38-
"babel-core": "6.17.0",
39-
"babel-eslint": "7.0.0",
37+
"babel-cli": "^6.18.0",
38+
"babel-core": "^6.21.0",
39+
"babel-eslint": "^7.1.1",
4040
"babel-plugin-syntax-async-functions": "6.13.0",
41-
"babel-plugin-transform-class-properties": "6.16.0",
42-
"babel-plugin-transform-flow-strip-types": "6.14.0",
43-
"babel-plugin-transform-object-rest-spread": "6.16.0",
44-
"babel-plugin-transform-regenerator": "6.16.1",
41+
"babel-plugin-transform-class-properties": "^6.19.0",
42+
"babel-plugin-transform-flow-strip-types": "^6.21.0",
43+
"babel-plugin-transform-object-rest-spread": "^6.20.2",
44+
"babel-plugin-transform-regenerator": "^6.21.0",
4545
"babel-plugin-transform-runtime": "6.15.0",
46-
"babel-preset-es2015": "6.16.0",
46+
"babel-preset-es2015": "^6.18.0",
4747
"chai": "3.5.0",
4848
"chai-as-promised": "6.0.0",
4949
"chai-spies": "0.7.1",
5050
"cz-conventional-changelog": "1.2.0",
51-
"eslint": "3.7.1",
51+
"eslint": "^3.12.2",
5252
"eslint-config-airbnb": "12.0.0",
53-
"eslint-plugin-flowtype": "2.20.0",
54-
"eslint-plugin-import": "1.16.0",
53+
"eslint-plugin-flowtype": "^2.29.1",
54+
"eslint-plugin-import": "^2.2.0",
5555
"eslint-plugin-jsx-a11y": "2.2.2",
5656
"eslint-plugin-react": "6.3.0",
57-
"flow-bin": "0.33.0",
58-
"mocha": "3.1.0",
59-
"nyc": "8.3.0",
57+
"flow-bin": "^0.37.0",
58+
"mocha": "^3.2.0",
59+
"nyc": "^10.0.0",
6060
"rimraf": "2.5.4",
6161
"sane": "1.4.1",
62-
"semantic-release": "4.3.5"
62+
"semantic-release": "^6.3.2"
6363
},
6464
"config": {
6565
"commitizen": {

0 commit comments

Comments
 (0)