Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Implementation:Arize ai Phoenix App Pnpm Lock

From Leeroopedia
Revision as of 12:03, 16 February 2026 by Admin (talk | contribs) (Auto-imported from implementations/Arize_ai_Phoenix_App_Pnpm_Lock.md)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

The app/pnpm-lock.yaml file is the dependency lock file for the Phoenix frontend application, a React/TypeScript single-page application that provides the Phoenix web UI. Generated and maintained by pnpm (the enforced package manager for the app/ directory), this file pins exact versions of all direct and transitive dependencies to ensure reproducible builds.

The lock file uses pnpm lockfile version 9.0 and includes security-related overrides for packages such as braces, esbuild, vite, and @babel/runtime.

Code Reference

Attribute Value
Source File app/pnpm-lock.yaml
Lines 11,460
Domain Build_Configuration
Lockfile Version 9.0
Package Manager pnpm (enforced by preinstall script)

Notable Dependencies

Key frontend dependencies locked in this file include:

  • @apollo/client -- GraphQL client (v4.x)
  • @arizeai/openinference-semantic-conventions -- OpenInference conventions
  • @arizeai/point-cloud -- 3D point cloud visualization
  • @codemirror/ -- Code editor components
  • @react-three/ -- React Three.js bindings for 3D rendering
  • react / react-dom -- React 19.x
  • three -- Three.js 3D library

Related Pages

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment