Update all dependencies

This commit is contained in:
2024-04-06 21:18:30 +00:00
committed by kjuulh
parent 12b4d0a0c8
commit 76d7f26cc7
6 changed files with 9299 additions and 3429 deletions

View File

@@ -23,9 +23,9 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.9.5",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.0.3",
"@backstage/theme": "^0.2.15",
"@backstage/theme": "^0.5.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -35,17 +35,17 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.2",
"@backstage/cli": "^0.26.0",
"@backstage/core-app-api": "^1.0.3",
"@backstage/dev-utils": "^1.0.3",
"@backstage/test-utils": "^1.1.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "*",
"msw": "^0.42.0",
"cross-fetch": "^3.1.5"
"msw": "^2.0.0",
"cross-fetch": "^4.0.0"
},
"files": [
"dist"