Version Packages

This commit is contained in:
github-actions[bot]
2021-12-02 12:35:24 +00:00
parent 5722e731aa
commit 29f2606ed9
207 changed files with 1187 additions and 876 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-react",
"version": "0.0.0",
"version": "0.1.0",
"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.2.0",
"@backstage/core-plugin-api": "^0.2.2",
"@backstage/plugin-permission-common": "^0.2.0",
"@types/react": "*",
"cross-fetch": "^3.0.6",
@@ -37,7 +37,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.9.0",
"@backstage/cli": "^0.10.0",
"@backstage/test-utils": "^0.1.22",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",