Skip to content

Commit f090e8c

Browse files
chore(deps): update jest packages
1 parent 003a2ee commit f090e8c

File tree

5 files changed

+827
-1108
lines changed

5 files changed

+827
-1108
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@babel/preset-typescript": "7.21.5",
1616
"@changesets/cli": "2.24.4",
1717
"@changesets/changelog-github": "0.4.6",
18-
"@types/jest": "27.5.2",
19-
"babel-jest": "27.5.1",
18+
"@types/jest": "29.5.14",
19+
"babel-jest": "29.7.0",
2020
"bob-the-bundler": "2.0.0",
2121
"chalk": "4.1.2",
2222
"globby": "12.2.0",
2323
"husky": "8.0.1",
24-
"jest": "27.5.1",
24+
"jest": "29.7.0",
2525
"lint-staged": "12.5.0",
2626
"patch-package": "6.5.1",
2727
"prettier": "2.7.1",
2828
"semver": "7.6.3",
29-
"ts-jest": "27.1.5",
29+
"ts-jest": "29.3.3",
3030
"tsc-watch": "4.6.2",
3131
"typescript": "4.7.4"
3232
},

packages/todo-example/client-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@graphql-codegen/cli": "2.16.5",
77
"@graphql-codegen/gql-tag-operations-preset": "1.7.4",
8-
"@testing-library/jest-dom": "5.16.5",
8+
"@testing-library/jest-dom": "6.6.3",
99
"@testing-library/react": "12.1.5",
1010
"@testing-library/user-event": "13.5.0",
1111
"@types/classnames": "2.3.0",

packages/todo-example/client-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
99
"@n1ru4l/socket-io-graphql-client": "*",
1010
"@repeaterjs/repeater": "3.0.4",
11-
"@testing-library/jest-dom": "5.16.5",
11+
"@testing-library/jest-dom": "6.6.3",
1212
"@testing-library/react": "12.1.5",
1313
"@testing-library/user-event": "13.5.0",
1414
"@types/classnames": "2.3.0",

packages/todo-example/client-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@graphql-codegen/gql-tag-operations-preset": "1.7.4",
1010
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1111
"@n1ru4l/socket-io-graphql-client": "*",
12-
"@testing-library/jest-dom": "5.16.5",
12+
"@testing-library/jest-dom": "6.6.3",
1313
"@testing-library/react": "12.1.5",
1414
"@testing-library/user-event": "13.5.0",
1515
"@types/classnames": "2.3.0",

0 commit comments

Comments
 (0)