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 a026589..262bc25 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,9 @@ devDependencies: "@astrojs/tailwind": specifier: ^3.1.2 version: 3.1.2([email protected])([email protected]) + "@astrojs/ts-plugin": + specifier: ^1.0.6 + version: 1.0.6 "@catppuccin/tailwindcss": specifier: ^0.1.1 version: 0.1.1 @@ -164,6 +167,16 @@ packages: - supports-color dev: true + /@astrojs/[email protected]: + resolution: + { + integrity: sha512-1fx9Dtfowklhphva/PeijdDoYvUBPYwkCk7dqk04xAjwmv6tWrrsU8xZMfQ1JWUtT2RnciaSagggP6w0PFb1Ig==, + } + dependencies: + "@astrojs/compiler": 1.4.2 + "@jridgewell/trace-mapping": 0.3.18 + dev: true + /@astrojs/[email protected]: resolution: { |
