Skip to content

Commit 96b7cee

Browse files
committed
refactor: remove imports that are no longer needed
1 parent 360a0b9 commit 96b7cee

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

Diff for: lib/index.css

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@import url(node_modules/font-awesome/css/font-awesome.css);
55
@import url(node_modules/react-dates/lib/css/_datepicker.css);
66
@import url(node_modules/transitive-js/lib/transitive.css);
7-
@import url(node_modules/leaflet.polylinemeasure/Leaflet.PolylineMeasure.css);
87

98
@import url(lib/components/app/app.css);
109
@import url(lib/components/map/map.css);

Diff for: yarn.lock

+3-20
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@
10701070
"@conveyal/lonlat" "^1.3.0"
10711071
geocoder-arcgis "^2.0.4"
10721072

1073-
"@conveyal/lonlat@^1.1.0", "@conveyal/lonlat@^1.1.2", "@conveyal/lonlat@^1.3.0", "@conveyal/lonlat@^1.4.0":
1073+
"@conveyal/lonlat@^1.1.2", "@conveyal/lonlat@^1.3.0", "@conveyal/lonlat@^1.4.0":
10741074
version "1.4.0"
10751075
resolved "https://registry.yarnpkg.com/@conveyal/lonlat/-/lonlat-1.4.0.tgz#18a5c1349078a779e710d24af11bc02b24127ba0"
10761076
integrity sha512-ag1FcRuwRGAZgeZ4e3sUq+gblf1Pgma2c9SaIVXluIrgsZ9Lrq7xhCbV0ErN8chyg/OCOoG8m/l3mgzbycQCnQ==
@@ -1248,11 +1248,6 @@
12481248
"@types/istanbul-reports" "^1.1.1"
12491249
"@types/yargs" "^12.0.9"
12501250

1251-
"@mapbox/polyline@^0.2.0":
1252-
version "0.2.0"
1253-
resolved "https://registry.yarnpkg.com/@mapbox/polyline/-/polyline-0.2.0.tgz#6e25980744aa22331f94b645a542c02d3fcfee97"
1254-
integrity sha1-biWYB0SqIjMflLZFpULALT/P7pc=
1255-
12561251
"@mapbox/polyline@^1.1.0":
12571252
version "1.1.0"
12581253
resolved "https://registry.yarnpkg.com/@mapbox/polyline/-/polyline-1.1.0.tgz#7bdd1da3a25c1d059af3897e0ee581b7c7b80243"
@@ -5385,7 +5380,7 @@ deep-eql@^3.0.1:
53855380
dependencies:
53865381
type-detect "^4.0.0"
53875382

5388-
deep-equal@^1.0.0, deep-equal@^1.0.1:
5383+
deep-equal@^1.0.0:
53895384
version "1.0.1"
53905385
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
53915386
integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=
@@ -9148,10 +9143,6 @@ lead@^1.0.0:
91489143
dependencies:
91499144
flush-write-stream "^1.0.2"
91509145

9151-
"leaflet.polylinemeasure@github:ppete2/Leaflet.PolylineMeasure":
9152-
version "1.0.0"
9153-
resolved "https://codeload.github.com/ppete2/Leaflet.PolylineMeasure/tar.gz/8fed0cbe7c17dae4e1ce0852fa243d8467325a77"
9154-
91559146
leaflet@^1.6.0:
91569147
version "1.6.0"
91579148
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.6.0.tgz#aecbb044b949ec29469eeb31c77a88e2f448f308"
@@ -13045,14 +13036,6 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8:
1304513036
minimist "^1.2.0"
1304613037
strip-json-comments "~2.0.1"
1304713038

13048-
react-addons-shallow-compare@^15.4.2:
13049-
version "15.6.2"
13050-
resolved "https://registry.yarnpkg.com/react-addons-shallow-compare/-/react-addons-shallow-compare-15.6.2.tgz#198a00b91fc37623db64a28fd17b596ba362702f"
13051-
integrity sha1-GYoAuR/DdiPbZKKP0XtZa6NicC8=
13052-
dependencies:
13053-
fbjs "^0.8.4"
13054-
object-assign "^4.1.0"
13055-
1305613039
react-bootstrap@^0.32.1:
1305713040
version "0.32.4"
1305813041
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-0.32.4.tgz#8efc4cbfc4807215d75b7639bee0d324c8d740d1"
@@ -15481,7 +15464,7 @@ tr46@^1.0.1:
1548115464
dependencies:
1548215465
punycode "^2.1.0"
1548315466

15484-
transitive-js@^0.13.2:
15467+
transitive-js@^0.13.0, transitive-js@^0.13.2:
1548515468
version "0.13.2"
1548615469
resolved "https://registry.yarnpkg.com/transitive-js/-/transitive-js-0.13.2.tgz#ca8adde4ccf5c1fb02623df287ac3c91499c566a"
1548715470
integrity sha512-2r6uoA7pCOyMeecTOWgT+MJMa+gVmLlBR2+s1YKYxBYmusS5Lx24ICqc3RVA2+yE36k9fe+ReMBOcBCoK2mY6w==

0 commit comments

Comments
 (0)