diff options
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b34f8b..f439ebf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: postcss-cli: specifier: ^11.0.0 version: 11.0.0(postcss@8.5.1) + postcss-pxtorem: + specifier: ^6.1.0 + version: 6.1.0(postcss@8.5.1) devDependencies: vite: specifier: ^6.0.5 @@ -537,6 +540,11 @@ packages: tsx: optional: true + postcss-pxtorem@6.1.0: + resolution: {integrity: sha512-ROODSNci9ADal3zUcPHOF/K83TiCgNSPXQFSbwyPHNV8ioHIE4SaC+FPOufd8jsr5jV2uIz29v1Uqy1c4ov42g==} + peerDependencies: + postcss: ^8.0.0 + postcss-reporter@7.1.0: resolution: {integrity: sha512-/eoEylGWyy6/DOiMP5lmFRdmDKThqgn7D6hP2dXKJI/0rJSO1ADFNngZfDzxL0YAxFvws+Rtpuji1YIHj4mySA==} engines: {node: '>=10'} @@ -1100,6 +1108,10 @@ snapshots: optionalDependencies: postcss: 8.5.1 + postcss-pxtorem@6.1.0(postcss@8.5.1): + dependencies: + postcss: 8.5.1 + postcss-reporter@7.1.0(postcss@8.5.1): dependencies: picocolors: 1.1.1 |