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
+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"
},