Skip to content

Commit

Permalink
chore(deps): update dependency @scalprum/react-test-utils to v0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 18b78de commit b9b1cd4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@backstage/cli": "0.26.11",
"@backstage/test-utils": "1.5.9",
"@janus-idp/cli": "1.14.0",
"@scalprum/react-test-utils": "0.2.2",
"@scalprum/react-test-utils": "0.2.4",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11781,6 +11781,14 @@
"@openshift/dynamic-plugin-sdk" "^5.0.1"
tslib "^2.6.2"

"@scalprum/core@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@scalprum/core/-/core-0.8.1.tgz#7c3d6bb67f70052a6929cbf8fccf8a13dca02a63"
integrity sha512-bRbquESsjUvgu3QHA9aDIK5uTu7XoXjzqoxAmDmytnedzg8LFk/iNKs/bx4lSP2rufxx8iFkdVVvN3sM1W6a4A==
dependencies:
"@openshift/dynamic-plugin-sdk" "^5.0.1"
tslib "^2.6.2"

"@scalprum/[email protected]":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.8.0.tgz#34bdec81af62fa4f87741169b2721729b3dd69ee"
Expand All @@ -11790,23 +11798,23 @@
"@scalprum/core" "^0.7.0"
lodash "^4.17.0"

"@scalprum/react-core@^0.7.1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.7.1.tgz#5e37d1ac88125d60252ed82d464811958e1cd58b"
integrity sha512-CdLSwg46MYyDqCjWGuim/u0HF6GaPPGxXRD6AkWCkB4o3feBep+2zRAjzNfi3IlhNufWaiswxLpThhTLG4cgMg==
"@scalprum/react-core@^0.9.3":
version "0.9.3"
resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.9.3.tgz#e1f804e93125fdb782f0f97354b819a638ff4705"
integrity sha512-AnBoFLZl+qYB9XnAJBHYZJTHHRFWCW6iYAojGkiqtD4luyiEMmd6SaCv2s8xs/b6l/KKkG2FU272sIYqb/FkAQ==
dependencies:
"@openshift/dynamic-plugin-sdk" "^5.0.1"
"@scalprum/core" "^0.7.0"
"@scalprum/core" "^0.8.1"
lodash "^4.17.0"

"@scalprum/[email protected].2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@scalprum/react-test-utils/-/react-test-utils-0.2.2.tgz#aa3cb5126611212b57e1799f26a7934fe45dba21"
integrity sha512-Z0M5C23a0XyLMIPJywh1yelleYb1sn5sygDeGu/PTHocCmEwxrUx3LHu4YURyMM5d5/lHdkSdp7AN6Om1pWtIw==
"@scalprum/[email protected].4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@scalprum/react-test-utils/-/react-test-utils-0.2.4.tgz#e8b12bfa64789b711c55de9ba4111dc97e4974e9"
integrity sha512-+8MxKwyVhqYaDM6i2yztgLqwKdrLs3bq2dJ3VsovwEJ3BH+bXBOGfn+BwV6/9CULpzs63TAjV6rH23csG8arlw==
dependencies:
"@openshift/dynamic-plugin-sdk" "^5.0.1"
"@scalprum/core" "^0.7.0"
"@scalprum/react-core" "^0.7.1"
"@scalprum/core" "^0.8.1"
"@scalprum/react-core" "^0.9.3"
tslib "^2.6.2"
whatwg-fetch "^3.6.0"

Expand Down

0 comments on commit b9b1cd4

Please sign in to comment.