forked from sombochea/verdaccio-ui
fix: engine warning on console for ui (#403)
* fix: engine warning on console for ui * chore: update snapshots * chore: remove u flag * chore: add readme note * chore: update README.md Co-Authored-By: Daniel Ruf <827205+DanielRuf@users.noreply.github.com> Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
This commit is contained in:
parent
787dda4a01
commit
d554049699
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We use `>=yarn@1.13.0`, keep on mind we use lock file.
|
We use `>=yarn@1.13.0`, keep in mind that we use lockfiles and use at least Node `v10.13.0` to be able to build the project.
|
||||||
|
|
||||||
For development run the following command, it will execute `webpack` and `verdaccio` to
|
For development run the following command, it will execute `webpack` and `verdaccio` to
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
"dev": "concurrently --kill-others \"npm run dev:web\" \"npm run verdaccio:server\""
|
"dev": "concurrently --kill-others \"npm run dev:web\" \"npm run verdaccio:server\""
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10.13.0",
|
"node": ">= 8",
|
||||||
"npm": ">=5"
|
"npm": ">=5"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
exports[`<App /> should display the Header component 1`] = `
|
exports[`<App /> should display the Header component 1`] = `
|
||||||
|
.emotion-10 {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.emotion-8 {
|
.emotion-8 {
|
||||||
-webkit-transform: translate(-50%,-50%);
|
-webkit-transform: translate(-50%,-50%);
|
||||||
-ms-transform: translate(-50%,-50%);
|
-ms-transform: translate(-50%,-50%);
|
||||||
@ -49,7 +53,7 @@ exports[`<App /> should display the Header component 1`] = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="MuiBox-root MuiBox-root-219"
|
class="MuiBox-root MuiBox-root-219 emotion-10 emotion-11"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="emotion-8 emotion-9"
|
class="emotion-8 emotion-9"
|
||||||
@ -90,6 +94,10 @@ exports[`<App /> should display the Header component 1`] = `
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`<App /> should display the Loading component at the beginning 1`] = `
|
exports[`<App /> should display the Loading component at the beginning 1`] = `
|
||||||
|
.emotion-10 {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.emotion-8 {
|
.emotion-8 {
|
||||||
-webkit-transform: translate(-50%,-50%);
|
-webkit-transform: translate(-50%,-50%);
|
||||||
-ms-transform: translate(-50%,-50%);
|
-ms-transform: translate(-50%,-50%);
|
||||||
@ -138,7 +146,7 @@ exports[`<App /> should display the Loading component at the beginning 1`] = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="MuiBox-root MuiBox-root-2"
|
class="MuiBox-root MuiBox-root-2 emotion-10 emotion-11"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="emotion-8 emotion-9"
|
class="emotion-8 emotion-9"
|
||||||
|
@ -19,6 +19,10 @@ exports[`<Install /> renders correctly 1`] = `
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emotion-2 img {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.emotion-10 {
|
.emotion-10 {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
exports[`<UpLinks /> component should render the component when there is no uplink 1`] = `"<h6 class=\\"MuiTypography-root MuiTypography-subtitle1 MuiTypography-gutterBottom\\">verdaccio has no uplinks.</h6>"`;
|
exports[`<UpLinks /> component should render the component when there is no uplink 1`] = `"<h6 class=\\"MuiTypography-root MuiTypography-subtitle1 MuiTypography-gutterBottom\\">verdaccio has no uplinks.</h6>"`;
|
||||||
|
|
||||||
exports[`<UpLinks /> component should render the component with uplinks 1`] = `"<h6 class=\\"MuiTypography-root css-5wp24z-StyledText e14i1sy10 MuiTypography-subtitle1\\">Uplinks</h6><ul class=\\"MuiList-root MuiList-padding\\"><li class=\\"MuiListItem-root MuiListItem-gutters\\"><div class=\\"MuiListItemText-root css-1pxn9ma-ListItemText e14i1sy12\\"><span class=\\"MuiTypography-root MuiListItemText-primary MuiTypography-body1\\">npmjs</span></div><div class=\\"css-t1rp47-Spacer e14i1sy11\\"></div><div class=\\"MuiListItemText-root css-1pxn9ma-ListItemText e14i1sy12\\"><span class=\\"MuiTypography-root MuiListItemText-primary MuiTypography-body1\\">a year ago</span></div></li></ul>"`;
|
exports[`<UpLinks /> component should render the component with uplinks 1`] = `"<h6 class=\\"MuiTypography-root css-5wp24z-StyledText e14i1sy10 MuiTypography-subtitle1\\">Uplinks</h6><ul class=\\"MuiList-root MuiList-padding\\"><li class=\\"MuiListItem-root MuiListItem-gutters\\"><div class=\\"MuiListItemText-root css-1pxn9ma-ListItemText e14i1sy12\\"><span class=\\"MuiTypography-root MuiListItemText-primary MuiTypography-body1\\">npmjs</span></div><div class=\\"css-t1rp47-Spacer e14i1sy11\\"></div><div class=\\"MuiListItemText-root css-1pxn9ma-ListItemText e14i1sy12\\"><span class=\\"MuiTypography-root MuiListItemText-primary MuiTypography-body1\\">2 years ago</span></div></li></ul>"`;
|
||||||
|
Loading…
Reference in New Issue
Block a user