Skip to content

Commit

Permalink
Make peerDependency more flexible (visgl#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored and Shaojing Li committed Mar 8, 2017
1 parent 79964de commit 5a3e8c7
Show file tree
Hide file tree
Showing 9 changed files with 310 additions and 264 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ Ref: http://keepachangelog.com/en/0.3.0/

## Recent Dev Releases

#### [TBD]
#### [v4.0.0-beta.4]
- FIX: Make luma.gl peer dependency more flexible
- Dependencies: Bump to react-map-gl@2, remove viewport-mercator-project & lodash.flatten
- ...
- 64 bit layers additions and fixes
- IconLayer aspect ratio
- New sample layers



#### [v4.0.0-beta.3]
- Add PointCloudLayer
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"expr-eval": "^1.0.0",
"highlight.js": "^9.7.0",
"immutable": "^3.7.5",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"marked": "^0.3.6",
"react": "^15.4.0",
"react-dom": "^15.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"babel-polyfill": "^6.16.0",
"deck.gl": "^4.0.0-beta.3",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"canvas": "^1.6.2",
"deck.gl": "^4.0.0-beta.3",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-webpack2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"deck.gl": "^4.0.0-beta.3",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/layer-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deck.gl": "^4.0.0-beta.3",
"extrude-polyline": "^1.0.6",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"react": "^15.4.1",
"react-autobind": "^1.0.6",
"react-dom": "^15.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/tree-shaking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-polyfill": "^6.16.0",
"deck.gl": "^4.0.0-beta.3",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -67,7 +67,7 @@
"file-loader": "^0.10.1",
"gl": "^4.0.3",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-beta.9",
"luma.gl": "3.0.0-beta.11",
"module-alias": "^2.0.0",
"pre-commit": "^1.2.2",
"raw-loader": "^0.5.1",
Expand All @@ -85,7 +85,7 @@
"webpack-dev-server": "^2.2.0"
},
"peerDependencies": {
"luma.gl": "3.0.0-beta.9",
"luma.gl": "^3.0.0-beta.11",
"react": "0.14.x - 15.x",
"react-dom": "0.14.x - 15.x"
},
Expand Down
Loading

0 comments on commit 5a3e8c7

Please sign in to comment.