Skip to content

Commit 420f019

Browse files
committed
Add packageManager to package.json
1 parent 2bebbdd commit 420f019

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@
8787
"three-stdlib": "^2.35.14",
8888
"vanilla-picker": "2.12.2",
8989
"web-worker": "1.3.0"
90-
}
90+
},
91+
"packageManager": "pnpm@10.7.0"
9192
}

src/components/visualization/page-setup/bottom-bar/evolution/plotly-commit-tree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function PlotlyCommitTree({
9696
// #region Plot Setup
9797

9898
const setupPlotlyCommitTreeChart = () => {
99-
// deep copy attributes (Map and Object is passed via reference, therefor changes in this component would actually be executed on the original element) -> nasty bugs
99+
// deep copy attributes (Map and Object is passed via reference, therefore changes in this component would actually be executed on the original element) -> nasty bugs
100100
setAppNameCommitTreeMap(structuredClone(appNameCommitTreeMap));
101101
_selectedCommits = structuredClone(selectedCommits);
102102

0 commit comments

Comments
 (0)