Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2022
1 parent 6b37d16 commit 68d1cc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -59,7 +59,7 @@
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/express-serve-static-core": "4.17.30",
"@types/jest": "28.1.8",
"@types/jest": "29.0.0",
"@types/lodash": "4.14.184",
"@types/lodash.sumby": "4.6.7",
"@types/lodash.xorby": "4.7.7",
Expand Down Expand Up @@ -95,10 +95,10 @@
"express": "4.18.1",
"graphql": "16.5.0",
"graphql-tag": "2.12.6",
"jest": "28.1.3",
"jest-config": "28.1.3",
"jest": "29.0.2",
"jest-config": "29.0.2",
"jest-junit": "14.0.1",
"jest-mock": "28.1.3",
"jest-mock": "29.0.2",
"jest-mock-random": "1.1.1",
"jest-serializer-html": "7.1.0",
"lodash.sumby": "4.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Expand Up @@ -43,9 +43,9 @@
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.10",
"@jest/globals": "28.x",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.5.0",
"jest": "28.x"
"jest": "28.x || 29.x"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit 68d1cc9

Please sign in to comment.