Skip to content

Commit

Permalink
fix(deps): Update deps for deck.gl/carto and test app (#8917)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed May 23, 2024
1 parent c31003b commit 8629f34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
"@types/d3-scale": "^3.0.0",
"cartocolor": "^5.0.0",
"cartocolor": "^5.0.2",
"d3-array": "^3.2.0",
"d3-color": "^3.1.0",
"d3-format": "^3.1.0",
Expand Down
1 change: 1 addition & 0 deletions test/apps/carto-dynamic-tile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"dependencies": {
"deck.gl": "^8.0.0",
"maplibre-gl": "^4.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4076,10 +4076,10 @@ caniuse-lite@^1.0.30001254:
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001523.tgz"
integrity sha512-I5q5cisATTPZ1mc588Z//pj/Ox80ERYDfR71YnvY7raS/NOk8xXlZcB0sF7JdqaV//kOaa6aus7lRfpdnt1eBA==

cartocolor@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/cartocolor/-/cartocolor-5.0.0.tgz#b2a8d42d640badb6ecf9e85aa86dfb60f98c5ea6"
integrity sha512-9nZipa0nvgoSZyXWIe5IBTOKgV3CwTbFwlx+G3B6PLmckiFlKBqBCMEtPW+VszoKbSJqgqoaglQApM34YEhBeA==
cartocolor@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/cartocolor/-/cartocolor-5.0.2.tgz#182050da45abe7f14e075df9e3a732ea4489c153"
integrity sha512-Ihb/wU5V6BVbHwapd8l/zg7bnhZ4YPFVfa7quSpL86lfkPJSf4YuNBT+EvesPRP5vSqhl6vZVsQJwCR8alBooQ==
dependencies:
colorbrewer "1.5.6"

Expand Down

0 comments on commit 8629f34

Please sign in to comment.