Skip to content

Commit

Permalink
update example app versions
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Dec 1, 2020
1 parent a77e831 commit 1bac01a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/custom-reducer/package.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^2.3.1",
"kepler.gl": "^2.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-theme/package.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^2.3.1",
"kepler.gl": "^2.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-app/package.json
Expand Up @@ -14,7 +14,7 @@
"d3-request": "^1.0.6",
"dropbox": "^4.0.12",
"global": "^4.3.0",
"kepler.gl": "^2.3.1",
"kepler.gl": "^2.4.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-app/package.json
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"express": "^4.17.1",
"global": "^4.3.0",
"kepler.gl": "^2.3.1",
"kepler.gl": "^2.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/open-modal/package.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^2.3.1",
"kepler.gl": "^2.4.0",
"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
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^2.3.1",
"kepler.gl": "^2.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/umd-client/index.html
Expand Up @@ -18,7 +18,7 @@
<script src="https://unpkg.com/styled-components@4.1.3/dist/styled-components.min.js" crossorigin></script>

<!-- Load Kepler.gl-->
<script src="https://unpkg.com/kepler.gl@2.3.1/umd/keplergl.min.js"></script>
<script src="https://unpkg.com/kepler.gl@2.4.0/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 1bac01a

Please sign in to comment.