diff options
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2e4a61..828f20b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,6 +52,9 @@ dependencies: react: specifier: ^19.2.7 version: 19.2.7 + react-chartjs-2: + specifier: ^5.3.1 + version: 5.3.1(chart.js@4.5.1)(react@19.2.7) react-dom: specifier: ^19.2.7 version: 19.2.7(react@19.2.7) @@ -2596,6 +2599,16 @@ packages: unpipe: 1.0.0 dev: false + /react-chartjs-2@5.3.1(chart.js@4.5.1)(react@19.2.7): + resolution: {integrity: sha512-h5IPXKg9EXpjoBzUfyWJvllMjG2mQ4EiuHQFhms/AjUm0XSZHhyRy2xVmLXHKrtcdrPO4mnGqRtYoD0vp95A0A==} + peerDependencies: + chart.js: ^4.1.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + dependencies: + chart.js: 4.5.1 + react: 19.2.7 + dev: false + /react-dom@19.2.7(react@19.2.7): resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} peerDependencies: |
