Skip to content

Commit

Permalink
Update deck.gl to ^8.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2023
1 parent 2473bc6 commit 30659b1
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.7",
"@deck.gl/layers": "^8.9.7",
"@deck.gl/react": "^8.9.7",
"@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.7":
version "8.9.7"
resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-8.9.7.tgz#e3ce6f1bc871488003a51f22fb7aaa4361a4fc55"
integrity sha512-khcOrlee8yD84VTYvxaZrWmUaOFKkrOhHk7hVupqBr7erzsHBWj3/RWJqlfwCCN8a8YbhZOcfpSOSSbAau0OIA==
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.7":
version "8.9.7"
resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-8.9.7.tgz#e5ee75959db8ca3d043b2f48d921cb2304941895"
integrity sha512-D4k1aDzTcXTBuYrM/cE3fqHhS6XPpT6XANOuc1i47sAEnOUjLqsreo4QyY5x5apFn00dkllnWLZfzLURm5liXg==
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.7":
version "8.9.7"
resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-8.9.7.tgz#99da5bae266aa9617567b3f2f091904658cdbba1"
integrity sha512-JJJUlyZLHiwKsgKhQRxIjOLbDmUS8R3gE2iZdzqMStCzAv2zIxLDE4if6N3ElL8oiZaxC8InxGmoKF/FH7qIwg==

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

0 comments on commit 30659b1

Please sign in to comment.