Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/argocd/.changeset/renovate-7b33ec9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-argocd': patch
---

Updated dependency `react-use` to `17.6.1`.
2 changes: 1 addition & 1 deletion workspaces/argocd/plugins/argocd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@patternfly/react-icons": "^6.0.0",
"moment": "^2.30.1",
"pluralize": "^8.0.0",
"react-use": "17.6.0"
"react-use": "17.6.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down
30 changes: 15 additions & 15 deletions workspaces/argocd/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ __metadata:
react: "npm:^17.0.0 || ^18.0.0"
react-dom: "npm:^18"
react-router-dom: "npm:^6.3.0"
react-use: "npm:17.6.0"
react-use: "npm:17.6.1"
peerDependencies:
react: ^17.0.0 || ^18.0.0
react-router-dom: ^6.3.0
Expand Down Expand Up @@ -12724,10 +12724,10 @@ __metadata:
languageName: node
linkType: hard

"@types/js-cookie@npm:^2.2.6":
version: 2.2.7
resolution: "@types/js-cookie@npm:2.2.7"
checksum: 10/851f47e94ca1fc43661d8f51614d67a613e7810c91b876d0a3b311ce72f7df800107fd02a08cb6948184e12c120b4f058edca2f50424d8798bdcffd6627281e3
"@types/js-cookie@npm:^3.0.0":
version: 3.0.6
resolution: "@types/js-cookie@npm:3.0.6"
checksum: 10/272d551687547445cb210213c73e72e0e5d58ad73e2e444a65d688b8ff9425529779ee0cd6492aaa1f070161916d4254ef2b1a76d64179100437f60749d094ef
languageName: node
linkType: hard

Expand Down Expand Up @@ -22837,10 +22837,10 @@ __metadata:
languageName: node
linkType: hard

"js-cookie@npm:^2.2.1":
version: 2.2.1
resolution: "js-cookie@npm:2.2.1"
checksum: 10/4387f5f5691cb96ca9ff8852c589d3012b53f484fda68630a39e20cabc6c5b740f09225e23233ba56cd9de6ebe300a23d20b2c7315f10c309ad5a89fd8c4990b
"js-cookie@npm:^3.0.0":
version: 3.0.8
resolution: "js-cookie@npm:3.0.8"
checksum: 10/6bc10dc1ef0ad4780cd43a0413702d0b8d9d8d167c4fb605ae66c388270dece6b4cad4c8944654cc67b6e0e7639da379a7b48e7b7ad8711a80f60aba6a915548
languageName: node
linkType: hard

Expand Down Expand Up @@ -28812,16 +28812,16 @@ __metadata:
languageName: node
linkType: hard

"react-use@npm:17.6.0, react-use@npm:^17.2.4, react-use@npm:^17.3.2, react-use@npm:^17.4.0":
version: 17.6.0
resolution: "react-use@npm:17.6.0"
"react-use@npm:17.6.1, react-use@npm:^17.2.4, react-use@npm:^17.3.2, react-use@npm:^17.4.0":
version: 17.6.1
resolution: "react-use@npm:17.6.1"
dependencies:
"@types/js-cookie": "npm:^2.2.6"
"@types/js-cookie": "npm:^3.0.0"
"@xobotyi/scrollbar-width": "npm:^1.9.5"
copy-to-clipboard: "npm:^3.3.1"
fast-deep-equal: "npm:^3.1.3"
fast-shallow-equal: "npm:^1.0.0"
js-cookie: "npm:^2.2.1"
js-cookie: "npm:^3.0.0"
nano-css: "npm:^5.6.2"
react-universal-interface: "npm:^0.6.2"
resize-observer-polyfill: "npm:^1.5.1"
Expand All @@ -28833,7 +28833,7 @@ __metadata:
peerDependencies:
react: "*"
react-dom: "*"
checksum: 10/a817b74e82b481a39d3539bfe8d3b535c08d59d44a75ea91f65e56a7ccaedb0de185159e50b44ea4a635dda0c1c7159f07530e81a1d64b57130e0a715a107795
checksum: 10/0b3630ac9a02b755cdfa205d0a0dbee0c620a4b0fcfb00b5cceb4f38fdf928fca3c6d924671e210d89b34aafeda222f7500eb4ceb9883baf2b9ce0181f4fcd82
languageName: node
linkType: hard

Expand Down
Loading