Version Packages

This commit is contained in:
github-actions[bot]
2021-05-20 11:48:46 +00:00
parent 28b4a30928
commit 18285453eb
109 changed files with 659 additions and 460 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/test-utils
## 0.1.12
### Patch Changes
- 61c3f927c: Updated `MockErrorApi` to work with new `Observable` type in `@backstage/core`.
- Updated dependencies [61c3f927c]
- Updated dependencies [65e6c4541]
- @backstage/core-api@0.2.19
## 0.1.11
### 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.11",
"version": "0.1.12",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-api": "^0.2.18",
"@backstage/core-api": "^0.2.19",
"@backstage/test-utils-core": "^0.1.1",
"@backstage/theme": "^0.2.3",
"@material-ui/core": "^4.11.0",
@@ -45,7 +45,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.6.11",
"@backstage/cli": "^0.6.12",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},