diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-27 20:57:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-27 20:57:34 -0700 |
| commit | aad52db138830de8b473ada5525f33164c65abab (patch) | |
| tree | 3111d3b69b25b7288e6670e18bd3df7e7a4736f2 /frontend/pnpm-lock.yaml | |
| parent | 82bc6b860598103af46030d875b82da239dc999d (diff) | |
move loading display to root of components folder
Diffstat (limited to 'frontend/pnpm-lock.yaml')
| -rw-r--r-- | frontend/pnpm-lock.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 1d8e617..80bdfb1 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@tailwindcss/vite': specifier: ^4.1.13 version: 4.1.13(vite@7.1.7(jiti@2.6.0)(lightningcss@1.30.1)) + '@uiw/react-heat-map': + specifier: ^2.3.3 + version: 2.3.3(@babel/runtime@7.28.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) crypto-js: specifier: ^4.2.0 version: 4.2.0 @@ -137,6 +140,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/runtime@7.28.4': + resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} + engines: {node: '>=6.9.0'} + '@babel/template@7.27.2': resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} @@ -682,6 +689,13 @@ packages: resolution: {integrity: sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@uiw/react-heat-map@2.3.3': + resolution: {integrity: sha512-PMQ2v7am2yWCXNJcNz6OpbJmb3m6zNxf8NaRvPdCiRtF1NU58JJoGfkmEgXSjopNuu5eg8sBYX/VPC1Of8C0QQ==} + peerDependencies: + '@babel/runtime': '>=7.10.0' + react: '>=16.9.0' + react-dom: '>=16.9.0' + '@vitejs/plugin-react@5.0.3': resolution: {integrity: sha512-PFVHhosKkofGH0Yzrw1BipSedTH68BFF8ZWy1kfUpCtJcouXXY0+racG8sExw7hw0HoX36813ga5o3LTWZ4FUg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -1447,6 +1461,8 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.27.1 + '@babel/runtime@7.28.4': {} + '@babel/template@7.27.2': dependencies: '@babel/code-frame': 7.27.1 @@ -1905,6 +1921,12 @@ snapshots: '@typescript-eslint/types': 8.44.1 eslint-visitor-keys: 4.2.1 + '@uiw/react-heat-map@2.3.3(@babel/runtime@7.28.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@babel/runtime': 7.28.4 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + '@vitejs/plugin-react@5.0.3(vite@7.1.7(jiti@2.6.0)(lightningcss@1.30.1))': dependencies: '@babel/core': 7.28.4 |
