Skip to content

Commit df4dbcb

Browse files
committed
Remove sax and xhr dependencies and set version 1.9.4
1 parent 5d206b6 commit df4dbcb

File tree

3 files changed

+9
-26
lines changed

3 files changed

+9
-26
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Log of changes since the 1.1.0 version
44

5+
#### 1.9.4
6+
7+
- Update y18n (#231)
8+
- Remove unneeded sax and xhr dependencies
9+
510
#### 1.9.3
611

712
- Fetch OSM api with include_discussion=true and pass data to render function (#229)

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changeset-map",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Provide visualization of changesets to OSMCha & to the OSM community",
55
"main": "dist/bundle.js",
66
"scripts": {
@@ -32,9 +32,7 @@
3232
"osm-adiff-parser-saxjs": "^1.0.0",
3333
"platform-detect": "^3.0.1",
3434
"react-click-outside": "^3.0.1",
35-
"real-changesets-parser": "^1.3.0",
36-
"sax": "^1.2.4",
37-
"xhr": "^2.6.0"
35+
"real-changesets-parser": "^1.3.0"
3836
},
3937
"devDependencies": {
4038
"@babel/cli": "^7.11.5",

yarn.lock

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ glob@~7.0.6:
20312031
once "^1.3.0"
20322032
path-is-absolute "^1.0.0"
20332033

2034-
global@^4.4.0, global@~4.4.0:
2034+
global@^4.4.0:
20352035
version "4.4.0"
20362036
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
20372037
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
@@ -2440,11 +2440,6 @@ is-fullwidth-code-point@^2.0.0:
24402440
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
24412441
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
24422442

2443-
is-function@^1.0.1:
2444-
version "1.0.2"
2445-
resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08"
2446-
integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==
2447-
24482443
is-glob@^3.1.0:
24492444
version "3.1.0"
24502445
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
@@ -3472,11 +3467,6 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
34723467
pbkdf2 "^3.0.3"
34733468
safe-buffer "^5.1.1"
34743469

3475-
parse-headers@^2.0.0:
3476-
version "2.0.3"
3477-
resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.3.tgz#5e8e7512383d140ba02f0c7aa9f49b4399c92515"
3478-
integrity sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA==
3479-
34803470
parse-json@^2.2.0:
34813471
version "2.2.0"
34823472
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
@@ -4160,7 +4150,7 @@ safe-regex@^1.1.0:
41604150
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
41614151
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
41624152

4163-
sax@^1.2.2, sax@^1.2.4:
4153+
sax@^1.2.2:
41644154
version "1.2.4"
41654155
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
41664156
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -4744,16 +4734,6 @@ write@^0.2.1:
47444734
dependencies:
47454735
mkdirp "^0.5.1"
47464736

4747-
xhr@^2.6.0:
4748-
version "2.6.0"
4749-
resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.6.0.tgz#b69d4395e792b4173d6b7df077f0fc5e4e2b249d"
4750-
integrity sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==
4751-
dependencies:
4752-
global "~4.4.0"
4753-
is-function "^1.0.1"
4754-
parse-headers "^2.0.0"
4755-
xtend "^4.0.0"
4756-
47574737
xtend@^2.2.0:
47584738
version "2.2.0"
47594739
resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.2.0.tgz#eef6b1f198c1c8deafad8b1765a04dad4a01c5a9"

0 commit comments

Comments
 (0)