Skip to content

Commit 85ad69c

Browse files
committed
Remove sane-topojson package
1 parent b2ae532 commit 85ad69c

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"@plotly/d3-sankey": "0.7.2",
7676
"@plotly/d3-sankey-circular": "0.33.1",
7777
"@plotly/mapbox-gl": "1.13.4",
78+
"@plotly/regl": "^2.1.2",
7879
"@turf/area": "^7.1.0",
7980
"@turf/bbox": "^7.1.0",
8081
"@turf/centroid": "^7.1.0",
@@ -109,7 +110,6 @@
109110
"point-in-polygon": "^1.1.0",
110111
"polybooljs": "^1.2.2",
111112
"probe-image-size": "^7.2.3",
112-
"@plotly/regl": "^2.1.2",
113113
"regl-error2d": "^2.0.12",
114114
"regl-line2d": "^3.1.3",
115115
"regl-scatter2d": "^3.3.1",
@@ -126,6 +126,8 @@
126126
},
127127
"devDependencies": {
128128
"@biomejs/biome": "1.8.3",
129+
"@plotly/mathjax-v2": "npm:mathjax@2.7.5",
130+
"@plotly/mathjax-v3": "npm:mathjax@^3.2.2",
129131
"@turf/simplify": "^7.2.0",
130132
"amdefine": "^1.0.1",
131133
"assert": "^2.1.0",
@@ -166,8 +168,6 @@
166168
"lodash": "^4.17.21",
167169
"madge": "^8.0.0",
168170
"mapshaper": "^0.6.102",
169-
"@plotly/mathjax-v2": "npm:mathjax@2.7.5",
170-
"@plotly/mathjax-v3": "npm:mathjax@^3.2.2",
171171
"minify-stream": "^2.1.0",
172172
"npm-link-check": "^5.0.1",
173173
"open": "^8.4.2",
@@ -177,7 +177,6 @@
177177
"raw-loader": "^4.0.2",
178178
"read-last-lines": "^1.8.0",
179179
"run-series": "^1.1.9",
180-
"sane-topojson": "^4.0.0",
181180
"sass": "^1.78.0",
182181
"stream-browserify": "^3.0.0",
183182
"through2": "^4.0.2",

test/jasmine/karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ func.defaultConfig = {
192192
// more info: http://karma-runner.github.io/3.0/config/files.html
193193
{pattern: pathToMathJax2 + '/**', included: false, watched: false, served: true},
194194
{pattern: pathToMathJax3 + '/**', included: false, watched: false, served: true},
195-
// available to fetch from /base/node_modules/sane-topojson/dist/
196195
{pattern: pathToTopojsonDist + '/**', included: false, watched: false, served: true}
197196
],
198197

0 commit comments

Comments
 (0)