Skip to content

Commit 5f7febe

Browse files
committed
chore: update dependencies
1 parent 27d139f commit 5f7febe

File tree

3 files changed

+1242
-1032
lines changed

3 files changed

+1242
-1032
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ module.exports = {
1414
roots: ['<rootDir>/src'],
1515
testPathIgnorePatterns: ['/node_modules/', '/lib/'],
1616
testMatch: ['**/__tests__/**/*-test.(ts|js)'],
17-
projects: ['packages/*'],
1817
};

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
1919
"devDependencies": {
2020
"@types/dedent": "0.7.0",
2121
"@types/glob": "7.1.1",
22-
"@types/jest": "24.0.25",
23-
"@types/node": "13.1.1",
24-
"@typescript-eslint/eslint-plugin": "2.13.0",
25-
"@typescript-eslint/parser": "2.13.0",
26-
"apollo-server": "2.9.15",
22+
"@types/jest": "25.1.1",
23+
"@types/node": "13.7.0",
24+
"@typescript-eslint/eslint-plugin": "2.18.0",
25+
"@typescript-eslint/parser": "2.18.0",
26+
"apollo-server": "2.9.16",
2727
"eslint": "6.8.0",
28-
"eslint-config-prettier": "6.9.0",
28+
"eslint-config-prettier": "6.10.0",
2929
"eslint-plugin-prettier": "3.1.2",
30-
"graphql": "14.5.8",
31-
"graphql-compose": "7.7.0",
32-
"jest": "24.9.0",
30+
"graphql": "14.6.0",
31+
"graphql-compose": "7.9.0",
32+
"jest": "25.1.0",
3333
"prettier": "1.19.1",
34-
"rimraf": "3.0.0",
35-
"semantic-release": "15.14.0",
36-
"ts-jest": "24.2.0",
37-
"ts-node": "8.5.4",
38-
"typescript": "3.7.4"
34+
"rimraf": "3.0.1",
35+
"semantic-release": "17.0.2",
36+
"ts-jest": "25.1.0",
37+
"ts-node": "8.6.2",
38+
"typescript": "3.7.5"
3939
},
4040
"scripts": {
4141
"watch": "jest --watch",

0 commit comments

Comments
 (0)