updated deps

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-03-10 12:48:35 +01:00
parent f8a7293383
commit 4635d20677
2 changed files with 124 additions and 17 deletions
+5 -5
View File
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.8.10",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/core-components": "^0.9.0",
"@backstage/core-plugin-api": "^0.8.0",
"@backstage/errors": "^0.2.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.1",
"@backstage/core-app-api": "^0.5.4",
"@backstage/cli": "^0.15.1",
"@backstage/core-app-api": "^0.6.0",
"@backstage/dev-utils": "^0.2.23",
"@backstage/test-utils": "^0.2.6",
"@backstage/test-utils": "^0.3.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",