Skip to content

Commit

Permalink
Merge pull request #8 from humanitec/update-deps
Browse files Browse the repository at this point in the history
chore: updated dependencies
  • Loading branch information
johanneswuerbach authored May 6, 2024
2 parents dfcd3a6 + 88ffe8c commit a24d3db
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 562 deletions.
7 changes: 7 additions & 0 deletions .changeset/fast-houses-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@humanitec/backstage-plugin-backend': patch
'@humanitec/backstage-plugin-common': patch
'@humanitec/backstage-plugin': patch
---

updated dependencies
14 changes: 7 additions & 7 deletions plugins/humanitec-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.21.3",
"@backstage/config": "^1.1.1",
"@backstage/plugin-scaffolder-backend": "^1.19.1",
"@backstage/backend-common": "^0.21.7",
"@backstage/config": "^1.2.0",
"@backstage/plugin-scaffolder-backend": "^1.22.5",
"@humanitec/backstage-plugin-common": "^0.5.0",
"@types/express": "*",
"cross-fetch": "3.1.5",
"cross-fetch": "^4.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"js-yaml": "^4.1.0",
Expand All @@ -36,11 +36,11 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.2",
"@backstage/cli": "^0.26.3",
"@types/js-yaml": "^4.0.5",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
"supertest": "^4.0.2"
"msw": "^1.0.0",
"supertest": "^6.2.4"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"cross-fetch": "3.1.5",
"cross-fetch": "^4.0.0",
"exponential-backoff": "^3.1.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@backstage/cli": "^0.25.2"
"@backstage/cli": "^0.26.3"
},
"files": [
"dist"
Expand Down
28 changes: 14 additions & 14 deletions plugins/humanitec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.3",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/plugin-catalog-react": "^1.9.1",
"@backstage/theme": "^0.5.1",
"@backstage/catalog-model": "^1.4.5",
"@backstage/core-components": "^0.14.4",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-catalog-react": "^1.11.3",
"@backstage/theme": "^0.5.3",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/lodash.get": "^4.4.7",
"event-source-polyfill": "^1.0.31",
"lodash.get": "^4.4.2",
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.2",
"@backstage/core-app-api": "^1.11.1",
"@backstage/cli": "^0.26.3",
"@backstage/core-app-api": "^1.12.4",
"@backstage/dev-utils": "^1.0.27",
"@backstage/test-utils": "^1.5.0",
"@backstage/test-utils": "^1.5.4",
"@humanitec/backstage-plugin-common": "^0.5.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.3",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/event-source-polyfill": "^1.0.5",
"@types/jest": "*",
"@types/node": "*",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
"cross-fetch": "^4.0.0",
"msw": "^1.0.0"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit a24d3db

Please sign in to comment.