Skip to content

Commit

Permalink
chore: Remove dependency on long
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jul 12, 2024
1 parent 33f369b commit 0f514b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions modules/dggs-s2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"dist",
"src"
],
"dependencies": {
"long": "^5.2.1"
},
"devDependencies": {
"s2-geometry": "^1.2.10"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.module.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noEmit": false,
"useDefineForClassFields": false,
// Uncomment to debug
"listEmittedFiles": true,
// "listEmittedFiles": true,
"plugins": [
{
"transform": "ocular-dev-tools/ts-transform-append-extension",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8336,11 +8336,6 @@ long@^3.2.0:
resolved "https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b"
integrity sha512-ZYvPPOMqUwPoDsbJaR10iQJYnMuZhRTvHYl62ErLIEX7RgFlziSBUUvrt3OVfc47QlHHpzPZYP17g3Fv7oeJkg==

long@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/long/-/long-5.2.1.tgz#e27595d0083d103d2fa2c20c7699f8e0c92b897f"
integrity sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==

loose-envify@^1.1.0, loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
Expand Down Expand Up @@ -12462,7 +12457,7 @@ vite-plugin-html@^3.2.0:
node-html-parser "^5.3.3"
pathe "^0.2.0"

vite@^4.0.1, vite@^4.3.9:
vite@^4.0.1:
version "4.5.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
Expand Down

0 comments on commit 0f514b3

Please sign in to comment.