@backstage-community/plugin-rbac 1.50.0 → 1.50.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 +8 -0
- package/dist/package.json.esm.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @backstage-community/plugin-rbac
|
|
2
2
|
|
|
3
|
+
## 1.50.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0467b33: Updated dependency `@testing-library/react` to `^16.0.0`.
|
|
8
|
+
Updated dependency `@testing-library/dom` to `10.4.1`.
|
|
9
|
+
Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
10
|
+
|
|
3
11
|
## 1.50.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage-community/plugin-rbac";
|
|
2
|
-
var version = "1.50.
|
|
2
|
+
var version = "1.50.1";
|
|
3
3
|
var main = "src/index.ts";
|
|
4
4
|
var types = "src/index.ts";
|
|
5
5
|
var license = "Apache-2.0";
|
|
@@ -88,7 +88,7 @@ var devDependencies = {
|
|
|
88
88
|
"@playwright/test": "^1.56.1",
|
|
89
89
|
"@testing-library/dom": "^10.0.0",
|
|
90
90
|
"@testing-library/jest-dom": "^6.0.0",
|
|
91
|
-
"@testing-library/react": "^
|
|
91
|
+
"@testing-library/react": "^16.0.0",
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-rbac",
|
|
3
|
-
"version": "1.50.
|
|
3
|
+
"version": "1.50.1",
|
|
4
4
|
"main": "./dist/index.esm.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@playwright/test": "^1.56.1",
|
|
102
102
|
"@testing-library/dom": "^10.0.0",
|
|
103
103
|
"@testing-library/jest-dom": "^6.0.0",
|
|
104
|
-
"@testing-library/react": "^
|
|
104
|
+
"@testing-library/react": "^16.0.0",
|
|
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",
|