Skip to content

Commit 187317e

Browse files
committed
Updated modules to fix correlation chart page
1 parent f02aee7 commit 187317e

File tree

6 files changed

+190
-199
lines changed

6 files changed

+190
-199
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,23 @@
6161
"@macrostrat-web/sift": "workspace:*",
6262
"@macrostrat-web/text-toolchain": "workspace:*",
6363
"@macrostrat-web/utility-functions": "workspace:*",
64-
"@macrostrat/api-types": "^1.1.3",
64+
"@macrostrat/api-types": "^1.1.4",
6565
"@macrostrat/color-utils": "^1.1.2",
66-
"@macrostrat/column-components": "^1.4.0",
67-
"@macrostrat/column-views": "^2.3.1",
66+
"@macrostrat/column-components": "^1.4.2",
67+
"@macrostrat/column-views": "^2.4.3",
6868
"@macrostrat/data-components": "^0.2.2",
69-
"@macrostrat/data-sheet": "^2.2.1",
69+
"@macrostrat/data-sheet": "^2.2.2",
7070
"@macrostrat/feedback-components": "^1.1.10",
7171
"@macrostrat/form-components": "^0.2.5",
7272
"@macrostrat/hyper": "^3.0.6",
7373
"@macrostrat/map-interface": "^1.6.0",
7474
"@macrostrat/map-styles": "^1.2.4",
7575
"@macrostrat/mapbox-react": "^2.6.4",
7676
"@macrostrat/mapbox-utils": "^1.6.1",
77-
"@macrostrat/style-system": "^0.2.3",
78-
"@macrostrat/svg-map-components": "^1.0.6",
79-
"@macrostrat/timescale": "^2.3.0",
80-
"@macrostrat/ui-components": "^4.5.2",
77+
"@macrostrat/style-system": "^0.2.4",
78+
"@macrostrat/svg-map-components": "^1.0.7",
79+
"@macrostrat/timescale": "^2.3.2",
80+
"@macrostrat/ui-components": "^4.5.3",
8181
"@react-hook/size": "^2.1.2",
8282
"@supabase/postgrest-js": "^1.18.1",
8383
"@turf/bbox": "^6.5.0",

packages/column-builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@blueprintjs/popover2": "^1.2.1",
1414
"@blueprintjs/select": "^5.2.1",
1515
"@macrostrat-web/settings": "workspace:*",
16-
"@macrostrat/column-components": "^1.4.0",
17-
"@macrostrat/data-components": "^0.0.6",
18-
"@macrostrat/form-components": "^0.2.2",
16+
"@macrostrat/column-components": "^1.4.2",
17+
"@macrostrat/data-components": "^0.2.2",
18+
"@macrostrat/form-components": "^0.2.5",
1919
"@macrostrat/hyper": "^3.0.6",
20-
"@macrostrat/ui-components": "^4.1.2",
20+
"@macrostrat/ui-components": "^4.5.3",
2121
"@mapbox/mapbox-gl-draw": "^1.3.0",
2222
"@supabase/postgrest-js": "^1.18.1",
2323
"@types/mapbox__mapbox-gl-draw": "^1.2.3",

packages/globe-dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@macrostrat/cesium-vector-provider": "2.0.2",
1919
"@macrostrat/cesium-viewer": "^1.2.1",
2020
"@macrostrat/hyper": "^3.0.6",
21-
"@macrostrat/mapbox-react": "^2.6.0",
22-
"@macrostrat/mapbox-utils": "^1.5.0",
21+
"@macrostrat/mapbox-react": "^2.6.4",
22+
"@macrostrat/mapbox-utils": "^1.6.1",
2323
"cesium": "^1.135.0",
2424
"resium": "^1.19.0"
2525
}

packages/lithology-hierarchy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@macrostrat-web/settings": "workspace:^",
88
"@macrostrat/hyper": "^3.0.6",
9-
"@macrostrat/ui-components": "^4.1.2",
9+
"@macrostrat/ui-components": "^4.5.3",
1010
"@visx/gradient": "^3.3.0",
1111
"@visx/group": "^3.3.0",
1212
"@visx/hierarchy": "^3.3.0",

packages/section-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@blueprintjs/core": "^5.10.3",
1313
"@macrostrat/hyper": "^3.0.6",
14-
"@macrostrat/ui-components": "^4.1.2",
14+
"@macrostrat/ui-components": "^4.5.3",
1515
"chroma-js": "^2.0.6",
1616
"d3": "^5.12.0",
1717
"labella": "^1.1.4",

0 commit comments

Comments
 (0)