Skip to content

Commit 82ba199

Browse files
committed
chore: update dependencies
1 parent b3d67ee commit 82ba199

File tree

2 files changed

+212
-172
lines changed

2 files changed

+212
-172
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"object-path": "^0.11.4"
3232
},
3333
"optionalDependencies": {
34-
"graphql-compose-connection": ">=3.0.0",
35-
"graphql-compose-pagination": ">=3.0.0"
34+
"graphql-compose-connection": ">=3.2.0",
35+
"graphql-compose-pagination": ">=3.3.0"
3636
},
3737
"peerDependencies": {
3838
"graphql-compose": ">=4.0.0",
@@ -48,24 +48,24 @@
4848
"babel-plugin-transform-runtime": "^6.23.0",
4949
"babel-preset-env": "^1.7.0",
5050
"cz-conventional-changelog": "^2.1.0",
51-
"eslint": "^5.0.1",
51+
"eslint": "^5.1.0",
5252
"eslint-config-airbnb-base": "^13.0.0",
5353
"eslint-config-prettier": "^2.9.0",
54-
"eslint-plugin-flowtype": "^2.49.3",
54+
"eslint-plugin-flowtype": "^2.50.0",
5555
"eslint-plugin-import": "^2.13.0",
56-
"eslint-plugin-prettier": "^2.6.1",
57-
"flow-bin": "^0.75.0",
56+
"eslint-plugin-prettier": "^2.6.2",
57+
"flow-bin": "^0.76.0",
5858
"graphql": "0.13.2",
5959
"graphql-compose": "^4.4.1",
60-
"graphql-compose-connection": ">=3.0.0",
61-
"graphql-compose-pagination": ">=3.0.0",
62-
"jest": "^23.2.0",
63-
"mongodb-memory-server": "^1.8.0",
64-
"mongoose": "^5.1.6",
65-
"prettier": "^1.13.6",
60+
"graphql-compose-connection": ">=3.2.0",
61+
"graphql-compose-pagination": ">=3.3.0",
62+
"jest": "^23.3.0",
63+
"mongodb-memory-server": "^1.9.0",
64+
"mongoose": "^5.2.2",
65+
"prettier": "^1.13.7",
6666
"request": "^2.87.0",
6767
"rimraf": "^2.6.2",
68-
"semantic-release": "^15.6.0"
68+
"semantic-release": "^15.6.3"
6969
},
7070
"config": {
7171
"commitizen": {

0 commit comments

Comments
 (0)