@backstage/plugin-permission-react 0.4.21-next.1 → 0.4.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-permission-react
2
2
 
3
+ ## 0.4.22
4
+
5
+ ### Patch Changes
6
+
7
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@1.9.2
10
+ - @backstage/config@1.2.0
11
+ - @backstage/plugin-permission-common@0.7.13
12
+
13
+ ## 0.4.21
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/config@1.2.0
19
+ - @backstage/plugin-permission-common@0.7.13
20
+ - @backstage/core-plugin-api@1.9.1
21
+
3
22
  ## 0.4.21-next.1
4
23
 
5
24
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -120,4 +120,4 @@ declare class IdentityPermissionApi implements PermissionApi {
120
120
  authorize(request: AuthorizePermissionRequest): Promise<AuthorizePermissionResponse>;
121
121
  }
122
122
 
123
- export { AsyncPermissionResult, IdentityPermissionApi, PermissionApi, PermissionedRoute, RequirePermission, RequirePermissionProps, permissionApiRef, usePermission };
123
+ export { type AsyncPermissionResult, IdentityPermissionApi, type PermissionApi, PermissionedRoute, RequirePermission, type RequirePermissionProps, permissionApiRef, usePermission };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-react",
3
- "version": "0.4.21-next.1",
3
+ "version": "0.4.22",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -35,17 +35,17 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/config": "^1.2.0-next.1",
39
- "@backstage/core-plugin-api": "^1.9.1-next.1",
40
- "@backstage/plugin-permission-common": "^0.7.13-next.1",
38
+ "@backstage/config": "^1.2.0",
39
+ "@backstage/core-plugin-api": "^1.9.2",
40
+ "@backstage/plugin-permission-common": "^0.7.13",
41
41
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
42
42
  "swr": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.25.3-next.1",
46
- "@backstage/test-utils": "^1.5.1-next.1",
45
+ "@backstage/cli": "^0.26.3",
46
+ "@backstage/test-utils": "^1.5.4",
47
47
  "@testing-library/jest-dom": "^6.0.0",
48
- "@testing-library/react": "^14.0.0"
48
+ "@testing-library/react": "^15.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",