@backstage/plugin-permission-react
Advanced tools
Comparing version
# @backstage/plugin-permission-react | ||
## 0.4.33 | ||
### Patch Changes | ||
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration. | ||
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html> | ||
- Updated dependencies | ||
- @backstage/core-plugin-api@1.10.6 | ||
- @backstage/config@1.3.2 | ||
- @backstage/plugin-permission-common@0.8.4 | ||
## 0.4.33-next.0 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-react", | ||
"version": "0.4.33-next.0", | ||
"version": "0.4.33", | ||
"backstage": { | ||
@@ -45,10 +45,10 @@ "role": "web-library", | ||
"dependencies": { | ||
"@backstage/config": "1.3.2", | ||
"@backstage/core-plugin-api": "1.10.6-next.0", | ||
"@backstage/plugin-permission-common": "0.8.4", | ||
"@backstage/config": "^1.3.2", | ||
"@backstage/core-plugin-api": "^1.10.6", | ||
"@backstage/plugin-permission-common": "^0.8.4", | ||
"swr": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "0.32.0-next.2", | ||
"@backstage/test-utils": "1.7.7-next.0", | ||
"@backstage/cli": "^0.32.0", | ||
"@backstage/test-utils": "^1.7.7", | ||
"@testing-library/jest-dom": "^6.0.0", | ||
@@ -55,0 +55,0 @@ "@testing-library/react": "^16.0.0", |
48632
0.71%+ Added
- Removed
Updated