mirror of https://github.com/grafana/grafana.git
tech: updated version for react-grid item
This commit is contained in:
parent
8a61e0967e
commit
df25c9f0fa
|
|
@ -129,7 +129,7 @@
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.0",
|
||||||
"react": "^16.1.1",
|
"react": "^16.1.1",
|
||||||
"react-dom": "^16.1.1",
|
"react-dom": "^16.1.1",
|
||||||
"react-grid-layout": "^0.16.0",
|
"react-grid-layout": "^0.16.1",
|
||||||
"react-sizeme": "^2.3.6",
|
"react-sizeme": "^2.3.6",
|
||||||
"remarkable": "^1.7.1",
|
"remarkable": "^1.7.1",
|
||||||
"rxjs": "^5.4.3",
|
"rxjs": "^5.4.3",
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
font-size: $font-size-h3;
|
font-size: $font-size-h3;
|
||||||
padding-right: 60px;
|
padding-right: 60px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
margin-bottom: $spacer;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
|
@ -48,7 +49,6 @@
|
||||||
|
|
||||||
.dashboard-settings__header {
|
.dashboard-settings__header {
|
||||||
font-size: $font-size-h3;
|
font-size: $font-size-h3;
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-settings__nav-item {
|
.dashboard-settings__nav-item {
|
||||||
|
|
|
||||||
10
yarn.lock
10
yarn.lock
|
|
@ -6447,10 +6447,6 @@ ng-annotate@^1.2.1:
|
||||||
stringset "~0.2.1"
|
stringset "~0.2.1"
|
||||||
tryor "~0.1.2"
|
tryor "~0.1.2"
|
||||||
|
|
||||||
ngreact@^0.4.1:
|
|
||||||
version "0.4.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/ngreact/-/ngreact-0.4.1.tgz#53d8f0db7c687c6daa340827a5ef04a903c14701"
|
|
||||||
|
|
||||||
ngtemplate-loader@^2.0.1:
|
ngtemplate-loader@^2.0.1:
|
||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/ngtemplate-loader/-/ngtemplate-loader-2.0.1.tgz#9d7ed2e8a2363523ad7b64d74aac402d8daff3f3"
|
resolved "https://registry.yarnpkg.com/ngtemplate-loader/-/ngtemplate-loader-2.0.1.tgz#9d7ed2e8a2363523ad7b64d74aac402d8daff3f3"
|
||||||
|
|
@ -7942,9 +7938,9 @@ react-dom@^16.1.1:
|
||||||
classnames "^2.2.5"
|
classnames "^2.2.5"
|
||||||
prop-types "^15.5.10"
|
prop-types "^15.5.10"
|
||||||
|
|
||||||
react-grid-layout@^0.16.0:
|
react-grid-layout@^0.16.1:
|
||||||
version "0.16.0"
|
version "0.16.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-grid-layout/-/react-grid-layout-0.16.0.tgz#f74363cd134b2f8a763224d7b6287cbb68e6de05"
|
resolved "https://registry.yarnpkg.com/react-grid-layout/-/react-grid-layout-0.16.1.tgz#45eb5687da2ae6912b63c1c0b79b7fb6bbd32202"
|
||||||
dependencies:
|
dependencies:
|
||||||
classnames "2.x"
|
classnames "2.x"
|
||||||
lodash.isequal "^4.0.0"
|
lodash.isequal "^4.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue