Skip to content
Open
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 workspaces/ai-integrations/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@material-ui/icons": "^4.9.1",
"@red-hat-developer-hub/backstage-plugin-ai-experience": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-global-header": "^1.4.0",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router": "^6.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@backstage/core-app-api": "^1.19.6",
"@backstage/dev-utils": "^1.1.21",
"@backstage/test-utils": "^1.7.16",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down
22 changes: 12 additions & 10 deletions workspaces/ai-integrations/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3271,7 +3271,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/frontend-plugin-api@npm:^0.15.0":
"@backstage/frontend-plugin-api@npm:^0.15.0, @backstage/frontend-plugin-api@npm:^0.15.1":
version: 0.15.1
resolution: "@backstage/frontend-plugin-api@npm:0.15.1"
dependencies:
Expand Down Expand Up @@ -3511,7 +3511,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-app-react@npm:^0.2.2":
"@backstage/plugin-app-react@npm:^0.2.1, @backstage/plugin-app-react@npm:^0.2.2":
version: 0.2.2
resolution: "@backstage/plugin-app-react@npm:0.2.2"
dependencies:
Expand Down Expand Up @@ -10558,7 +10558,7 @@ __metadata:
"@mui/material": "npm:5.18.0"
"@red-hat-developer-hub/backstage-plugin-ai-experience-backend": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-ai-experience-common": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.12.0"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.14.0"
"@tanstack/react-query": "npm:^5.71.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^14.0.0"
Expand Down Expand Up @@ -10649,19 +10649,21 @@ __metadata:
languageName: node
linkType: hard

"@red-hat-developer-hub/backstage-plugin-theme@npm:^0.12.0":
version: 0.12.0
resolution: "@red-hat-developer-hub/backstage-plugin-theme@npm:0.12.0"
"@red-hat-developer-hub/backstage-plugin-theme@npm:^0.14.0":
version: 0.14.4
resolution: "@red-hat-developer-hub/backstage-plugin-theme@npm:0.14.4"
dependencies:
"@backstage/frontend-plugin-api": "npm:^0.15.1"
"@backstage/plugin-app-react": "npm:^0.2.1"
"@mui/icons-material": "npm:^5.17.1"
peerDependencies:
"@backstage/core-plugin-api": ^1.12.0
"@backstage/theme": ^0.7.0
"@backstage/core-plugin-api": ^1.12.4
"@backstage/theme": ^0.7.2
"@material-ui/icons": ^4.11.3
"@mui/icons-material": ^5.17.1
"@mui/material": ^5.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
checksum: 10c0/9ccc7f5360089f5efe98e85eeb68af061e75306b09f2386605306c8b362b67f79855592f90e7ddb63c051dd585dd3bab7d8e5ff300f9f8cc6370ccef18aea983
checksum: 10c0/e6545be17b3f465092a3ae16e3a916b68307d1db5ca443b15bbcce7c9f5c0c0bc326d83ed8feb91e6ab4984f0f7f54c389ff7980b05b673ea37c80796b2258fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -15232,7 +15234,7 @@ __metadata:
"@playwright/test": "npm:^1.32.3"
"@red-hat-developer-hub/backstage-plugin-ai-experience": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-global-header": "npm:^1.4.0"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.12.0"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.14.0"
"@testing-library/dom": "npm:^9.0.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^14.0.0"
Expand Down
Loading