Version Packages

This commit is contained in:
github-actions[bot]
2022-01-27 11:07:27 +00:00
parent c46a99b045
commit 406848efee
195 changed files with 987 additions and 865 deletions
@@ -1,5 +1,16 @@
# embedded-techdocs-app
## 0.2.61
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.6
- @backstage/cli@0.13.0
- @backstage/plugin-techdocs@0.13.1
- @backstage/plugin-catalog@0.7.10
- @backstage/core-app-api@0.5.1
## 0.2.60
### Patch Changes
+7 -7
View File
@@ -1,19 +1,19 @@
{
"name": "embedded-techdocs-app",
"version": "0.2.60",
"version": "0.2.61",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.5",
"@backstage/catalog-model": "^0.9.10",
"@backstage/cli": "^0.12.0",
"@backstage/cli": "^0.13.0",
"@backstage/config": "^0.1.13",
"@backstage/core-app-api": "^0.5.0",
"@backstage/core-components": "^0.8.5",
"@backstage/core-app-api": "^0.5.1",
"@backstage/core-components": "^0.8.6",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/integration-react": "^0.1.19",
"@backstage/plugin-catalog": "^0.7.9",
"@backstage/plugin-techdocs": "^0.13.0",
"@backstage/plugin-catalog": "^0.7.10",
"@backstage/plugin-techdocs": "^0.13.1",
"@backstage/test-utils": "^0.2.3",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.11.0",
@@ -26,7 +26,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.12.0",
"@backstage/cli": "^0.13.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",