summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRichie Foreman <[email protected]>2025-08-12 14:31:59 -0400
committerGitHub <[email protected]>2025-08-12 18:31:59 +0000
commit7cc6b8c270a67803f9387eeead0d3d7ac914303a (patch)
tree982fa440c974512961670cb4ee43a62641950ce6 /package.json
parentc5c6966d08b042b3b287c1909afa60f950bca147 (diff)
chore(usage telemetry): Freshen up Clearcut logging (#6013)
Co-authored-by: christine betts <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 637fc445..0e27676f 100644
--- a/package.json
+++ b/package.json
@@ -79,13 +79,17 @@
"json": "^11.0.0",
"lodash": "^4.17.21",
"memfs": "^4.17.2",
+ "mnemonist": "^0.40.3",
"mock-fs": "^5.5.0",
+ "msw": "^2.10.4",
"prettier": "^3.5.3",
"react-devtools-core": "^4.28.5",
"tsx": "^4.20.3",
"typescript-eslint": "^8.30.1",
"vitest": "^3.2.4",
- "yargs": "^17.7.2",
- "mnemonist": "^0.40.3"
+ "yargs": "^17.7.2"
+ },
+ "dependencies": {
+ "node-fetch": "^3.3.2"
}
}