Version Packages

This commit is contained in:
github-actions[bot]
2021-05-27 10:23:15 +00:00
parent 5a3ff88ab9
commit b5a0d1c5d7
141 changed files with 1244 additions and 578 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/dev-utils
## 0.1.16
### Patch Changes
- Updated dependencies [add62a455]
- Updated dependencies [cc592248b]
- Updated dependencies [17c497b81]
- Updated dependencies [704875e26]
- @backstage/catalog-model@0.8.0
- @backstage/core@0.7.11
- @backstage/plugin-catalog-react@0.2.0
## 0.1.15
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.1.15",
"version": "0.1.16",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core": "^0.7.10",
"@backstage/catalog-model": "^0.7.10",
"@backstage/core": "^0.7.11",
"@backstage/catalog-model": "^0.8.0",
"@backstage/integration-react": "^0.1.2",
"@backstage/plugin-catalog-react": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.2.0",
"@backstage/test-utils": "^0.1.12",
"@backstage/theme": "^0.2.3",
"@material-ui/core": "^4.11.0",
@@ -48,7 +48,7 @@
"react-router-dom": "6.0.0-beta.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.12",
"@backstage/cli": "^0.6.13",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},