Skip to content

Commit f5b5530

Browse files
committed
chore: update dependencies
1 parent 53fa196 commit f5b5530

File tree

2 files changed

+1832
-1441
lines changed

2 files changed

+1832
-1441
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,41 +39,41 @@
3939
"mongoose": "^5.0.0 || ^4.4.0"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "^7.7.0",
43-
"@babel/core": "^7.7.2",
44-
"@babel/plugin-proposal-class-properties": "^7.7.0",
45-
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
46-
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
47-
"@babel/plugin-transform-runtime": "^7.6.2",
48-
"@babel/preset-env": "^7.7.1",
49-
"@babel/preset-flow": "^7.0.0",
42+
"@babel/cli": "7.8.3",
43+
"@babel/core": "7.8.3",
44+
"@babel/plugin-proposal-class-properties": "7.8.3",
45+
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
46+
"@babel/plugin-transform-flow-strip-types": "7.8.3",
47+
"@babel/plugin-transform-runtime": "7.8.3",
48+
"@babel/preset-env": "7.8.3",
49+
"@babel/preset-flow": "7.8.3",
5050
"@types/graphql": "^14.5.0",
51-
"@types/mongoose": "5.5.32",
51+
"@types/mongoose": "5.5.41",
5252
"babel-core": "^7.0.0-bridge.0",
5353
"babel-eslint": "^10.0.3",
5454
"babel-jest": "^24.9.0",
55-
"eslint": "^6.6.0",
55+
"eslint": "6.8.0",
5656
"eslint-config-airbnb-base": "^14.0.0",
57-
"eslint-config-prettier": "^6.7.0",
58-
"eslint-plugin-flowtype": "^4.4.1",
59-
"eslint-plugin-import": "^2.18.2",
60-
"eslint-plugin-prettier": "^3.1.1",
57+
"eslint-config-prettier": "6.9.0",
58+
"eslint-plugin-flowtype": "4.6.0",
59+
"eslint-plugin-import": "2.20.0",
60+
"eslint-plugin-prettier": "3.1.2",
6161
"flow-bin": "^0.110.0",
6262
"graphql": "14.5.8",
63-
"graphql-compose": "^7.4.3",
63+
"graphql-compose": "7.9.0",
6464
"graphql-compose-connection": "^6.0.3",
6565
"graphql-compose-pagination": "^6.0.3",
6666
"jest": "^24.9.0",
67-
"mongodb-memory-server": "^6.0.1",
68-
"mongoose": "^5.7.11",
67+
"mongodb-memory-server": "6.2.3",
68+
"mongoose": "5.8.9",
6969
"prettier": "^1.19.1",
7070
"request": "^2.88.0",
7171
"rimraf": "^3.0.0",
72-
"semantic-release": "^15.13.31",
72+
"semantic-release": "16.0.2",
7373
"tslint": "^5.20.1",
7474
"tslint-config-prettier": "^1.18.0",
75-
"tslint-plugin-prettier": "^2.0.1",
76-
"typescript": "^3.7.2"
75+
"tslint-plugin-prettier": "2.1.0",
76+
"typescript": "3.7.5"
7777
},
7878
"scripts": {
7979
"build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts",

0 commit comments

Comments
 (0)