Skip to content

Commit bb84b33

Browse files
fixes react-router issue and updates dependabot config for backstage updates
1 parent ceff112 commit bb84b33

File tree

4 files changed

+268
-65
lines changed

4 files changed

+268
-65
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ updates:
77
open-pull-requests-limit: 10
88
labels:
99
- dependencies
10+
allow:
11+
# Allow updates for Lodash
12+
- dependency-name: "@backstage*"

plugins/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"clean": "backstage-cli package clean"
3939
},
4040
"dependencies": {
41-
"@backstage/backend-common": "^0.15.2",
41+
"@backstage/backend-common": "^0.16.0",
4242
"@backstage/config": "^1.0.3",
4343
"@cloud-carbon-footprint/api": "^1.4.3",
4444
"@cloud-carbon-footprint/common": "^1.7.0",

plugins/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"clean": "backstage-cli package clean"
4040
},
4141
"dependencies": {
42-
"@backstage/backend-common": "^0.15.2",
42+
"@backstage/backend-common": "^0.16.0",
4343
"@backstage/config": "^1.0.3",
4444
"@backstage/core-app-api": "^1.1.1",
45-
"@backstage/core-components": "^0.11.2",
45+
"@backstage/core-components": "^0.12.0",
4646
"@backstage/core-plugin-api": "^1.0.7",
4747
"@cloud-carbon-footprint/client": "3.2.0",
4848
"@material-ui/core": "^4.12.2",
4949
"@material-ui/icons": "^4.9.1",
5050
"moment": "^2.29.1",
51-
"react-router-dom": "6.0.0-beta.0",
51+
"react-router-dom": "^6.4.3",
5252
"react-use": "^17.2.4"
5353
},
5454
"peerDependencies": {

0 commit comments

Comments
 (0)