Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-01-18 13:49:07 +00:00
parent e9861467d0
commit a94a2b8b3f
232 changed files with 2828 additions and 875 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-permission-common",
"description": "Isomorphic types and client for Backstage permissions and authorization",
"version": "0.3.1",
"version": "0.4.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -38,14 +38,14 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/config": "^0.1.13-next.0",
"@backstage/errors": "^0.2.0",
"cross-fetch": "^3.0.6",
"uuid": "^8.0.0",
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/jest": "^26.0.7",
"msw": "^0.35.0"
}