Skip to content

Commit

Permalink
Merge pull request #1833 from HSLdevcom/DT-2189
Browse files Browse the repository at this point in the history
DT-2189
  • Loading branch information
vesameskanen authored Sep 18, 2017
2 parents a74cf96 + 9f6b4a3 commit fcde2fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"intl": "1.2.5",
"isomorphic-relay": "hannesj/isomorphic-relay#feature-relay-1-public",
"isomorphic-relay-router": "michaelstockton/isomorphic-relay-router#feature-relay-1-public",
"leaflet": "1.1.0",
"leaflet": "1.0.3",
"lodash": "4.17.4",
"lodash-es": "4.17.4",
"material-ui": "0.18.7",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ acorn@^4.0.3:
version "4.0.13"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"

acorn@^5.0.0, acorn@^5.0.1, acorn@^5.1.1:
acorn@^5.0.0, acorn@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.1.1.tgz#53fe161111f912ab999ee887a90a0bc52822fd75"

Expand Down Expand Up @@ -2971,9 +2971,9 @@ eslint-scope@^3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.3.0.tgz#fcd7c96376bbf34c85ee67ed0012a299642b108f"
eslint@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.4.0.tgz#a3e153e704b64f78290ef03592494eaba228d3bc"
dependencies:
ajv "^5.2.0"
babel-code-frame "^6.22.0"
Expand All @@ -2983,7 +2983,7 @@ [email protected]:
debug "^2.6.8"
doctrine "^2.0.0"
eslint-scope "^3.7.1"
espree "^3.4.3"
espree "^3.5.0"
esquery "^1.0.0"
estraverse "^4.2.0"
esutils "^2.0.2"
Expand All @@ -2995,7 +2995,7 @@ [email protected]:
imurmurhash "^0.1.4"
inquirer "^3.0.6"
is-resolvable "^1.0.0"
js-yaml "^3.8.4"
js-yaml "^3.9.1"
json-stable-stringify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.4"
Expand All @@ -3012,11 +3012,11 @@ [email protected]:
table "^4.0.1"
text-table "~0.2.0"

espree@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.3.tgz#2910b5ccd49ce893c2ffffaab4fd8b3a31b82374"
espree@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.0.tgz#98358625bdd055861ea27e2867ea729faf463d8d"
dependencies:
acorn "^5.0.1"
acorn "^5.1.1"
acorn-jsx "^3.0.0"

[email protected], esprima@~3.0.0:
Expand Down Expand Up @@ -4814,7 +4814,7 @@ js-tokens@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"

js-yaml@^3.2.5, js-yaml@^3.4.3, js-yaml@^3.8.4, js-yaml@^3.9.0:
js-yaml@^3.2.5, js-yaml@^3.4.3, js-yaml@^3.9.0, js-yaml@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.1.tgz#08775cebdfdd359209f0d2acd383c8f86a6904a0"
dependencies:
Expand Down Expand Up @@ -5036,9 +5036,9 @@ ldjson-stream@^1.2.1:
split2 "^0.2.1"
through2 "^0.6.1"

leaflet@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.1.0.tgz#63246715cfc783dca6798b843a250e8e6fd84918"
leaflet@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.0.3.tgz#1f401b98b45c8192134c6c8d69686253805007c8"

leven@^1.0.0:
version "1.0.2"
Expand Down

0 comments on commit fcde2fc

Please sign in to comment.