Version Packages

This commit is contained in:
github-actions[bot]
2021-12-23 12:23:34 +00:00
parent 3313e03905
commit 3d68c45ef7
263 changed files with 1873 additions and 1135 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/test-utils
## 0.2.0
### Minor Changes
- a195284c7b: Updated `MockStorageApi` to reflect the `StorageApi` changes in `@backstage/core-plugin-api`.
- 771b9c07fe: Removed deprecated `Keyboard` class which has been superseded by `@testing-library/user-event#userEvent`
- f6722d2458: Removed deprecated `msw` definition which was replaced by calling `setupRequestMockHandlers` directly
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@0.3.0
- @backstage/core-plugin-api@0.4.0
## 0.1.24
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.1.24",
"version": "0.2.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-app-api": "^0.2.0",
"@backstage/core-plugin-api": "^0.3.0",
"@backstage/core-app-api": "^0.3.0",
"@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.1",
"@backstage/cli": "^0.10.3",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},