@backstage-community/plugin-rbac 1.52.0 → 1.52.1

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,11 @@
1
1
  # @backstage-community/plugin-rbac
2
2
 
3
+ ## 1.52.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a559dfb: Updated dependency `@types/node` to `22.19.17`.
8
+
3
9
  ## 1.52.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage-community/plugin-rbac";
2
- var version = "1.52.0";
2
+ var version = "1.52.1";
3
3
  var main = "src/index.ts";
4
4
  var types = "src/index.ts";
5
5
  var license = "Apache-2.0";
@@ -92,7 +92,7 @@ var devDependencies = {
92
92
  "@testing-library/react-hooks": "8.0.1",
93
93
  "@testing-library/user-event": "14.6.1",
94
94
  "@types/autosuggest-highlight": "3.2.3",
95
- "@types/node": "22.19.11",
95
+ "@types/node": "22.19.17",
96
96
  "@types/react": "^18.2.58",
97
97
  msw: "1.3.5",
98
98
  react: "^16.13.1 || ^17.0.0 || ^18.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-rbac",
3
- "version": "1.52.0",
3
+ "version": "1.52.1",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -105,7 +105,7 @@
105
105
  "@testing-library/react-hooks": "8.0.1",
106
106
  "@testing-library/user-event": "14.6.1",
107
107
  "@types/autosuggest-highlight": "3.2.3",
108
- "@types/node": "22.19.11",
108
+ "@types/node": "22.19.17",
109
109
  "@types/react": "^18.2.58",
110
110
  "msw": "1.3.5",
111
111
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",