Skip to content

Commit 8358cd3

Browse files
authored
Merge pull request #469 from jermspeaks/content/stream-observable-bug
Extremely esoteric bug added to TIL
2 parents aa93e3c + 328d4aa commit 8358cd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
draft: false
3+
pubDate: "2024-06-18T18:19:42.480Z"
4+
title: "Package Dependency for @observable/plot"
5+
tags: ["development", "TIL"]
6+
---
7+
8+
Extremely esoteric bug. I've had an open issue for the past three months related to this other [issue](https://github.com/observablehq/plot/issues/2022). I couldn't figure out why npm's registry would pull an older version of `d3-scale-chromatic` when I upgraded the `@observable/plot` library. As a future note for myself, if I run into this issue again, I'll have to go into the `package-lock.json` file and update `d3-scale-chromatic` to `v3.1.0`.

0 commit comments

Comments
 (0)