Skip to content

Commit 685b027

Browse files
committed
chore: update dependencies
1 parent 310aa54 commit 685b027

File tree

2 files changed

+482
-422
lines changed

2 files changed

+482
-422
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,42 +39,42 @@
3939
"mongoose": ">=5.0.0 || >=4.4.0"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "^7.0.0",
43-
"@babel/core": "^7.0.0",
44-
"@babel/plugin-proposal-class-properties": "^7.0.0",
42+
"@babel/cli": "^7.1.2",
43+
"@babel/core": "^7.1.2",
44+
"@babel/plugin-proposal-class-properties": "^7.1.0",
4545
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
4646
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
47-
"@babel/plugin-transform-runtime": "^7.0.0",
48-
"@babel/preset-env": "^7.0.0",
47+
"@babel/plugin-transform-runtime": "^7.1.0",
48+
"@babel/preset-env": "^7.1.0",
4949
"@babel/preset-flow": "^7.0.0",
50-
"@types/graphql": "^14.0.0",
51-
"@types/mongoose": "^5.2.10",
50+
"@types/graphql": "^14.0.3",
51+
"@types/mongoose": "5.2.10",
5252
"babel-core": "^7.0.0-bridge.0",
53-
"babel-eslint": "^9.0.0",
54-
"babel-jest": "^23.4.2",
53+
"babel-eslint": "^10.0.1",
54+
"babel-jest": "^23.6.0",
5555
"cz-conventional-changelog": "^2.1.0",
56-
"eslint": "^5.5.0",
56+
"eslint": "^5.8.0",
5757
"eslint-config-airbnb-base": "^13.1.0",
58-
"eslint-config-prettier": "^3.0.1",
59-
"eslint-plugin-flowtype": "^2.50.0",
58+
"eslint-config-prettier": "^3.1.0",
59+
"eslint-plugin-flowtype": "^3.2.0",
6060
"eslint-plugin-import": "^2.14.0",
61-
"eslint-plugin-prettier": "^2.6.2",
62-
"flow-bin": "^0.80.0",
63-
"graphql": "14.0.0",
64-
"graphql-compose": "^5.2.0",
61+
"eslint-plugin-prettier": "^3.0.0",
62+
"flow-bin": "^0.85.0",
63+
"graphql": "14.0.2",
64+
"graphql-compose": "^5.3.3",
6565
"graphql-compose-connection": ">=4.0.0",
6666
"graphql-compose-pagination": ">=4.0.0",
67-
"jest": "^23.5.0",
68-
"mongodb-memory-server": "^2.1.0",
69-
"mongoose": "^5.2.13",
70-
"prettier": "^1.14.2",
67+
"jest": "^23.6.0",
68+
"mongodb-memory-server": "^2.6.2",
69+
"mongoose": "^5.3.9",
70+
"prettier": "^1.14.3",
7171
"request": "^2.88.0",
7272
"rimraf": "^2.6.2",
73-
"semantic-release": "^15.9.12",
73+
"semantic-release": "^15.10.7",
7474
"tslint": "^5.11.0",
7575
"tslint-config-prettier": "^1.15.0",
76-
"tslint-plugin-prettier": "^1.3.0",
77-
"typescript": "^3.0.3"
76+
"tslint-plugin-prettier": "^2.0.1",
77+
"typescript": "^3.1.6"
7878
},
7979
"config": {
8080
"commitizen": {
@@ -100,7 +100,7 @@
100100
"lint": "npm run eslint && npm run tslint",
101101
"eslint": "eslint --ext .js ./src",
102102
"tslint": "tslint -p .",
103-
"tscheck": "tsc",
103+
"tscheck": "tsc --noEmit",
104104
"flow": "./node_modules/.bin/flow",
105105
"test": "npm run coverage && npm run lint && npm run flow && npm run tscheck",
106106
"link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link",

0 commit comments

Comments
 (0)