forked from uber/nebula.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0ee4e5
commit 26db70d
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
], | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"version": "0.22.0" | ||
"version": "0.22.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@nebula.gl/edit-modes", | ||
"description": "GeoJSON editing modes for nebula.gl", | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"author": "Georgios Karnas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@nebula.gl/editor", | ||
"description": "A suite of 3D-enabled data editing layers, suitable for deck.gl", | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"author": "Georgios Karnas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -52,7 +52,7 @@ | |
"@loaders.gl/core": "^2.1.2", | ||
"@loaders.gl/wkt": "^2.1.2", | ||
"@maphubs/tokml": "^0.5.2", | ||
"@nebula.gl/edit-modes": "0.22.0", | ||
"@nebula.gl/edit-modes": "0.22.1", | ||
"@tmcw/togeojson": "^3.2.0", | ||
"@types/downloadjs": "1.4.1", | ||
"@types/styled-react-modal": "1.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@nebula.gl/layers", | ||
"description": "A suite of 3D-enabled data editing layers, suitable for deck.gl", | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"author": "Georgios Karnas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -50,7 +50,7 @@ | |
}, | ||
"dependencies": { | ||
"@danmarshall/deckgl-typings": "^3.4.8", | ||
"@nebula.gl/edit-modes": "0.22.0", | ||
"@nebula.gl/edit-modes": "0.22.1", | ||
"@turf/bbox": ">=4.0.0", | ||
"@turf/bbox-polygon": ">=4.0.0", | ||
"@turf/bearing": ">=4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "nebula.gl", | ||
"description": "A suite of 3D-enabled data editing overlays, suitable for deck.gl", | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"author": "Georgios Karnas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -50,7 +50,7 @@ | |
}, | ||
"dependencies": { | ||
"@luma.gl/constants": "^8.0.1", | ||
"@nebula.gl/layers": "0.22.0", | ||
"@nebula.gl/layers": "0.22.1", | ||
"@turf/bbox": ">=4.0.0", | ||
"@turf/bbox-polygon": ">=4.0.0", | ||
"@turf/bearing": ">=4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@nebula.gl/overlays", | ||
"description": "React overlays for deck.gl", | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"author": "Georgios Karnas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "react-map-gl-draw", | ||
"description": "A lite version editing layer with react", | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"author": "Xintong Xia <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -38,7 +38,7 @@ | |
}, | ||
"dependencies": { | ||
"@math.gl/web-mercator": "^3.1.3", | ||
"@nebula.gl/edit-modes": "0.22.0", | ||
"@nebula.gl/edit-modes": "0.22.1", | ||
"@turf/helpers": "^6.1.4", | ||
"@types/react-map-gl": "5.2.2", | ||
"mjolnir.js": "^2.4.0", | ||
|