Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @backstage-community/plugin-todo to ^0.3.0 #793

Merged
merged 1 commit into from
Dec 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@backstage-community/plugin-github-actions": "^0.6.19",
"@backstage-community/plugin-graphiql": "^0.4.0",
"@backstage-community/plugin-tech-radar": "^1.0.0",
"@backstage-community/plugin-todo": "^0.2.40",
"@backstage-community/plugin-todo": "^0.3.0",
"@backstage/app-defaults": "backstage:^",
"@backstage/cli": "backstage:^",
"@backstage/core-app-api": "backstage:^",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3477,22 +3477,22 @@ __metadata:
languageName: node
linkType: hard

"@backstage-community/plugin-todo@npm:^0.2.40":
version: 0.2.42
resolution: "@backstage-community/plugin-todo@npm:0.2.42"
"@backstage-community/plugin-todo@npm:^0.3.0":
version: 0.3.0
resolution: "@backstage-community/plugin-todo@npm:0.3.0"
dependencies:
"@backstage/catalog-model": "npm:^1.7.0"
"@backstage/core-components": "npm:^0.15.1"
"@backstage/core-plugin-api": "npm:^1.10.0"
"@backstage/errors": "npm:^1.2.4"
"@backstage/plugin-catalog-react": "npm:^1.14.0"
"@backstage/catalog-model": "npm:^1.7.2"
"@backstage/core-components": "npm:^0.16.2"
"@backstage/core-plugin-api": "npm:^1.10.2"
"@backstage/errors": "npm:^1.2.6"
"@backstage/plugin-catalog-react": "npm:^1.15.0"
"@material-ui/icons": "npm:^4.9.1"
"@types/react": "npm:^16.13.1 || ^17.0.0"
peerDependencies:
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
checksum: 10/d99625caad59d60a49da76a41eb87542ef11c9109041f3217782074a29c3daddf6a15981f40b9764f8b371cb129f2a5f1472da5832e7c203c7a8da6568eabcb8
checksum: 10/6e99e456fd01c79625b0dd4c5fcb2e97d40dec2694b41f8c14df25bd2ec626b113f715a0923d98a43684ecee157257bb4cb91db480cd2b1e94b8d95b575f35b1
languageName: node
linkType: hard

Expand Down Expand Up @@ -15326,7 +15326,7 @@ __metadata:
"@backstage-community/plugin-github-actions": "npm:^0.6.19"
"@backstage-community/plugin-graphiql": "npm:^0.4.0"
"@backstage-community/plugin-tech-radar": "npm:^1.0.0"
"@backstage-community/plugin-todo": "npm:^0.2.40"
"@backstage-community/plugin-todo": "npm:^0.3.0"
"@backstage/app-defaults": "backstage:^"
"@backstage/cli": "backstage:^"
"@backstage/core-app-api": "backstage:^"
Expand Down
Loading