Skip to content

Commit

Permalink
fix: add missing emotion dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Nov 19, 2024
1 parent afef827 commit 16b5514
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion plugins/qeta-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@backstage/plugin-signals-react": "backstage:^",
"@drodil/backstage-plugin-qeta-common": "workspace:^",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.16.7",
Expand All @@ -79,7 +80,7 @@
"remark-gfm": "^4.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions plugins/qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"@backstage/plugin-signals-react": "backstage:^",
"@drodil/backstage-plugin-qeta-common": "workspace:^",
"@drodil/backstage-plugin-qeta-react": "workspace:^",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.16.7",
Expand All @@ -65,8 +67,8 @@
},
"peerDependencies": {
"@backstage/catalog-client": "^1.7.1",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"resolutions": {
Expand Down
11 changes: 7 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4919,6 +4919,7 @@ __metadata:
"@backstage/test-utils": "backstage:^"
"@drodil/backstage-plugin-qeta-common": "workspace:^"
"@emotion/react": "npm:^11.13.3"
"@emotion/styled": "npm:^11.13.0"
"@mui/icons-material": "npm:^5.16.7"
"@mui/lab": "npm:^5.0.0-alpha.169"
"@mui/material": "npm:^5.16.7"
Expand Down Expand Up @@ -4946,7 +4947,7 @@ __metadata:
recharts: "npm:^2.13.0"
remark-gfm: "npm:^4.0.0"
peerDependencies:
react: ^16.13.1 || ^17.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
languageName: unknown
linkType: soft
Expand All @@ -4969,6 +4970,8 @@ __metadata:
"@backstage/plugin-signals-react": "backstage:^"
"@drodil/backstage-plugin-qeta-common": "workspace:^"
"@drodil/backstage-plugin-qeta-react": "workspace:^"
"@emotion/react": "npm:^11.13.3"
"@emotion/styled": "npm:^11.13.0"
"@mui/icons-material": "npm:^5.15.14"
"@mui/lab": "npm:^5.0.0-alpha.169"
"@mui/material": "npm:^5.16.7"
Expand All @@ -4979,8 +4982,8 @@ __metadata:
react-use: "npm:^17.4.0"
peerDependencies:
"@backstage/catalog-client": ^1.7.1
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5118,7 +5121,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/styled@npm:^11.10.5":
"@emotion/styled@npm:^11.10.5, @emotion/styled@npm:^11.13.0":
version: 11.13.0
resolution: "@emotion/styled@npm:11.13.0"
dependencies:
Expand Down

0 comments on commit 16b5514

Please sign in to comment.