Skip to content

Commit

Permalink
v0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Apr 15, 2020
1 parent 1e2f749 commit 6ed99d1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions examples/advanced/package.json
@@ -1,7 +1,7 @@
{
"name": "example-advance",
"private": true,
"version": "0.17.6",
"version": "0.17.7",
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env.local --progress --hot --open",
Expand All @@ -21,14 +21,14 @@
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/preset-typescript": "7.9.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "7.9.0",
"babel-loader": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"url-loader": "^1.0.1",
"webpack": "^4.3.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.11"
}
}
}
4 changes: 2 additions & 2 deletions lerna.json
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.17.6"
}
"version": "0.17.7"
}
6 changes: 3 additions & 3 deletions modules/edit-modes/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@nebula.gl/edit-modes",
"description": "GeoJSON editing modes for nebula.gl",
"license": "MIT",
"version": "0.17.6",
"version": "0.17.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@turf/transform-scale": ">=4.0.0",
"@turf/transform-translate": ">=4.0.0",
"@turf/union": ">=4.0.0",
"geojson": "0.5.0",
"lodash.throttle": "^4.1.1",
"viewport-mercator-project": ">=6.0.0",
"geojson": "0.5.0"
"viewport-mercator-project": ">=6.0.0"
}
}
14 changes: 7 additions & 7 deletions modules/editor/package.json
Expand Up @@ -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.17.6",
"version": "0.17.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,20 +52,20 @@
"@loaders.gl/core": "^2.1.2",
"@loaders.gl/wkt": "^2.1.2",
"@maphubs/tokml": "^0.5.2",
"@nebula.gl/edit-modes": "^0.17.6",
"@nebula.gl/edit-modes": "0.17.7",
"@tmcw/togeojson": "^3.2.0",
"@types/downloadjs": "1.4.1",
"@types/styled-react-modal": "1.2.0",
"@types/wellknown": "0.5.1",
"clipboard-copy": "^3.1.0",
"downloadjs": "^1.4.7",
"react": "^16.8.0",
"react-dropzone": "^10.2.1",
"styled-components": "^4.3.2",
"styled-react-modal": "1.2.4",
"wellknown": "^0.5.0",
"@types/wellknown": "0.5.1",
"@types/downloadjs": "1.4.1",
"@types/styled-react-modal": "1.2.0"
"wellknown": "^0.5.0"
},
"devDependencies": {
"sinon": "^9.0.1"
}
}
}
6 changes: 3 additions & 3 deletions modules/layers/package.json
Expand Up @@ -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.17.6",
"version": "0.17.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@danmarshall/deckgl-typings": "^3.4.8",
"@nebula.gl/edit-modes": "^0.17.6",
"@nebula.gl/edit-modes": "0.17.7",
"@turf/bbox": ">=4.0.0",
"@turf/bbox-polygon": ">=4.0.0",
"@turf/bearing": ">=4.0.0",
Expand Down Expand Up @@ -85,4 +85,4 @@
"@luma.gl/constants": "^8.0.1",
"@luma.gl/core": "^8.0.1"
}
}
}
10 changes: 5 additions & 5 deletions modules/main/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "nebula.gl",
"description": "A suite of 3D-enabled data editing overlays, suitable for deck.gl",
"license": "MIT",
"version": "0.17.6",
"version": "0.17.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@luma.gl/constants": "^8.0.1",
"@nebula.gl/layers": "^0.17.6",
"@nebula.gl/layers": "0.17.7",
"@turf/bbox": ">=4.0.0",
"@turf/bbox-polygon": ">=4.0.0",
"@turf/bearing": ">=4.0.0",
Expand All @@ -76,13 +76,13 @@
"cubic-hermite-spline": "^1.0.1",
"geojson-types": "^2.0.1",
"global": ">=4.3.0",
"viewport-mercator-project": ">=6.0.0",
"uuid": "7.0.3"
"uuid": "7.0.3",
"viewport-mercator-project": ">=6.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^8.0.3",
"@deck.gl/layers": "^8.0.3",
"@luma.gl/constants": "^8.0.1",
"@luma.gl/core": "^8.0.1"
}
}
}
8 changes: 4 additions & 4 deletions modules/overlays/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@nebula.gl/overlays",
"description": "React overlays for deck.gl",
"license": "MIT",
"version": "0.17.6",
"version": "0.17.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,11 +49,11 @@
"test-rendering": "(cd test/rendering-test && webpack-dev-server --config webpack.config.test-rendering.js --progress --hot --open)"
},
"dependencies": {
"supercluster": "^6.0.1",
"@types/supercluster": "5.0.2"
"@types/supercluster": "5.0.2",
"supercluster": "^6.0.1"
},
"peerDependencies": {
"react": "0.14.x - 16.x",
"react-dom": "0.14.x - 16.x"
}
}
}
10 changes: 5 additions & 5 deletions modules/react-map-gl-draw/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-map-gl-draw",
"description": "A lite version editing layer with react",
"license": "MIT",
"version": "0.17.6",
"version": "0.17.7",
"author": "Xintong Xia <xintong@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@math.gl/web-mercator": "^3.1.3",
"@nebula.gl/edit-modes": "^0.17.6",
"@nebula.gl/edit-modes": "0.17.7",
"@turf/helpers": "^6.1.4",
"@types/react-map-gl": "5.2.2",
"mjolnir.js": "^2.4.0",
"prop-types": "^15.7.2",
"uuid": "^3.4.0",
"@types/react-map-gl": "5.2.2"
"uuid": "^3.4.0"
},
"devDependencies": {
"react-map-gl": "^5.2.3"
Expand All @@ -56,4 +56,4 @@
"resolutions": {
"@turf/difference": "6.0.1"
}
}
}

0 comments on commit 6ed99d1

Please sign in to comment.