Skip to content

Commit

Permalink
feat(deps): Add @deck.gl/carto as prod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 7, 2024
1 parent 6bf08ac commit 22a00f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,17 @@
"README.md",
"LICENSE.md"
],
"dependencies": {
"@deck.gl/carto": "^9.0.30",
"@turf/bbox-clip": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/invariant": "^7.1.0",
"@turf/union": "^7.1.0",
"@types/geojson": "^7946.0.14"
},
"devDependencies": {
"@deck.gl/aggregation-layers": "^9.0.30",
"@deck.gl/carto": "^9.0.30",
"@deck.gl/core": "^9.0.30",
"@deck.gl/extensions": "^9.0.30",
"@deck.gl/geo-layers": "^9.0.30",
Expand Down Expand Up @@ -90,13 +98,5 @@
"vite": "^5.2.10",
"vitest": "1.6.0",
"vue": "^3.4.27"
},
"dependencies": {
"@turf/bbox-clip": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/invariant": "^7.1.0",
"@turf/union": "^7.1.0",
"@types/geojson": "^7946.0.14"
}
}
7 changes: 4 additions & 3 deletions src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Injected by microbundle. The `@deck.gl/core` checkVersion()
* function will detect globally-defined 'VERSION' variables, and is inlined
* in the client bundle, so the 'VERSION' name should be avoided.
* Injected by microbundle, with:
* ```
* --define __CARTO_API_CLIENT_VERSION=$npm_package_version
* ```
*/
declare const __CARTO_API_CLIENT_VERSION: string;
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ __metadata:
resolution: "@carto/api-client@workspace:."
dependencies:
"@deck.gl/aggregation-layers": "npm:^9.0.30"
"@deck.gl/carto": "npm:^9.0.30"
"@deck.gl/carto": "npm:^9.0.32"
"@deck.gl/core": "npm:^9.0.30"
"@deck.gl/extensions": "npm:^9.0.30"
"@deck.gl/geo-layers": "npm:^9.0.30"
Expand Down Expand Up @@ -1512,9 +1512,9 @@ __metadata:
languageName: node
linkType: hard

"@deck.gl/carto@npm:^9.0.30":
version: 9.0.30
resolution: "@deck.gl/carto@npm:9.0.30"
"@deck.gl/carto@npm:^9.0.32":
version: 9.0.32
resolution: "@deck.gl/carto@npm:9.0.32"
dependencies:
"@loaders.gl/gis": "npm:^4.2.0"
"@loaders.gl/loader-utils": "npm:^4.2.0"
Expand Down Expand Up @@ -1544,7 +1544,7 @@ __metadata:
"@deck.gl/geo-layers": ^9.0.0
"@deck.gl/layers": ^9.0.0
"@loaders.gl/core": ^4.2.0
checksum: 10c0/bf09c093013585ab585bca96bf1ad676a679a73db28bb2a5b2f3606b23565a7fa0a20d2e0cc1fe3a505c2c3023bdae064f235245dd1aeb18d67bd11ce6af6ea6
checksum: 10c0/8c71f148d126c1ed2e5fc770fc7a85399a3d758ba6762c2c6cd2de49402fc3bcdd566d45c98ec315c4f5e4d65afdfe0222e852805d4665b08fd2cbece5166d4a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7158,11 +7158,11 @@ __metadata:
linkType: hard

"moment-timezone@npm:^0.5.33":
version: 0.5.45
resolution: "moment-timezone@npm:0.5.45"
version: 0.5.46
resolution: "moment-timezone@npm:0.5.46"
dependencies:
moment: "npm:^2.29.4"
checksum: 10c0/7497f23c4b8c875dbf07c03f9a1253f79edaeedc29d5732e36bfd3c5577e25aed1924fbd84cbb713ce1920dbe822be0e21bd487851a7d13907226f289a5e568b
checksum: 10c0/003fd278d1aa3e63afff340a318735db80157b7a343e3f807cac10e026def214f0e71b52d582b89a11ee0a19f5d9f0da2752b7959d855429f2b715d4859d3722
languageName: node
linkType: hard

Expand Down

0 comments on commit 22a00f2

Please sign in to comment.