Skip to content

Commit 0e285a6

Browse files
chore(deps): update jest monorepo to v29
1 parent 93ebfc7 commit 0e285a6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/cors": "2.8.12",
6060
"@types/express": "4.17.13",
6161
"@types/express-serve-static-core": "4.17.30",
62-
"@types/jest": "28.1.8",
62+
"@types/jest": "29.0.0",
6363
"@types/lodash": "4.14.184",
6464
"@types/lodash.sumby": "4.6.7",
6565
"@types/lodash.xorby": "4.7.7",
@@ -95,10 +95,10 @@
9595
"express": "4.18.1",
9696
"graphql": "16.5.0",
9797
"graphql-tag": "2.12.6",
98-
"jest": "28.1.3",
99-
"jest-config": "28.1.3",
98+
"jest": "29.0.1",
99+
"jest-config": "29.0.1",
100100
"jest-junit": "14.0.1",
101-
"jest-mock": "28.1.3",
101+
"jest-mock": "29.0.1",
102102
"jest-mock-random": "1.1.1",
103103
"jest-serializer-html": "7.1.0",
104104
"lodash.sumby": "4.6.0",

packages/integration-testsuite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
},
4444
"peerDependencies": {
4545
"@apollo/server": "^4.0.0-alpha.10",
46-
"@jest/globals": "28.x",
46+
"@jest/globals": "28.x || 29.x",
4747
"graphql": "^16.5.0",
48-
"jest": "28.x"
48+
"jest": "28.x || 29.x"
4949
},
5050
"volta": {
5151
"extends": "../../package.json"

0 commit comments

Comments
 (0)