Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-09-06 13:11:16 +00:00
parent fc3f9cea9c
commit f275697d2b
236 changed files with 4502 additions and 1411 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.2.0-next.1",
"version": "1.2.0-next.2",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@backstage/config": "^1.0.1",
"@backstage/core-app-api": "^1.1.0-next.1",
"@backstage/core-plugin-api": "^1.0.6-next.1",
"@backstage/plugin-permission-common": "^0.6.4-next.0",
"@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/theme": "^0.2.16",
"@backstage/types": "^1.0.0",
@@ -54,7 +54,7 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@backstage/cli": "^0.19.0-next.2",
"@types/jest": "^26.0.7",
"@types/node": "^16.11.26",
"msw": "^0.47.0"