Skip to content

Commit

Permalink
update example version
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <[email protected]>
  • Loading branch information
heshan0131 committed Oct 11, 2019
1 parent 94eb56b commit c294150
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/custom-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.8",
"kepler.gl": "^1.1.9",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.6",
"kepler.gl": "^1.1.9",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"d3-request": "^1.0.6",
"dropbox": "^4.0.12",
"global": "^4.3.0",
"kepler.gl": "^1.1.6",
"kepler.gl": "^1.1.9",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"react": "^16.8.4",
Expand Down Expand Up @@ -57,4 +57,4 @@
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
}
}
}
4 changes: 2 additions & 2 deletions examples/node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"express": "^4.17.1",
"global": "^4.3.0",
"kepler.gl": "^1.1.6",
"kepler.gl": "^1.1.9",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^1.1.2",
Expand Down Expand Up @@ -47,4 +47,4 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-stats-plugin": "^0.2.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/open-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.6",
"kepler.gl": "^1.1.9",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-modal": "^3.1.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/replace-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.6",
"kepler.gl": "^1.1.9",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/umd-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="https://unpkg.com/[email protected]/dist/styled-components.min.js" crossorigin></script>

<!-- Load Kepler.gl-->
<script src="https://unpkg.com/[email protected].6/umd/keplergl.min.js"></script>
<script src="https://unpkg.com/[email protected].9/umd/keplergl.min.js"></script>
<!--If you want to load the build from filepath -->
<!--<script src="../../umd/keplergl.min.js"></script>-->

Expand Down

0 comments on commit c294150

Please sign in to comment.