diff options
| author | 2026-03-26 10:13:33 +0800 | |
|---|---|---|
| committer | 2026-03-26 10:13:33 +0800 | |
| commit | 38d74bf0fedc3224e371e826577f00f7fc62d837 (patch) | |
| tree | d64c6731d6dd15e40e3c8c51f6c677708dbb6d12 /pnpm-lock.yaml | |
| parent | aa09e57fc181731523a9e1bd38c8c63ece3ab8fe (diff) | |
| download | DropOut-38d74bf0fedc3224e371e826577f00f7fc62d837.tar.gz DropOut-38d74bf0fedc3224e371e826577f00f7fc62d837.zip | |
chore: remove @types/node from dependencies in package.json and pnpm-lock.yaml
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9263d3b..8bc2ab4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,9 +76,6 @@ importers: '@types/mdx': specifier: ^2.0.13 version: 2.0.13 - '@types/node': - specifier: ^25.0.5 - version: 25.0.9 '@types/react': specifier: ^19.2.8 version: 19.2.8 @@ -6986,6 +6983,7 @@ snapshots: '@types/node@25.0.9': dependencies: undici-types: 7.16.0 + optional: true '@types/react-dom@19.2.3(@types/react@19.2.8)': dependencies: |