Skip to content

Commit 5d89485

Browse files
authored
enable zone e (#194)
1 parent 3f01e33 commit 5d89485

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/components/RouteMapConfigurator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const ZONE_SYMBOLS = [
1313
{value: "A"},
1414
{value: "B"},
1515
{value: "C"},
16-
{value: "D"}
17-
// {value: "E"}
16+
{value: "D"},
17+
{value: "E"}
1818
];
1919

2020
export default class RouteMapConfigurator extends Component {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4260,10 +4260,10 @@ hpack.js@^2.1.6:
42604260
wbuf "^1.1.0"
42614261

42624262
hsl-map-style@hsldevcom/hsl-map-style#master:
4263-
version "1.2.3"
4264-
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/2e247924dde50d3e229ab5cb2650d0d2a56ff66e"
4263+
version "1.2.4"
4264+
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/9345d342215f6acb124e868987bbe4891167fa10"
42654265
dependencies:
4266-
lodash "^4.17.4"
4266+
lodash "^4.18.1"
42674267

42684268
html-minifier-terser@^6.0.2:
42694269
version "6.1.0"
@@ -5169,7 +5169,7 @@ lodash.restparam@^3.0.0:
51695169
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
51705170
integrity sha512-L4/arjjuq4noiUJpt3yS6KIKDtJwNe2fIYgMqyYYKoeIfV1iEqvPwhCx23o+R9dzouGihDAPN1dTIRWa7zk8tw==
51715171

5172-
lodash@4.18.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.17.4, lodash@^4.18.1:
5172+
lodash@4.18.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
51735173
version "4.18.1"
51745174
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
51755175
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==

0 commit comments

Comments
 (0)