update versions

This commit is contained in:
Samira Mokaram
2020-11-17 11:11:35 +01:00
parent b523e144be
commit 2e8c842ad7
3 changed files with 10 additions and 10 deletions
@@ -15,3 +15,4 @@
*/
export { AboutCard } from './AboutCard';
export { IconLinkVertical } from './IconLinkVertical';
+1 -2
View File
@@ -15,9 +15,8 @@
*/
export * from '@backstage/catalog-client';
export { AboutCard } from './components/AboutCard';
export { AboutCard, IconLinkVertical } from './components/AboutCard';
export { EntityPageLayout } from './components/EntityPageLayout';
export { IconLinkVertical } from './components/AboutCard/IconLinkVertical';
export { Router } from './components/Router';
export { useEntityCompoundName } from './components/useEntityCompoundName';
export { EntityContext, useEntity } from './hooks/useEntity';
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-pagerduty",
"version": "0.1.1-alpha.25",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,11 +20,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core": "^0.1.1-alpha.25",
"@backstage/theme": "^0.1.1-alpha.25",
"@backstage/catalog-model": "^0.1.1-alpha.25",
"@backstage/test-utils": "^0.1.1-alpha.25",
"@backstage/plugin-catalog": "^0.1.1-alpha.25",
"@backstage/core": "^0.3.0",
"@backstage/theme": "^0.2.1",
"@backstage/catalog-model": "^0.2.0",
"@backstage/test-utils": "^0.1.2",
"@backstage/plugin-catalog": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
@@ -34,8 +34,8 @@
"moment": "^2.27.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.25",
"@backstage/dev-utils": "^0.1.1-alpha.25",
"@backstage/cli": "^0.2.0",
"@backstage/dev-utils": "^0.1.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",