Skip to content

Commit bb5a797

Browse files
committed
feat: update dependencies
1 parent 01c015d commit bb5a797

File tree

3 files changed

+280
-199
lines changed

3 files changed

+280
-199
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,32 @@
2626
"dependencies": {
2727
"dataloader": "^2.0.0",
2828
"graphql-compose-connection": "8.0.1",
29-
"graphql-compose-pagination": "8.0.1"
29+
"graphql-compose-pagination": "8.0.2"
3030
},
3131
"peerDependencies": {
3232
"graphql-compose": "^7.21.4",
3333
"mongoose": "^5.0.0 || ^4.4.0"
3434
},
3535
"devDependencies": {
3636
"@types/graphql": "14.5.0",
37-
"@types/jest": "26.0.15",
38-
"@typescript-eslint/eslint-plugin": "4.8.1",
39-
"@typescript-eslint/parser": "4.8.1",
40-
"eslint": "7.14.0",
37+
"@types/jest": "26.0.20",
38+
"@typescript-eslint/eslint-plugin": "4.15.0",
39+
"@typescript-eslint/parser": "4.15.0",
40+
"eslint": "7.19.0",
4141
"eslint-config-airbnb-base": "14.2.1",
42-
"eslint-config-prettier": "6.15.0",
42+
"eslint-config-prettier": "7.2.0",
4343
"eslint-plugin-import": "2.22.1",
44-
"eslint-plugin-prettier": "3.1.4",
45-
"graphql": "15.4.0",
46-
"graphql-compose": "7.22.1",
44+
"eslint-plugin-prettier": "3.3.1",
45+
"graphql": "15.5.0",
46+
"graphql-compose": "7.25.0",
4747
"jest": "26.6.3",
4848
"mongodb-memory-server": "6.9.3",
4949
"mongoose": "5.11.15",
50-
"prettier": "2.2.0",
50+
"prettier": "2.2.1",
5151
"request": "2.88.2",
5252
"rimraf": "3.0.2",
53-
"semantic-release": "17.2.4",
54-
"ts-jest": "26.4.4",
53+
"semantic-release": "17.3.8",
54+
"ts-jest": "26.5.1",
5555
"typescript": "4.0.5"
5656
},
5757
"scripts": {

src/__tests__/github_issues/261-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('issue #261 - Non-nullability for mongoose fields that have a default v
134134
analytics: { isEnabled: false },
135135
isActive: false,
136136
name: 'User',
137-
periods: [],
137+
periods: expect.anything(),
138138
});
139139
});
140140
});

0 commit comments

Comments
 (0)