Skip to content

Commit 86710e9

Browse files
committed
chore: update dependencies
1 parent cca8826 commit 86710e9

File tree

2 files changed

+187
-181
lines changed

2 files changed

+187
-181
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"lib"
88
],
99
"main": "lib/index.js",
10-
"module": "mjs/index.mjs",
1110
"types": "lib/index.d.ts",
1211
"repository": {
1312
"type": "git",
@@ -37,25 +36,25 @@
3736
"@types/graphql": "14.5.0",
3837
"@types/jest": "26.0.10",
3938
"@types/mongoose": "5.7.36",
40-
"@typescript-eslint/eslint-plugin": "3.9.1",
41-
"@typescript-eslint/parser": "3.9.1",
39+
"@typescript-eslint/eslint-plugin": "3.10.1",
40+
"@typescript-eslint/parser": "3.10.1",
4241
"eslint": "7.7.0",
4342
"eslint-config-airbnb-base": "14.2.0",
4443
"eslint-config-prettier": "6.11.0",
4544
"eslint-plugin-import": "2.22.0",
4645
"eslint-plugin-prettier": "3.1.4",
4746
"graphql": "15.3.0",
48-
"graphql-compose": "7.19.4",
47+
"graphql-compose": "7.20.1",
4948
"graphql-compose-connection": "^6.2.0",
5049
"graphql-compose-pagination": "^6.1.0",
51-
"jest": "26.4.1",
52-
"mongodb-memory-server": "6.6.4",
53-
"mongoose": "5.10.0",
54-
"prettier": "2.0.5",
50+
"jest": "26.4.2",
51+
"mongodb-memory-server": "6.6.6",
52+
"mongoose": "5.10.1",
53+
"prettier": "2.1.1",
5554
"request": "2.88.2",
5655
"rimraf": "3.0.2",
5756
"semantic-release": "17.1.1",
58-
"ts-jest": "26.2.0",
57+
"ts-jest": "26.3.0",
5958
"typescript": "4.0.2"
6059
},
6160
"scripts": {

0 commit comments

Comments
 (0)