Skip to content

Commit a424c17

Browse files
fix(deps): update testing-library monorepo
1 parent 5414b5e commit a424c17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.16.4",
7-
"@testing-library/react": "13.1.1",
8-
"@testing-library/user-event": "14.1.1",
7+
"@testing-library/react": "13.4.0",
8+
"@testing-library/user-event": "14.5.2",
99
"@uiw/react-github-corners": "~1.5.14",
1010
"react": "^18.0.0",
1111
"react-dom": "^18.0.0",

Diff for: yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1869,19 +1869,19 @@
18691869
lodash "^4.17.15"
18701870
redent "^3.0.0"
18711871

1872-
"@testing-library/react@13.1.1":
1873-
version "13.1.1"
1874-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.1.1.tgz#6c1635e25acca8ca5be8ee3b19ad1391681c5846"
1875-
integrity sha512-8mirlAa0OKaUvnqnZF6MdAh2tReYA2KtWVw1PKvaF5EcCZqgK5pl8iF+3uW90JdG5Ua2c2c2E2wtLdaug3dsVg==
1872+
"@testing-library/react@13.4.0":
1873+
version "13.4.0"
1874+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
1875+
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
18761876
dependencies:
18771877
"@babel/runtime" "^7.12.5"
18781878
"@testing-library/dom" "^8.5.0"
18791879
"@types/react-dom" "^18.0.0"
18801880

1881-
"@testing-library/user-event@14.1.1":
1882-
version "14.1.1"
1883-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.1.1.tgz#e1ff6118896e4b22af31e5ea2f9da956adde23d8"
1884-
integrity sha512-XrjH/iEUqNl9lF2HX9YhPNV7Amntkcnpw0Bo1KkRzowNDcgSN9i0nm4Q8Oi5wupgdfPaJNMAWa61A+voD6Kmwg==
1881+
"@testing-library/user-event@14.5.2":
1882+
version "14.5.2"
1883+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
1884+
integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==
18851885

18861886
"@tootallnate/once@1":
18871887
version "1.1.2"

0 commit comments

Comments
 (0)