Skip to content

Commit 01ed884

Browse files
build(deps): bump @testing-library/react (#41)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.7 to 12.1.4. - [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@v11.2.7...v12.1.4) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 567c99c commit 01ed884

3 files changed

Lines changed: 24 additions & 158 deletions

File tree

core-sdk-samples/higgs-shop-sample-app/package-lock.json

Lines changed: 12 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core-sdk-samples/higgs-shop-sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@mui/material": "^5.2.5",
1111
"@testing-library/dom": "^8.11.3",
1212
"@testing-library/jest-dom": "^5.11.4",
13-
"@testing-library/react": "^11.1.0",
13+
"@testing-library/react": "^12.1.4",
1414
"@testing-library/user-event": "^12.1.10",
1515
"@types/jest": "^27.4.1",
1616
"@types/node": "^12.0.0",

core-sdk-samples/higgs-shop-sample-app/yarn.lock

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,22 +1585,9 @@
15851585
"@svgr/plugin-svgo" "^5.5.0"
15861586
loader-utils "^2.0.0"
15871587

1588-
"@testing-library/dom@^7.28.1":
1589-
version "7.31.2"
1590-
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz"
1591-
dependencies:
1592-
"@babel/code-frame" "^7.10.4"
1593-
"@babel/runtime" "^7.12.5"
1594-
"@types/aria-query" "^4.2.0"
1595-
aria-query "^4.2.2"
1596-
chalk "^4.1.0"
1597-
dom-accessibility-api "^0.5.6"
1598-
lz-string "^1.4.4"
1599-
pretty-format "^26.6.2"
1600-
1601-
"@testing-library/dom@^8.11.3":
1602-
version "8.11.3"
1603-
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz"
1588+
"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.11.3":
1589+
version "8.12.0"
1590+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.12.0.tgz#fef5e545533fb084175dda6509ee71d7d2f72e23"
16041591
dependencies:
16051592
"@babel/code-frame" "^7.10.4"
16061593
"@babel/runtime" "^7.12.5"
@@ -1625,12 +1612,13 @@
16251612
lodash "^4.17.15"
16261613
redent "^3.0.0"
16271614

1628-
"@testing-library/react@^11.1.0":
1629-
version "11.2.7"
1630-
resolved "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz"
1615+
"@testing-library/react@^12.1.4":
1616+
version "12.1.4"
1617+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
16311618
dependencies:
16321619
"@babel/runtime" "^7.12.5"
1633-
"@testing-library/dom" "^7.28.1"
1620+
"@testing-library/dom" "^8.0.0"
1621+
"@types/react-dom" "*"
16341622

16351623
"@testing-library/user-event@^12.1.10":
16361624
version "12.8.3"
@@ -1770,9 +1758,9 @@
17701758
version "1.5.4"
17711759
resolved "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz"
17721760

1773-
"@types/react-dom@^17.0.0":
1774-
version "17.0.11"
1775-
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz"
1761+
"@types/react-dom@*", "@types/react-dom@^17.0.0":
1762+
version "17.0.14"
1763+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"
17761764
dependencies:
17771765
"@types/react" "*"
17781766

0 commit comments

Comments
 (0)