Skip to content

Commit

Permalink
chore(deps): update jest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 52cd5a9 commit 511a105
Show file tree
Hide file tree
Showing 5 changed files with 801 additions and 1,100 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@babel/preset-typescript": "7.21.5",
"@changesets/cli": "2.24.4",
"@changesets/changelog-github": "0.4.6",
"@types/jest": "27.5.2",
"babel-jest": "27.5.1",
"@types/jest": "29.5.12",
"babel-jest": "29.7.0",
"bob-the-bundler": "2.0.0",
"chalk": "4.1.2",
"globby": "12.2.0",
"husky": "8.0.1",
"jest": "27.5.1",
"jest": "29.7.0",
"lint-staged": "12.5.0",
"patch-package": "6.5.1",
"prettier": "2.7.1",
"semver": "7.5.1",
"ts-jest": "27.1.5",
"ts-jest": "29.1.3",
"tsc-watch": "4.6.2",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/gql-tag-operations-preset": "1.7.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"@n1ru4l/socket-io-graphql-client": "*",
"@repeaterjs/repeater": "3.0.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-codegen/gql-tag-operations-preset": "1.7.4",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"@n1ru4l/socket-io-graphql-client": "*",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",
Expand Down
Loading

0 comments on commit 511a105

Please sign in to comment.