Skip to content

Commit 78559d0

Browse files
authored
fix: e2e test (#806)
* fix: e2e test * fix: update deps
1 parent 8cec844 commit 78559d0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

scaffold/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"tsconfig-paths": "3.9.0"
3737
},
3838
"devDependencies": {
39-
"@graphql-codegen/add": "1.17.7",
40-
"@graphql-codegen/cli": "1.20.1",
41-
"@graphql-codegen/typescript": "1.20.2",
42-
"@graphql-codegen/typescript-mongodb": "1.18.0",
43-
"@graphql-codegen/typescript-operations": "1.17.14",
44-
"@graphql-codegen/typescript-resolvers": "1.18.1",
39+
"@graphql-codegen/add": "^4.0.1",
40+
"@graphql-codegen/cli": "^3.2.1",
41+
"@graphql-codegen/typescript": "^3.0.1",
42+
"@graphql-codegen/typescript-mongodb": "2.4.6",
43+
"@graphql-codegen/typescript-operations": "^3.0.1",
44+
"@graphql-codegen/typescript-resolvers": "^3.1.0",
4545
"@graphql-tools/graphql-file-loader": "6.0.14",
4646
"@graphql-tools/load": "6.0.14",
4747
"@graphql-tools/merge": "6.0.14",
4848
"@jest/globals": "26.1.0",
49-
"@types/jest": "26.0.4",
49+
"@types/jest": "29.4.0",
5050
"@types/node": "14.0.23",
5151
"@types/shelljs": "0.8.8",
5252
"@typescript-eslint/eslint-plugin": "4.5.0",
@@ -58,15 +58,15 @@
5858
"eslint-plugin-import": "2.22.1",
5959
"eslint-plugin-prettier": "3.1.4",
6060
"chimp": "latest",
61-
"chimp-graphql-codegen-plugin": "0.1.0",
62-
"jest": "26.4.0",
61+
"chimp-graphql-codegen-plugin": "latest",
62+
"jest": "29.4.0",
6363
"lint-staged": "10.2.11",
6464
"nodemon": "2.0.4",
6565
"prettier": "2.0.5",
6666
"shelljs": "0.8.4",
6767
"testdouble": "3.16.1",
6868
"testdouble-jest": "2.0.0",
69-
"ts-jest": "26.1.3",
69+
"ts-jest": "29.0.5",
7070
"ts-node": "8.10.2",
7171
"typescript": "4.7.4"
7272
}

0 commit comments

Comments
 (0)