Skip to content

Commit

Permalink
Update deck.gl to ^8.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent 2473bc6 commit dfa6fd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"build": "cp -r node_modules/swiss-maps public/ && next build"
},
"dependencies": {
"@deck.gl/core": "^8.9.4",
"@deck.gl/layers": "^8.9.4",
"@deck.gl/react": "^8.9.4",
"@deck.gl/core": "^8.9.8",
"@deck.gl/layers": "^8.9.8",
"@deck.gl/react": "^8.9.8",
"@material-ui/core": "^4.12.4",
"@types/cors": "^2.8.13",
"@types/d3": "^7.4.0",
Expand Down
24 changes: 12 additions & 12 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@deck.gl/core@^8.9.4":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-8.9.4.tgz#8e4026c072e303eeafc9fc543ba5b0f6c2871676"
integrity sha512-3fGLiJpV1BXbTEbIKlt80fYPjYCVt3HqAuzd/2XrAtW+yBV+2VVEBl+2jMJy5/jHK0dn8j1J0oK7kNsejjSXHQ==
"@deck.gl/core@^8.9.8":
version "8.9.8"
resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-8.9.8.tgz#2faca0c50eb401dd54154a674f4d6a280772a41a"
integrity sha512-R/bJ1nJJIVO+My1Ksp39vi5Vs/WHOzsdz3mAy8SUK2mt3jH7OvQHvJYs+dAAr4fjNTd8XkCPZohN9elv2Xv1MQ==
dependencies:
"@loaders.gl/core" "^3.3.1"
"@loaders.gl/images" "^3.3.1"
Expand All @@ -29,10 +29,10 @@
math.gl "^3.6.2"
mjolnir.js "^2.7.0"

"@deck.gl/layers@^8.9.4":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-8.9.4.tgz#b52281e3cba7e644de0a4f48d1069f62ece3cf51"
integrity sha512-/6VW3kI4ipXcqQlGXfsO9MCw+25LQKpGhU23eRrSA/Jsp76CSxu04Fzc2YoX3V04X1Aazdeg1XwPwIsUMhokDA==
"@deck.gl/layers@^8.9.8":
version "8.9.8"
resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-8.9.8.tgz#d193f4f84cdc2a7ad89157362fd058d732837fc3"
integrity sha512-rzG+hMDJBgbgT35Zb/IRlmjWnmmX2fosBfEGLVyeeH226bThINX1iZCgAno++o18NLGITDpZvqrMZHsB5jfefQ==
dependencies:
"@loaders.gl/images" "^3.3.1"
"@loaders.gl/schema" "^3.3.1"
Expand All @@ -43,10 +43,10 @@
"@math.gl/web-mercator" "^3.6.2"
earcut "^2.2.4"

"@deck.gl/react@^8.9.4":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-8.9.4.tgz#969066a79d9bacf1712f073b8a9368cd8e761b4c"
integrity sha512-JcoVma+fwY7OxEOwoz0rGK8WX8Fv93A9h6d/bxlldsTDK8okfTAuVcsrcUTjk9e8gBDGz1aUxYTx49S7GLMPuA==
"@deck.gl/react@^8.9.8":
version "8.9.8"
resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-8.9.8.tgz#0184cfc5e5fa7d421406767d5abcb5d7ee9bf642"
integrity sha512-yFwCVZhPRms+um6jtzgx6GmdO7au2LTBOGg1ZFo3UttGdTLxxtAbXhMjBS93D5NspJoTZaz9ZQvcHb6DSK8fMg==

"@emotion/hash@^0.8.0":
version "0.8.0"
Expand Down

0 comments on commit dfa6fd4

Please sign in to comment.