authz: update references to permission-common after move to plugins

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-11-12 12:30:04 +00:00
parent f72d7bba0e
commit e2088541dd
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -19,8 +19,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/permission-common": "^0.1.0",
"@backstage/plugin-auth-backend": "^0.4.6",
"@backstage/plugin-permission-common": "^0.1.0",
"@types/express": "*",
"express": "^4.17.1",
"zod": "^3.11.6"