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
2 parents 33f369b + 0f514b3 commit f6a2b2d
Show file tree
Hide file tree
Showing 6 changed files with 16,829 additions and 13,004 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
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
3 changes: 3 additions & 0 deletions modules/web-mercator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"dist",
"src"
],
"peerDependencies": {
"@math.gl/core": "^4.0.0"
},
"devDependencies": {
"mock-browser": "^0.92.14"
}
Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "math.gl",
"name": "math.gl-monorepo",
"description": "Array-based 3D Math Classes optimized for WebGL applications",
"license": "MIT",
"private": true,
Expand All @@ -17,22 +17,24 @@
"clean": "ocular-clean",
"build": "npm run clean && time ocular-build",
"cover": "ocular-test cover",
"lint": "tsc && ocular-lint",
"lint": "ocular-lint",
"metrics": "ocular-metrics",
"publish": "ocular-publish",
"test": "ocular-test"
},
"dependencies": {},
"devDependencies": {
"@probe.gl/bench": "^4.0.0",
"@turf/destination": "^6.0.1",
"@types/tape-promise": "^4.0.1",
"ocular-dev-tools": "2.0.0-alpha.28",
"ocular-dev-tools": "2.0.0-alpha.33",
"pre-commit": "^1.2.2",
"puppeteer": "^22.0.0"
},
"resolutions": {
"typescript": "^5.5.0"
},
"volta": {
"node": "18.18.1",
"yarn": "1.22.19"
"node": "20.15.1",
"yarn": "4.3.1"
}
}
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
Loading

0 comments on commit f6a2b2d

Please sign in to comment.