Skip to content

Commit e1313bb

Browse files
chore(deps): update jest packages (#921)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5a0f70c commit e1313bb

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "7.18.0",
1515
"@babel/preset-typescript": "7.17.12",
1616
"@changesets/cli": "2.21.1",
17-
"@types/jest": "27.4.1",
17+
"@types/jest": "27.5.1",
1818
"babel-jest": "27.5.1",
1919
"bob-the-bundler": "1.5.1",
2020
"chalk": "4.1.2",
@@ -25,7 +25,7 @@
2525
"patch-package": "6.4.7",
2626
"prettier": "2.5.1",
2727
"semver": "7.3.7",
28-
"ts-jest": "27.1.3",
28+
"ts-jest": "27.1.5",
2929
"tsc-watch": "4.6.2",
3030
"typescript": "4.5.5"
3131
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@graphql-codegen/cli": "2.6.2",
1515
"@graphql-codegen/gql-tag-operations-preset": "1.3.0",
16-
"@testing-library/jest-dom": "5.16.2",
16+
"@testing-library/jest-dom": "5.16.4",
1717
"@testing-library/react": "12.1.5",
1818
"@testing-library/user-event": "13.5.0",
1919
"@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
@@ -7,7 +7,7 @@
77
"@n1ru4l/graphql-live-query-patch-json-patch": "*",
88
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
99
"@n1ru4l/socket-io-graphql-client": "*",
10-
"@testing-library/jest-dom": "5.16.2",
10+
"@testing-library/jest-dom": "5.16.4",
1111
"@testing-library/react": "12.1.5",
1212
"@testing-library/user-event": "13.5.0",
1313
"@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
@@ -12,7 +12,7 @@
1212
"@graphql-codegen/gql-tag-operations-preset": "1.3.0",
1313
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1414
"@n1ru4l/socket-io-graphql-client": "*",
15-
"@testing-library/jest-dom": "5.16.2",
15+
"@testing-library/jest-dom": "5.16.4",
1616
"@testing-library/react": "12.1.5",
1717
"@testing-library/user-event": "13.5.0",
1818
"@types/classnames": "2.3.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,10 +2018,10 @@
20182018
lz-string "^1.4.4"
20192019
pretty-format "^27.0.2"
20202020

2021-
"@testing-library/[email protected].2":
2022-
version "5.16.2"
2023-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz#f329b36b44aa6149cd6ced9adf567f8b6aa1c959"
2024-
integrity sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==
2021+
"@testing-library/[email protected].4":
2022+
version "5.16.4"
2023+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz#938302d7b8b483963a3ae821f1c0808f872245cd"
2024+
integrity sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==
20252025
dependencies:
20262026
"@babel/runtime" "^7.9.2"
20272027
"@types/testing-library__jest-dom" "^5.9.1"
@@ -2191,10 +2191,10 @@
21912191
dependencies:
21922192
"@types/istanbul-lib-report" "*"
21932193

2194-
"@types/jest@*", "@types/jest@27.4.1":
2195-
version "27.4.1"
2196-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
2197-
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
2194+
"@types/jest@*", "@types/jest@27.5.1":
2195+
version "27.5.1"
2196+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9"
2197+
integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==
21982198
dependencies:
21992199
jest-matcher-utils "^27.0.0"
22002200
pretty-format "^27.0.0"
@@ -8303,10 +8303,10 @@ ts-invariant@^0.9.4:
83038303
dependencies:
83048304
tslib "^2.1.0"
83058305

8306-
8307-
version "27.1.3"
8308-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957"
8309-
integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==
8306+
8307+
version "27.1.5"
8308+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297"
8309+
integrity sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==
83108310
dependencies:
83118311
bs-logger "0.x"
83128312
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)