chore: resolve conflicts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-welcome",
|
||||
"version": "0.1.1-alpha.23",
|
||||
"version": "0.1.1-alpha.24",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -21,8 +21,8 @@
|
||||
"start": "backstage-cli plugin:serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core": "^0.1.1-alpha.23",
|
||||
"@backstage/theme": "^0.1.1-alpha.23",
|
||||
"@backstage/core": "^0.1.1-alpha.24",
|
||||
"@backstage/theme": "^0.1.1-alpha.24",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.45",
|
||||
@@ -32,8 +32,8 @@
|
||||
"react-use": "^15.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.1.1-alpha.23",
|
||||
"@backstage/dev-utils": "^0.1.1-alpha.23",
|
||||
"@backstage/cli": "^0.1.1-alpha.24",
|
||||
"@backstage/dev-utils": "^0.1.1-alpha.24",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^10.4.1",
|
||||
"@testing-library/user-event": "^12.0.7",
|
||||
|
||||
@@ -75,7 +75,10 @@ const WelcomePage = () => {
|
||||
the project and we have already begun work on various aspects
|
||||
of these phases. The best way to keep track of the progress is
|
||||
through the
|
||||
<Link href="https://github.com/spotify/backstage/milestones">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/milestones"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Milestones
|
||||
</Link>
|
||||
.
|
||||
@@ -119,7 +122,10 @@ const WelcomePage = () => {
|
||||
</Typography>
|
||||
<Typography variant="body1" paragraph>
|
||||
We suggest you either check out the documentation for{' '}
|
||||
<Link href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
creating a plugin
|
||||
</Link>{' '}
|
||||
or have a look in the code for the{' '}
|
||||
@@ -127,7 +133,10 @@ const WelcomePage = () => {
|
||||
existing plugins
|
||||
</Link>{' '}
|
||||
in the directory{' '}
|
||||
<Link href="https://github.com/spotify/backstage/tree/master/plugins">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/tree/master/plugins"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<code>plugins/</code>
|
||||
</Link>
|
||||
.
|
||||
@@ -141,7 +150,10 @@ const WelcomePage = () => {
|
||||
<Link href="https://backstage.io">backstage.io</Link>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<Link href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Create a plugin
|
||||
</Link>
|
||||
</ListItem>
|
||||
|
||||
Reference in New Issue
Block a user