Version Packages

This commit is contained in:
github-actions[bot]
2022-09-20 11:52:02 +00:00
parent 2a7a21e9c5
commit 30882884a4
520 changed files with 9779 additions and 5672 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/test-utils
## 1.2.0
### Minor Changes
- 817f3196f6: Elements rendered in a test app are no longer wrapped in a `Routes` and `Route` element, as this is not compatible with React Router v6 stable.
### Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- 7d47def9c4: Removed dependency on `@types/jest`.
- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- d9e39544be: Add missing peer dependencies
- Updated dependencies
- @backstage/core-app-api@1.1.0
- @backstage/core-plugin-api@1.0.6
- @backstage/plugin-permission-react@0.4.5
- @backstage/config@1.0.2
- @backstage/plugin-permission-common@0.6.4
## 1.2.0-next.3
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.2.0-next.3",
"version": "1.2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
@@ -32,11 +32,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/config": "^1.0.2-next.0",
"@backstage/core-app-api": "^1.1.0-next.3",
"@backstage/core-plugin-api": "^1.0.6-next.3",
"@backstage/plugin-permission-common": "^0.6.4-next.2",
"@backstage/plugin-permission-react": "^0.4.5-next.2",
"@backstage/config": "^1.0.2",
"@backstage/core-app-api": "^1.1.0",
"@backstage/core-plugin-api": "^1.0.6",
"@backstage/plugin-permission-common": "^0.6.4",
"@backstage/plugin-permission-react": "^0.4.5",
"@backstage/theme": "^0.2.16",
"@backstage/types": "^1.0.0",
"@material-ui/core": "^4.12.2",
@@ -55,7 +55,7 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.3",
"@backstage/cli": "^0.19.0",
"@types/node": "^16.11.26",
"msw": "^0.47.0"
},