Skip to content

Commit 90a7529

Browse files
authored
Merge pull request #493 from mapbox/v0.74.1
Update changeset-map to 1.7.0
2 parents 54f2e9c + 4d95d44 commit 90a7529

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmcha-frontend",
3-
"version": "0.74.0",
3+
"version": "0.74.1",
44
"license": "ISC",
55
"engines": {
66
"node": ">=7.0"
@@ -17,7 +17,7 @@
1717
"@turf/bbox": "^6.0.1",
1818
"@turf/simplify": "^5.1.5",
1919
"animate.css": "^3.7.2",
20-
"changeset-map": "^1.6.1",
20+
"changeset-map": "^1.7.0",
2121
"date-input-polyfill": "^2.14.0",
2222
"history": "^4.10.1",
2323
"immutable": "^3.8.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,10 +3262,10 @@ changelog@^1.3.0:
32623262
semver "5.5.0"
32633263
wordwrap "1.0.0"
32643264

3265-
changeset-map@^1.6.1:
3266-
version "1.6.1"
3267-
resolved "https://registry.yarnpkg.com/changeset-map/-/changeset-map-1.6.1.tgz#ff2cf138153fe96df01ce3f928a4f5d47d357f8f"
3268-
integrity sha512-EpbMSOEmX9L6Cxd0S0n3Wby1ne6yrogEckwiGxaMjXDxBlIIKxnVGwc/XUz+KxRgKqdoT/479c/zWIjLkFc4Vg==
3265+
changeset-map@^1.7.0:
3266+
version "1.7.0"
3267+
resolved "https://registry.yarnpkg.com/changeset-map/-/changeset-map-1.7.0.tgz#2f545c849f3f3ce8867c1fbfff8259d6b70bccc4"
3268+
integrity sha512-Rv284/eiEyARwbg3RjcftBmutexU9Iv07g7/VWjq6f/uHvYvW0DfYHaYeWrIuYkJYKZ0lW/wbGZsDuV6uP/sHg==
32693269
dependencies:
32703270
"@turf/bbox" "^6.0.1"
32713271
"@turf/bbox-polygon" "^5.1.5"

0 commit comments

Comments
 (0)