8000 updating peer dependencies to match the scaffolder (#113) · coder/backstage-plugins@e013e35 · GitHub
[go: up one dir, main page]

Skip to content

Commit e013e35

Browse files
authored
updating peer dependencies to match the scaffolder (#113)
1 parent 51e5279 commit e013e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/backstage-plugin-coder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"valibot": "^0.28.1"
4545
},
4646
"peerDependencies": {
47-
"react": "^16.13.1 || ^17.0.0"
47+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
4848
},
4949
"devDependencies": {
5050
"@backstage/cli": "^0.25.1",

plugins/backstage-plugin-devcontainers-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@material-ui/lab": "4.0.0-alpha.61"
3535
},
3636
"peerDependencies": {
37-
"react": "^16.13.1 || ^17.0.0"
37+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
3838
},
3939
"devDependencies": {
4040
"@backstage/cli": "^0.25.1",

0 commit comments

Comments
 (0)
0