Skip to content

Commit

Permalink
fix: e2e test (#806)
Browse files Browse the repository at this point in the history
* fix: e2e test

* fix: update deps
  • Loading branch information
jmvtrinidad authored Mar 1, 2023
1 parent 8cec844 commit 78559d0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@graphql-codegen/add": "1.17.7",
"@graphql-codegen/cli": "1.20.1",
"@graphql-codegen/typescript": "1.20.2",
"@graphql-codegen/typescript-mongodb": "1.18.0",
"@graphql-codegen/typescript-operations": "1.17.14",
"@graphql-codegen/typescript-resolvers": "1.18.1",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/typescript": "^3.0.1",
"@graphql-codegen/typescript-mongodb": "2.4.6",
"@graphql-codegen/typescript-operations": "^3.0.1",
"@graphql-codegen/typescript-resolvers": "^3.1.0",
"@graphql-tools/graphql-file-loader": "6.0.14",
"@graphql-tools/load": "6.0.14",
"@graphql-tools/merge": "6.0.14",
"@jest/globals": "26.1.0",
"@types/jest": "26.0.4",
"@types/jest": "29.4.0",
"@types/node": "14.0.23",
"@types/shelljs": "0.8.8",
"@typescript-eslint/eslint-plugin": "4.5.0",
Expand All @@ -58,15 +58,15 @@
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.1.4",
"chimp": "latest",
"chimp-graphql-codegen-plugin": "0.1.0",
"jest": "26.4.0",
"chimp-graphql-codegen-plugin": "latest",
"jest": "29.4.0",
"lint-staged": "10.2.11",
"nodemon": "2.0.4",
"prettier": "2.0.5",
"shelljs": "0.8.4",
"testdouble": "3.16.1",
"testdouble-jest": "2.0.0",
"ts-jest": "26.1.3",
"ts-jest": "29.0.5",
"ts-node": "8.10.2",
"typescript": "4.7.4"
}
Expand Down

0 comments on commit 78559d0

Please sign in to comment.