Skip to content

Commit e892a90

Browse files
chore(deps): update jest monorepo to v29
1 parent 0a2dbd2 commit e892a90

File tree

4 files changed

+1535
-70
lines changed

4 files changed

+1535
-70
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"eslint-config-prettier": "6.11.0",
2626
"eslint-plugin-jest": "24.1.3",
2727
"husky": "4.3.8",
28-
"jest": "24.9.0",
28+
"jest": "29.7.0",
2929
"lint-staged": "10.5.4",
3030
"prettier": "2.3.0",
31-
"ts-jest": "25.5.1"
31+
"ts-jest": "29.1.5"
3232
},
3333
"version": "0.0.0"
3434
}

packages/graphql-codegen-relay-optimizer-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
"devDependencies": {
3535
"@graphql-codegen/testing": "1.17.7",
36-
"@types/jest": "24.9.1",
36+
"@types/jest": "29.5.12",
3737
"@types/relay-compiler": "8.0.0",
3838
"graphql": "15.5.0",
39-
"jest": "24.7.1",
40-
"ts-jest": "25.5.1",
39+
"jest": "29.7.0",
40+
"ts-jest": "29.1.5",
4141
"typescript": "4.2.3"
4242
},
4343
"scripts": {

packages/todo-app-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@graphql-codegen/typescript-react-apollo": "2.2.4",
5454
"@n1ru4l/graphql-codegen-relay-optimizer-plugin": "*",
5555
"@types/classnames": "2.2.11",
56-
"@types/jest": "24.9.1",
56+
"@types/jest": "29.5.12",
5757
"@types/node": "12.19.15",
5858
"@types/react": "17.0.5",
5959
"@types/react-dom": "16.9.12",

0 commit comments

Comments
 (0)