Skip to content

Commit

Permalink
Upgrade packages, downgrade node (for now) (#14)
Browse files Browse the repository at this point in the history
Pinning node to version 12.6.3 per discussion. Upgrading to deck 8.2.2
  • Loading branch information
chrisgervang authored Jul 13, 2020
1 parent 65f74ce commit d8b79b0
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.9
12.16.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addons:
install:
- yarn bootstrap
node_js:
- 13.9
- 12.16.3
services:
- xvfb
before_script:
Expand Down
8 changes: 4 additions & 4 deletions examples/terrain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@deck.gl/geo-layers": "^8.1.5",
"@deck.gl/react": "^8.1.5",
"@luma.gl/engine": "^8.1.2",
"deck.gl": "^8.1.5"
"@deck.gl/geo-layers": "^8.2.2",
"@deck.gl/react": "^8.2.2",
"@luma.gl/engine": "^8.2.0",
"deck.gl": "^8.2.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@loaders.gl/core": "^2.1.6",
"@loaders.gl/video": "2.2.0-alpha.1",
"@luma.gl/engine": "^8.1.2",
"@luma.gl/engine": "^8.2.0",
"downloadjs": "^1.4.7",
"popmotion": "^8.6.10",
"webm-writer": "^0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@luma.gl/engine": "^8.1.0",
"@luma.gl/engine": "^8.2.0",
"@probe.gl/bench": "^3.2.1",
"@probe.gl/test-utils": "^3.2.1",
"babel-eslint": "^9.0.0",
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"deploy": "NODE_DEBUG=gh-pages gh-pages -d public"
},
"dependencies": {
"@deck.gl/core": "^8.1.5",
"@deck.gl/geo-layers": "^8.1.5",
"@deck.gl/layers": "^8.1.5",
"@deck.gl/mesh-layers": "^8.1.5",
"@deck.gl/react": "^8.1.5",
"@luma.gl/core": "^8.1.2",
"@deck.gl/core": "^8.2.2",
"@deck.gl/geo-layers": "^8.2.2",
"@deck.gl/layers": "^8.2.2",
"@deck.gl/mesh-layers": "^8.2.2",
"@deck.gl/react": "^8.2.2",
"@luma.gl/core": "^8.2.0",
"d3-color": "^1.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1676,55 +1676,55 @@
"@loaders.gl/loader-utils" "^2.1.3"
gifshot "^0.4.5"

"@luma.gl/constants@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-8.1.2.tgz#729fb10ba6dc6946ccb2745f4b4d22c2f4b021d7"
integrity sha512-xhEPc4U8HFo8qDtPqu8wB9/HuYOqMYH9JfEWouj4wn7CXbGApoOpmJemwHwQtnoEQ+XLwsDy9ihHK+2uwYt+fQ==
"@luma.gl/constants@8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-8.2.0.tgz#0789c629edbb8b69b7f810ae10c91501b97c634b"
integrity sha512-ah2PbzTlSGjRIq0YQQcTDAbGdgiRhtE41tvVQGF3BDtARrBuS+ElsPsJbB7sm+wvfjm1mkoLawozrF89pgyY9A==

"@luma.gl/engine@^8.1.0", "@luma.gl/engine@^8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-8.1.2.tgz#0874378efc30c392a6b0182dd57a9eeed45ee110"
integrity sha512-uEJQSpZfQvR3pSgS9/7aXKAFOa46NYHpUBByTO0JK719t/+412q9wqi+cYe79A02QzYuwRFdojOQ1PuoVpNN/Q==
"@luma.gl/engine@^8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-8.2.0.tgz#e598b723639619e00cff8acaf4af39de4d9fb61f"
integrity sha512-HxlwU66TCJzMCY+wuxiyapiGFEp0HrRqg2m2fj8K5h5PBYMjDZSrs2JuDoOz97oFVALfujAEw74OX9pFr5uiRg==
dependencies:
"@babel/runtime" "^7.0.0"
"@luma.gl/constants" "8.1.2"
"@luma.gl/gltools" "8.1.2"
"@luma.gl/shadertools" "8.1.2"
"@luma.gl/webgl" "8.1.2"
math.gl "^3.1.3"
"@luma.gl/constants" "8.2.0"
"@luma.gl/gltools" "8.2.0"
"@luma.gl/shadertools" "8.2.0"
"@luma.gl/webgl" "8.2.0"
math.gl "^3.2.1"
probe.gl "^3.2.1"

"@luma.gl/gltools@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@luma.gl/gltools/-/gltools-8.1.2.tgz#cf169322b573a1e0ae3390061da40b397b7e15e6"
integrity sha512-I8J+7bEm8ucfhoKlHtQhyaYF3NyGmTeYYMRNq9h8hbGQko4ztJBUWYKzBaEk49RxcejXhCv1RDaPCFLevXM2sQ==
"@luma.gl/gltools@8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@luma.gl/gltools/-/gltools-8.2.0.tgz#44911630addcbb37deffaa74ae92233cdabab72d"
integrity sha512-pc0jMKFkob4PLQ8g67C6XGP3hsmiXmc4DHNPCZR7LvQAxjxgcILTA9mle0TSeGOdn1eeTFvbqwvFqh7tnHGPQA==
dependencies:
"@babel/runtime" "^7.0.0"
"@luma.gl/constants" "8.1.2"
"@luma.gl/constants" "8.2.0"
probe.gl "^3.2.1"

"@luma.gl/shadertools@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-8.1.2.tgz#e972a7f3e30ed06662780db5bd4f25f616203c11"
integrity sha512-8CCKs7PMP7vYg9RbNmfBUqYrAyWTrEnUJz481/npeGVjKKuGN8tSksht//sSKmryEcT/WqairOBxpgaVPDFf+w==
"@luma.gl/shadertools@8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-8.2.0.tgz#91f768d21d6c41a0da387d770f09a2c9596b0395"
integrity sha512-A6dW/imkMucE0hVp/nXnhlaZ8MCkQy7rXBNCGwMq6rdNYLBNZg5f0zAWssam/YxENWVnhhpHzqg6PCEMyC9cWw==
dependencies:
"@babel/runtime" "^7.0.0"
math.gl "^3.1.3"
math.gl "^3.2.1"

"@luma.gl/webgl@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-8.1.2.tgz#ae699db5b231ae4cdd31366b7f303ef94ed94702"
integrity sha512-XK26eOX1nkH3D/dubSxJTX/nHfIugOm4a4zT4jHKnyWQNi0WU07S1KBnYVXRRWvu3KaHR4wsT/O5R573CiyDGw==
"@luma.gl/webgl@8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-8.2.0.tgz#89447c76d412ac4116e3f611dc142cadb6cab4a5"
integrity sha512-ORn4DMfamzhO1K4j5dc0WjiySB9xTcFYSWCLmKW1kQyMW09VMzCThXowPNxh9lLgL8tgEZEH3C0onS3Ug2FOkQ==
dependencies:
"@babel/runtime" "^7.0.0"
"@luma.gl/constants" "8.1.2"
"@luma.gl/gltools" "8.1.2"
"@luma.gl/constants" "8.2.0"
"@luma.gl/gltools" "8.2.0"
probe.gl "^3.2.1"

"@math.gl/core@3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@math.gl/core/-/core-3.1.3.tgz#70b0349708d170325eecf043b6840029bc57cda5"
integrity sha512-vpYyUYaE9h5KhJC4BJp4CeWThB7rrfs40d36dKkn45Vgzuj2lVCJ8FeU0S5XWYa495DLxxECED0IZt9ROvlwcg==
"@math.gl/core@3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@math.gl/core/-/core-3.2.2.tgz#929eccc724b8fafce92e3762988c2f07859232a9"
integrity sha512-R1UQwg699pfReLHy0N+ach2KdGqH4XsniEPKM7H0WbeDhEvuoMRWB9oNtIw9qPQV39lBv3Dzplaw5DPscwgMPQ==
dependencies:
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"
Expand Down Expand Up @@ -6381,12 +6381,12 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

math.gl@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.1.3.tgz#1e702df8cba024cc229e18e3c57c60a27943cb95"
integrity sha512-3OYCtzTOW1wkZufjsxk8g1D77+z+x7QehOZcMFPGgw1QjVEFNcyy3ql6hdrZpUlkyE3pX4lYak7WOIE+n0obYg==
math.gl@^3.2.1:
version "3.2.2"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.2.2.tgz#d19e68b903b43ecbde677f8086a03b91fbab3c33"
integrity sha512-lkM9y3DirpOBMpCCrsOMV3AWkxtwql8fvF98EUN0SLOMWAIjnkQBS9NPleN5uvqpnjSVZd3Y3cn+fbIuA4npmQ==
dependencies:
"@math.gl/core" "3.1.3"
"@math.gl/core" "3.2.2"

md5.js@^1.3.4:
version "1.3.5"
Expand Down

0 comments on commit d8b79b0

Please sign in to comment.