Version Packages

This commit is contained in:
github-actions[bot]
2021-11-18 11:52:08 +00:00
parent 70e4b222be
commit 99bf179ccf
246 changed files with 1632 additions and 1086 deletions
@@ -0,0 +1,17 @@
# embedded-techdocs-app
## 0.2.53
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@0.7.3
- @backstage/cli@0.9.0
- @backstage/catalog-model@0.9.7
- @backstage/plugin-techdocs@0.12.6
- @backstage/core-components@0.7.4
- @backstage/core-plugin-api@0.2.0
- @backstage/core-app-api@0.1.21
- @backstage/test-utils@0.1.22
- @backstage/app-defaults@0.1.1
- @backstage/integration-react@0.1.14
+12 -12
View File
@@ -1,20 +1,20 @@
{
"name": "embedded-techdocs-app",
"version": "0.0.0",
"version": "0.2.53",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.0",
"@backstage/catalog-model": "^0.9.5",
"@backstage/cli": "^0.8.0",
"@backstage/app-defaults": "^0.1.1",
"@backstage/catalog-model": "^0.9.7",
"@backstage/cli": "^0.9.0",
"@backstage/config": "^0.1.10",
"@backstage/core-app-api": "^0.1.18",
"@backstage/core-components": "^0.7.1",
"@backstage/core-plugin-api": "^0.1.11",
"@backstage/integration-react": "^0.1.12",
"@backstage/plugin-catalog": "^0.7.2",
"@backstage/plugin-techdocs": "^0.12.3",
"@backstage/test-utils": "^0.1.19",
"@backstage/core-app-api": "^0.1.21",
"@backstage/core-components": "^0.7.4",
"@backstage/core-plugin-api": "^0.2.0",
"@backstage/integration-react": "^0.1.14",
"@backstage/plugin-catalog": "^0.7.3",
"@backstage/plugin-techdocs": "^0.12.6",
"@backstage/test-utils": "^0.1.22",
"@backstage/theme": "^0.2.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -26,7 +26,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.8.2",
"@backstage/cli": "^0.9.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",