Skip to content

Commit

Permalink
Merge pull request #467 from backstage/renovate/rc-progress-4.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency rc-progress to v4
  • Loading branch information
awanlin authored Jun 18, 2024
2 parents f1a2280 + 842559f commit 632f89e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
5 changes: 5 additions & 0 deletions workspaces/codescene/.changeset/renovate-026ec57.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-codescene': patch
---

Updated dependency `rc-progress` to `4.0.0`.
2 changes: 1 addition & 1 deletion workspaces/codescene/plugins/codescene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.4.4",
"rc-progress": "3.5.1",
"rc-progress": "4.0.0",
"react-use": "^17.2.4"
},
"devDependencies": {
Expand Down
16 changes: 15 additions & 1 deletion workspaces/codescene/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ __metadata:
canvas: ^2.11.2
luxon: ^3.4.4
msw: ^1.0.0
rc-progress: 3.5.1
rc-progress: 4.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
Expand Down Expand Up @@ -19770,6 +19770,20 @@ __metadata:
languageName: node
linkType: hard

"rc-progress@npm:4.0.0":
version: 4.0.0
resolution: "rc-progress@npm:4.0.0"
dependencies:
"@babel/runtime": ^7.10.1
classnames: ^2.2.6
rc-util: ^5.16.1
peerDependencies:
react: ">=16.9.0"
react-dom: ">=16.9.0"
checksum: cd058f1becea650142c21f7ad36fc2b3e145d06c26d432c38ba1f10c9fc0895c51471a9fe775426849b2c6e6fa3c68c6877b1a42b60014d5fa1b350524bb7ae2
languageName: node
linkType: hard

"rc-util@npm:^5.16.1":
version: 5.16.1
resolution: "rc-util@npm:5.16.1"
Expand Down
5 changes: 5 additions & 0 deletions workspaces/sonarqube/.changeset/renovate-026ec57.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-sonarqube': patch
---

Updated dependency `rc-progress` to `4.0.0`.
2 changes: 1 addition & 1 deletion workspaces/sonarqube/plugins/sonarqube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cross-fetch": "^4.0.0",
"luxon": "^3.0.0",
"rc-progress": "3.5.1",
"rc-progress": "4.0.0",
"react-use": "^17.2.4"
},
"devDependencies": {
Expand Down
16 changes: 15 additions & 1 deletion workspaces/sonarqube/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ __metadata:
cross-fetch: ^4.0.0
luxon: ^3.0.0
msw: ^1.0.0
rc-progress: 3.5.1
rc-progress: 4.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
Expand Down Expand Up @@ -20190,6 +20190,20 @@ __metadata:
languageName: node
linkType: hard

"rc-progress@npm:4.0.0":
version: 4.0.0
resolution: "rc-progress@npm:4.0.0"
dependencies:
"@babel/runtime": ^7.10.1
classnames: ^2.2.6
rc-util: ^5.16.1
peerDependencies:
react: ">=16.9.0"
react-dom: ">=16.9.0"
checksum: cd058f1becea650142c21f7ad36fc2b3e145d06c26d432c38ba1f10c9fc0895c51471a9fe775426849b2c6e6fa3c68c6877b1a42b60014d5fa1b350524bb7ae2
languageName: node
linkType: hard

"rc-util@npm:^5.16.1":
version: 5.16.1
resolution: "rc-util@npm:5.16.1"
Expand Down

0 comments on commit 632f89e

Please sign in to comment.