Skip to content

Commit b5a9911

Browse files
chore(dev-deps): bump @testing-library/react from 12.1.4 to 12.1.5
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.4 to 12.1.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v12.1.4...v12.1.5) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84e4a38 commit b5a9911

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/core": "^7.17.9",
3131
"@babel/preset-env": "^7.19.3",
3232
"@testing-library/jest-dom": "^5.16.5",
33-
"@testing-library/react": "12.1.4",
33+
"@testing-library/react": "12.1.5",
3434
"@testing-library/react-hooks": "^8.0.1",
3535
"@testing-library/user-event": "^14.4.3",
3636
"@types/chance": "^1.1.3",

Diff for: yarn.lock

+19-10
Original file line numberDiff line numberDiff line change
@@ -1599,14 +1599,14 @@
15991599
"@babel/runtime" "^7.12.5"
16001600
react-error-boundary "^3.1.0"
16011601

1602-
"@testing-library/[email protected].4":
1603-
version "12.1.4"
1604-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
1605-
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
1602+
"@testing-library/[email protected].5":
1603+
version "12.1.5"
1604+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
1605+
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
16061606
dependencies:
16071607
"@babel/runtime" "^7.12.5"
16081608
"@testing-library/dom" "^8.0.0"
1609-
"@types/react-dom" "*"
1609+
"@types/react-dom" "<18.0.0"
16101610

16111611
"@testing-library/user-event@^14.4.3":
16121612
version "14.4.3"
@@ -1824,12 +1824,12 @@
18241824
dependencies:
18251825
ts-toolbelt "^6.15.1"
18261826

1827-
"@types/react-dom@*", "@types/react-dom@^17.0.10":
1828-
version "17.0.14"
1829-
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz"
1830-
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==
1827+
"@types/react-dom@<18.0.0", "@types/react-dom@^17.0.10":
1828+
version "17.0.17"
1829+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
1830+
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
18311831
dependencies:
1832-
"@types/react" "*"
1832+
"@types/react" "^17"
18331833

18341834
"@types/react-syntax-highlighter@^13.5.2":
18351835
version "13.5.2"
@@ -1847,6 +1847,15 @@
18471847
"@types/scheduler" "*"
18481848
csstype "^3.0.2"
18491849

1850+
"@types/react@^17":
1851+
version "17.0.50"
1852+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
1853+
integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA==
1854+
dependencies:
1855+
"@types/prop-types" "*"
1856+
"@types/scheduler" "*"
1857+
csstype "^3.0.2"
1858+
18501859
"@types/resize-observer-browser@^0.1.6":
18511860
version "0.1.7"
18521861
resolved "https://registry.yarnpkg.com/@types/resize-observer-browser/-/resize-observer-browser-0.1.7.tgz#294aaadf24ac6580b8fbd1fe3ab7b59fe85f9ef3"

0 commit comments

Comments
 (0)