Version Packages

This commit is contained in:
github-actions[bot]
2020-12-22 12:14:20 +00:00
parent e20aeead4e
commit c3c04658f2
69 changed files with 426 additions and 258 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/test-utils
## 0.1.6
### Patch Changes
- 1dc445e89: Update to use new plugin extension API
- Updated dependencies [d681db2b5]
- Updated dependencies [1dc445e89]
- @backstage/core-api@0.2.7
## 0.1.5
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.1.5",
"version": "0.1.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-api": "^0.2.5",
"@backstage/core-api": "^0.2.7",
"@backstage/test-utils-core": "^0.1.1",
"@backstage/theme": "^0.2.2",
"@material-ui/core": "^4.11.0",
@@ -45,7 +45,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.3",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0"
},