Compare commits
3 commits
main
...
greenkeepe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffa7060669 | ||
|
|
750f2e13df | ||
|
|
d56f1b2f6c |
2 changed files with 23 additions and 10 deletions
|
|
@ -12,8 +12,8 @@
|
|||
"precommit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^3.0.1",
|
||||
"@material-ui/lab": "^3.0.0-alpha.16",
|
||||
"@material-ui/core": "^3.5.1",
|
||||
"@material-ui/lab": "^3.0.0-alpha.23",
|
||||
"@mdi/font": "^3.0.39",
|
||||
"leaflet": "^1.3.1",
|
||||
"lodash-es": "^4.17.4",
|
||||
|
|
|
|||
29
yarn.lock
29
yarn.lock
|
|
@ -641,11 +641,12 @@
|
|||
lodash "^4.17.10"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@material-ui/core@^3.0.1":
|
||||
version "3.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.2.2.tgz#5c622eeda8851a37a46d27583f0d6624e8ec4732"
|
||||
"@material-ui/core@^3.5.1":
|
||||
version "3.5.1"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.5.1.tgz#365d1c392d3df3b37295db0548f4cca501034e69"
|
||||
dependencies:
|
||||
"@babel/runtime" "7.1.2"
|
||||
"@material-ui/utils" "^3.0.0-alpha.0"
|
||||
"@types/jss" "^9.5.6"
|
||||
"@types/react-transition-group" "^2.0.8"
|
||||
brcast "^3.0.1"
|
||||
|
|
@ -654,7 +655,7 @@
|
|||
debounce "^1.1.0"
|
||||
deepmerge "^2.0.1"
|
||||
dom-helpers "^3.2.1"
|
||||
hoist-non-react-statics "^2.5.0"
|
||||
hoist-non-react-statics "^3.0.0"
|
||||
is-plain-object "^2.0.4"
|
||||
jss "^9.3.3"
|
||||
jss-camel-case "^6.0.0"
|
||||
|
|
@ -672,14 +673,20 @@
|
|||
recompose "0.28.0 - 0.30.0"
|
||||
warning "^4.0.1"
|
||||
|
||||
"@material-ui/lab@^3.0.0-alpha.16":
|
||||
version "3.0.0-alpha.20"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-3.0.0-alpha.20.tgz#9f5f900cc438f05dba46e8f77ac960ff1f8af368"
|
||||
"@material-ui/lab@^3.0.0-alpha.23":
|
||||
version "3.0.0-alpha.23"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-3.0.0-alpha.23.tgz#816e9821c1b25b608856639605ff116584d45b9d"
|
||||
dependencies:
|
||||
"@babel/runtime" "7.1.2"
|
||||
classnames "^2.2.5"
|
||||
keycode "^2.1.9"
|
||||
|
||||
"@material-ui/utils@^3.0.0-alpha.0":
|
||||
version "3.0.0-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-3.0.0-alpha.0.tgz#506fcaf531a9a8f58a73ff2d3dfaa36c0f238506"
|
||||
dependencies:
|
||||
"@babel/runtime" "7.1.2"
|
||||
|
||||
"@mdi/font@^3.0.39":
|
||||
version "3.0.39"
|
||||
resolved "https://registry.yarnpkg.com/@mdi/font/-/font-3.0.39.tgz#8a388ec9816939eff2099120102073aecdf6e5f8"
|
||||
|
|
@ -2924,10 +2931,16 @@ hmac-drbg@^1.0.0:
|
|||
minimalistic-assert "^1.0.0"
|
||||
minimalistic-crypto-utils "^1.0.1"
|
||||
|
||||
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
|
||||
hoist-non-react-statics@^2.3.1:
|
||||
version "2.5.5"
|
||||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
|
||||
|
||||
hoist-non-react-statics@^3.0.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.1.0.tgz#42414ccdfff019cd2168168be998c7b3bd5245c0"
|
||||
dependencies:
|
||||
react-is "^16.3.2"
|
||||
|
||||
hoist-non-react-statics@^3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.0.1.tgz#fba3e7df0210eb9447757ca1a7cb607162f0a364"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue