Skip to content

Commit dfb412e

Browse files
committed
chore(package): update dependencies
1 parent 7d90ea0 commit dfb412e

File tree

3 files changed

+509
-536
lines changed

3 files changed

+509
-536
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
"babel-plugin-transform-flow-strip-types": "^6.22.0",
4242
"babel-plugin-transform-object-rest-spread": "^6.13.0",
4343
"babel-plugin-transform-runtime": "^6.23.0",
44-
"babel-preset-env": "^1.5.2",
44+
"babel-preset-env": "^1.6.1",
4545
"cz-conventional-changelog": "^2.0.0",
46-
"eslint": "^4.8.0",
47-
"eslint-config-airbnb-base": "^12.0.1",
46+
"eslint": "^4.9.0",
47+
"eslint-config-airbnb-base": "^12.1.0",
4848
"eslint-config-prettier": "^2.6.0",
49-
"eslint-plugin-flowtype": "^2.37.0",
50-
"eslint-plugin-import": "^2.3.0",
49+
"eslint-plugin-flowtype": "^2.39.1",
50+
"eslint-plugin-import": "^2.8.0",
5151
"eslint-plugin-prettier": "^2.3.1",
52-
"flow-bin": "^0.54.1",
53-
"graphql": "^0.11.3",
54-
"graphql-compose": "^2.9.0",
52+
"flow-bin": "^0.57.3",
53+
"graphql": "^0.11.7",
54+
"graphql-compose": "^2.9.2",
5555
"graphql-compose-connection": ">=2.5.0",
5656
"graphql-compose-pagination": ">=1.1.0",
5757
"jest": "^21.2.1",
58-
"mongodb-memory-server": "^1.5.0",
59-
"mongoose": "^4.11.10",
60-
"prettier": "^1.6.1",
58+
"mongodb-memory-server": "^1.6.1",
59+
"mongoose": "^4.12.3",
60+
"prettier": "^1.7.4",
6161
"rimraf": "^2.6.2",
62-
"semantic-release": "^7.0.2"
62+
"semantic-release": "^8.2.1"
6363
},
6464
"config": {
6565
"commitizen": {

src/__mocks__/postModel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { mongoose, Schema } from './mongooseCommon';
55
const PostSchema = new Schema({
66
_id: {
77
type: Number,
8-
unique: true,
98
},
109
title: {
1110
type: String,

0 commit comments

Comments
 (0)