Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Nov 16, 2023
1 parent 6e6a6cf commit 058f394
Show file tree
Hide file tree
Showing 3 changed files with 908 additions and 88 deletions.
6 changes: 3 additions & 3 deletions packages/gitlab-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.19.0",
"@backstage/config": "^1.0.8",
"@backstage/integration": "^1.5.0",
"@backstage/backend-common": "^0.19.9",
"@backstage/config": "^1.1.1",
"@backstage/integration": "^1.7.0",
"@types/express": "*",
"body-parser": "^1.20.2",
"express": "^4.17.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.13.2",
"@backstage/core-plugin-api": "^1.5.2",
"@backstage/plugin-catalog-react": "^1.7.0",
"@backstage/theme": "^0.4.0",
"@backstage/core-components": "^0.13.8",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/plugin-catalog-react": "^1.9.0",
"@backstage/theme": "^0.4.4",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@mui/x-charts": "^6.0.0-alpha.7",
"dayjs": "^1.11.7",
"react-use": "^17.2.4",
"semver": "^7.3.8"
"dayjs": "^1.11.10",
"react-use": "^17.4.0",
"semver": "^7.5.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
Expand All @@ -56,7 +56,7 @@
"devDependencies": {
"@backstage/cli": "^0.22.8",
"@backstage/core-app-api": "^1.8.1",
"@backstage/dev-utils": "^1.0.16",
"@backstage/dev-utils": "^1.0.23",
"@backstage/plugin-catalog-react": "^1.7.0",
"@backstage/test-utils": "^1.4.0",
"@commitlint/cli": "^17.0.0",
Expand Down
Loading

0 comments on commit 058f394

Please sign in to comment.