Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
f4a58d3a36
commit
423e01d903
@@ -1,5 +1,18 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.2.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d47def9c4: Removed dependency on `@types/jest`.
|
||||
- d9e39544be: Add missing peer dependencies
|
||||
- Updated 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
|
||||
|
||||
## 1.2.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.2.0-next.2",
|
||||
"version": "1.2.0-next.3",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
@@ -32,11 +32,11 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.4-next.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.1",
|
||||
"@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/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.2",
|
||||
"@backstage/cli": "^0.19.0-next.3",
|
||||
"@types/node": "^16.11.26",
|
||||
"msw": "^0.47.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user