@spotify/backstage-plugin-rbac 0.5.8 → 0.5.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @spotify/backstage-plugin-rbac
2
2
 
3
+ ## 0.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Upgraded Backstage to `v1.20.3`.
8
+ - Updated dependency `cross-fetch` to `^4.0.0`.
9
+ - Updated dependencies
10
+ - @spotify/backstage-plugin-rbac-common@0.5.8
11
+ - @spotify/backstage-plugin-core@0.5.8
12
+
3
13
  ## 0.5.8
4
14
 
5
15
  ### Patch Changes
@@ -16,8 +26,6 @@
16
26
  - Mark package as being free of side effects, allowing more optimized Webpack builds.
17
27
  - Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
18
28
  - Upgraded Backstage to v1.18.1
19
- - Updated dependencies
20
- - Updated dependencies
21
29
  - Updated dependencies
22
30
  - @spotify/backstage-plugin-rbac-common@0.5.6
23
31
  - @spotify/backstage-plugin-core@0.5.6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-rbac",
3
3
  "description": "Control access to actions and data in Backstage with ease.",
4
- "version": "0.5.8",
4
+ "version": "0.5.9",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.esm.js",
@@ -25,20 +25,20 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@backstage/catalog-model": "^1.4.3",
28
- "@backstage/core-components": "^0.13.6",
29
- "@backstage/core-plugin-api": "^1.7.0",
28
+ "@backstage/core-components": "^0.13.8",
29
+ "@backstage/core-plugin-api": "^1.8.0",
30
30
  "@backstage/errors": "^1.2.3",
31
- "@backstage/plugin-catalog-react": "^1.8.5",
32
- "@backstage/plugin-permission-common": "^0.7.9",
33
- "@backstage/plugin-permission-node": "^0.7.17",
34
- "@backstage/plugin-permission-react": "^0.4.16",
35
- "@backstage/theme": "^0.4.3",
31
+ "@backstage/plugin-catalog-react": "^1.9.1",
32
+ "@backstage/plugin-permission-common": "^0.7.10",
33
+ "@backstage/plugin-permission-node": "^0.7.18",
34
+ "@backstage/plugin-permission-react": "^0.4.17",
35
+ "@backstage/theme": "^0.4.4",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "4.0.0-alpha.61",
40
- "@spotify/backstage-plugin-core": "^0.5.7",
41
- "@spotify/backstage-plugin-rbac-common": "^0.5.7",
40
+ "@spotify/backstage-plugin-core": "^0.5.8",
41
+ "@spotify/backstage-plugin-rbac-common": "^0.5.8",
42
42
  "ajv": "^8.11.2",
43
43
  "file-saver": "^2.0.5",
44
44
  "js-yaml": "^4.1.0",
@@ -53,16 +53,16 @@
53
53
  "zod-to-json-schema": "^3.20.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "@backstage/plugin-permission-node": "^0.7.17",
56
+ "@backstage/plugin-permission-node": "^0.7.18",
57
57
  "react": "^16.13.1 || ^17.0.0",
58
58
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "^0.23.0",
62
- "@backstage/core-app-api": "^1.11.0",
63
- "@backstage/dev-utils": "^1.0.22",
61
+ "@backstage/cli": "^0.24.0",
62
+ "@backstage/core-app-api": "^1.11.1",
63
+ "@backstage/dev-utils": "^1.0.24",
64
64
  "@backstage/e2e-test-utils": "^0.1.0",
65
- "@backstage/test-utils": "^1.4.4",
65
+ "@backstage/test-utils": "^1.4.5",
66
66
  "@playwright/test": "^1.32.3",
67
67
  "@testing-library/jest-dom": "^6.0.0",
68
68
  "@testing-library/react": "^12.1.5",
@@ -72,7 +72,7 @@
72
72
  "@types/jest": "^29.4.0",
73
73
  "@types/node": "^18.0.0",
74
74
  "@types/react-virtualized": "^9.21.21",
75
- "cross-fetch": "^3.1.5",
75
+ "cross-fetch": "^4.0.0",
76
76
  "msw": "^1.0.0"
77
77
  },
78
78
  "files": [