Version Packages

This commit is contained in:
github-actions[bot]
2022-01-04 10:54:36 +00:00
parent a2fb9a4e03
commit e432d44f94
141 changed files with 1033 additions and 555 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-permission-react
## 0.2.1
### Patch Changes
- 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
- Updated dependencies
- @backstage/core-plugin-api@0.4.1
## 0.2.0
### Minor Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-react",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.11",
"@backstage/core-plugin-api": "^0.4.0",
"@backstage/core-plugin-api": "^0.4.1",
"@backstage/plugin-permission-common": "^0.3.0",
"cross-fetch": "^3.0.6",
"react-router": "6.0.0-beta.0",
@@ -39,7 +39,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.3",
"@backstage/cli": "^0.10.5",
"@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",