mirror of https://github.com/linkerd/linkerd2.git
Upgrade dashboard js libraries (#1806)
* Upgrade moment to 2.22.2 * Upgrade material-ui/core to 3.3.1
This commit is contained in:
parent
98ee36344e
commit
ae23c43e0a
|
@ -4,12 +4,12 @@
|
|||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@material-ui/core": "3.2.2",
|
||||
"@material-ui/core": "3.3.1",
|
||||
"@material-ui/icons": "3.0.1",
|
||||
"classnames": "2.2.6",
|
||||
"d3": "4.11.0",
|
||||
"lodash": "4.17.10",
|
||||
"moment": "2.18.1",
|
||||
"moment": "2.22.2",
|
||||
"path": "0.12.7",
|
||||
"prop-types": "15.6.1",
|
||||
"react": "16.5.0",
|
||||
|
|
|
@ -107,10 +107,10 @@
|
|||
lodash "^4.17.10"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@material-ui/core@3.2.2":
|
||||
version "3.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.2.2.tgz#5c622eeda8851a37a46d27583f0d6624e8ec4732"
|
||||
integrity sha512-wDTJyR76+OBdlltiPs3lc1gD6zR+dSA6nITtgkBeLf1NvWfNotMWdvldIDnF3bu24ySAX9imfzDfkBu4Edtqww==
|
||||
"@material-ui/core@3.3.1":
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.3.1.tgz#e4ecce8b56065364d2a937e845af63d720b696e8"
|
||||
integrity sha512-uXTL6L8ISAAlXK1cNX4sFpRvZFEoyHTMZPIqt3dlqJe4dZxsLA+dzSRMYGd4x3xJAUjjspMFEPAVATjzi6gp+A==
|
||||
dependencies:
|
||||
"@babel/runtime" "7.1.2"
|
||||
"@types/jss" "^9.5.6"
|
||||
|
@ -6274,11 +6274,6 @@ mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@
|
|||
dependencies:
|
||||
minimist "0.0.8"
|
||||
|
||||
moment@2.18.1:
|
||||
version "2.18.1"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"
|
||||
integrity sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=
|
||||
|
||||
moment@2.22.2:
|
||||
version "2.22.2"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
|
||||
|
|
Loading…
Reference in New Issue