Skip to content

Commit

Permalink
fix(website) revert loaders to fix build (#303)
Browse files Browse the repository at this point in the history
* Revert "Upgrade [email protected] and [email protected] (#299)"

This reverts commit b66e6f9.

* upgrade probe.gl

* yarn.lock
  • Loading branch information
chrisgervang authored Feb 7, 2025
1 parent b66e6f9 commit bc513f1
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 270 deletions.
9 changes: 6 additions & 3 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,19 @@
"build-bundle": "ocular-bundle ./bundle.ts"
},
"dependencies": {
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/video": "^4.3.3",
"@loaders.gl/zip": "^4.3.3",
"@loaders.gl/core": "^3.0.0",
"@loaders.gl/video": "^3.0.12",
"@loaders.gl/zip": "^3.0.12",
"@math.gl/core": "^3.6.0",
"@math.gl/web-mercator": "^3.6.2",
"@probe.gl/log": "^4.1.0",
"downloadjs": "^1.4.7",
"popmotion": "9.3.1",
"webm-writer": "^1.0.0"
},
"resolutions": {
"@loaders.gl/video": "3.0.12"
},
"peerDependencies": {
"@deck.gl/core": ">=8.3",
"@luma.gl/core": ">=8.3",
Expand Down
4 changes: 2 additions & 2 deletions modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
],
"sideEffects": false,
"dependencies": {
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/zip": "^4.3.3",
"@loaders.gl/zip": "^3.0.12",
"@turf/helpers": "^5.1.5",
"@turf/transform-translate": "^5.1.5",
"classnames": "^2.2.6",
Expand All @@ -59,6 +58,7 @@
"@deck.gl/mapbox": ">=8.3",
"@deck.gl/react": ">=8.3",
"@hubble.gl/core": "^1.4.0",
"@loaders.gl/core": "^3.0.0",
"react": ">=18.2",
"react-dom": ">=18.2"
},
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"video"
],
"devDependencies": {
"@loaders.gl/polyfills": "^4.3.3",
"@loaders.gl/polyfills": "^4.2.0",
"@luma.gl/experimental": "^8.5.0",
"@probe.gl/bench": "^4.1.0",
"@probe.gl/test-utils": "^4.1.0",
Expand All @@ -54,7 +54,7 @@
"ocular-dev-tools": "2.0.0-alpha.33",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"puppeteer": "^22.4.0",
"puppeteer": "24.2.0",
"tap-spec": "^5.0.0",
"tape-catch": "^1.0.6"
},
Expand All @@ -63,6 +63,7 @@
"@luma.gl/experimental: must include in devDeps for local dev examples"
],
"resolutions": {
"@loaders.gl/video": "3.0.12",
"@luma.gl/experimental": "8.5.21"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4584,7 +4584,7 @@ csstype@^3.0.2:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==

"d3-array@2 - 3", "[email protected] - 3", d3-array@^3.1.1, d3-array@^3.2.0:
"d3-array@2 - 3", "[email protected] - 3", d3-array@^3.2.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-3.2.4.tgz#15fec33b237f97ac5d7c986dc77da273a8ed0bb5"
integrity sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==
Expand Down Expand Up @@ -4622,7 +4622,7 @@ d3-hexbin@^0.2.1:
dependencies:
d3-color "1 - 3"

d3-scale@^4.0.0, d3-scale@^4.0.2:
d3-scale@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-4.0.2.tgz#82b38e8e8ff7080764f8dcec77bd4be393689396"
integrity sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==
Expand Down
Loading

0 comments on commit bc513f1

Please sign in to comment.