diff --git a/package-lock.json b/package-lock.json index 8d55afe7f2f..b35c2673768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "to-px": "1.0.1", "topojson-client": "^3.1.0", "webgl-context": "^2.2.0", - "world-calendars": "^1.0.3" + "world-calendars": "github:archmoj/world-calendars#a84490f72bfd8c3e268396a0b459b2e72039c8cd" }, "devDependencies": { "@biomejs/biome": "1.8.3", @@ -10905,8 +10905,9 @@ }, "node_modules/world-calendars": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/world-calendars/-/world-calendars-1.0.3.tgz", - "integrity": "sha1-slxQMrokEo/8QdCfr0pewbnBQzU=", + "resolved": "git+ssh://git@github.com/archmoj/world-calendars.git#a84490f72bfd8c3e268396a0b459b2e72039c8cd", + "integrity": "sha512-Jh4IZDCwEzDoIbKu1ewfcfqrdsA+cQkSQAs+DTpGehm3R2ECfMhe24YW5EwJUElij64usyq903Hq6d6vsRDgKQ==", + "license": "MIT", "dependencies": { "object-assign": "^4.1.0" } diff --git a/package.json b/package.json index 39f76f1a5dd..47bd8457852 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "@plotly/d3-sankey": "0.7.2", "@plotly/d3-sankey-circular": "0.33.1", "@plotly/mapbox-gl": "1.13.4", + "@plotly/regl": "^2.1.2", "@turf/area": "^7.1.0", "@turf/bbox": "^7.1.0", "@turf/centroid": "^7.1.0", @@ -105,7 +106,6 @@ "point-in-polygon": "^1.1.0", "polybooljs": "^1.2.2", "probe-image-size": "^7.2.3", - "@plotly/regl": "^2.1.2", "regl-error2d": "^2.0.12", "regl-line2d": "^3.1.3", "regl-scatter2d": "^3.3.1", @@ -117,10 +117,12 @@ "to-px": "1.0.1", "topojson-client": "^3.1.0", "webgl-context": "^2.2.0", - "world-calendars": "^1.0.3" + "world-calendars": "github:archmoj/world-calendars#a84490f72bfd8c3e268396a0b459b2e72039c8cd" }, "devDependencies": { "@biomejs/biome": "1.8.3", + "@plotly/mathjax-v2": "npm:mathjax@2.7.5", + "@plotly/mathjax-v3": "npm:mathjax@^3.2.2", "amdefine": "^1.0.1", "assert": "^2.1.0", "browserify-transform-tools": "^1.7.0", @@ -160,8 +162,6 @@ "karma-viewport": "1.0.2", "lodash": "^4.17.21", "madge": "^8.0.0", - "@plotly/mathjax-v2": "npm:mathjax@2.7.5", - "@plotly/mathjax-v3": "npm:mathjax@^3.2.2", "minify-stream": "^2.1.0", "npm-link-check": "^5.0.1", "open": "^8.4.2",