Skip to content

Commit 1707d72

Browse files
committed
chore: update dependencies
1 parent defda5e commit 1707d72

File tree

4 files changed

+1653
-1481
lines changed

4 files changed

+1653
-1481
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@
4747
[options]
4848
esproposal.class_instance_fields=enable
4949
esproposal.optional_chaining=enable
50-
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe

package.json

Lines changed: 22 additions & 22 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.8.4",
43-
"@babel/core": "7.9.6",
44-
"@babel/plugin-proposal-class-properties": "7.8.3",
45-
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
46-
"@babel/plugin-transform-flow-strip-types": "7.9.0",
47-
"@babel/plugin-transform-runtime": "7.9.6",
48-
"@babel/preset-env": "7.9.6",
49-
"@babel/preset-flow": "7.9.0",
42+
"@babel/cli": "7.10.4",
43+
"@babel/core": "7.10.4",
44+
"@babel/plugin-proposal-class-properties": "7.10.4",
45+
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
46+
"@babel/plugin-transform-flow-strip-types": "7.10.4",
47+
"@babel/plugin-transform-runtime": "7.10.4",
48+
"@babel/preset-env": "7.10.4",
49+
"@babel/preset-flow": "7.10.4",
5050
"@types/graphql": "^14.5.0",
5151
"@types/mongoose": "5.7.5",
5252
"babel-core": "^7.0.0-bridge.0",
5353
"babel-eslint": "10.1.0",
54-
"babel-jest": "25.2.6",
55-
"eslint": "6.8.0",
56-
"eslint-config-airbnb-base": "14.1.0",
54+
"babel-jest": "26.1.0",
55+
"eslint": "7.3.1",
56+
"eslint-config-airbnb-base": "14.2.0",
5757
"eslint-config-prettier": "6.11.0",
58-
"eslint-plugin-flowtype": "4.7.0",
59-
"eslint-plugin-import": "2.20.2",
60-
"eslint-plugin-prettier": "3.1.3",
61-
"flow-bin": "0.124.0",
62-
"graphql": "15.0.0",
63-
"graphql-compose": "7.14.4",
58+
"eslint-plugin-flowtype": "5.2.0",
59+
"eslint-plugin-import": "2.22.0",
60+
"eslint-plugin-prettier": "3.1.4",
61+
"flow-bin": "0.122.0",
62+
"graphql": "15.2.0",
63+
"graphql-compose": "7.18.1",
6464
"graphql-compose-connection": "^6.2.0",
6565
"graphql-compose-pagination": "^6.0.3",
66-
"jest": "25.2.7",
67-
"mongodb-memory-server": "6.5.2",
68-
"mongoose": "5.9.12",
66+
"jest": "26.1.0",
67+
"mongodb-memory-server": "6.6.1",
68+
"mongoose": "5.9.21",
6969
"prettier": "2.0.5",
7070
"request": "2.88.2",
7171
"rimraf": "3.0.2",
72-
"semantic-release": "17.0.7",
72+
"semantic-release": "17.1.1",
7373
"tslint": "6.1.2",
7474
"tslint-config-prettier": "^1.18.0",
7575
"tslint-plugin-prettier": "2.3.0",
76-
"typescript": "3.8.3"
76+
"typescript": "3.9.6"
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",

src/resolvers/__tests__/createMany-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { GraphQLInt, GraphQLList, GraphQLNonNull } from 'graphql-compose/lib/gra
66
import { mongoose } from '../../__mocks__/mongooseCommon';
77
import { UserModel } from '../../__mocks__/userModel';
88
import { convertModelToGraphQL } from '../../fieldsConverter';
9-
import GraphQLMongoID from '../../types/mongoid';
109
import createMany from '../createMany';
1110

1211
beforeAll(() => UserModel.base.connect());

0 commit comments

Comments
 (0)