diff options
author | 2024-04-22 11:28:03 +0800 | |
---|---|---|
committer | 2024-04-22 11:28:03 +0800 | |
commit | 2727370932197e2a84bc013b704bf1eb8e69e735 (patch) | |
tree | b67134a92f021bc9fd742c9b1829b5fb219b924a | |
parent | 237e17c8feea244b06b00ceaed08cb16d3d6baeb (diff) | |
download | astro-2727370932197e2a84bc013b704bf1eb8e69e735.tar.gz astro-2727370932197e2a84bc013b704bf1eb8e69e735.tar.zst astro-2727370932197e2a84bc013b704bf1eb8e69e735.zip |
chore(deps): update dependency @types/mime to v4 (#10834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
-rw-r--r-- | packages/astro/package.json | 1 | ||||
-rw-r--r-- | pnpm-lock.yaml | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 9a5c148f5..c468d0eb6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -198,7 +198,6 @@ "@types/html-escaper": "^3.0.2", "@types/http-cache-semantics": "^4.0.4", "@types/js-yaml": "^4.0.9", - "@types/mime": "^3.0.4", "@types/mocha": "^10.0.4", "@types/probe-image-size": "^7.2.3", "@types/prompts": "^2.4.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b3a7f8932..b46573282 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -745,9 +745,6 @@ importers: '@types/js-yaml': specifier: ^4.0.9 version: 4.0.9 - '@types/mime': - specifier: ^3.0.4 - version: 3.0.4 '@types/mocha': specifier: ^10.0.4 version: 10.0.6 @@ -8243,10 +8240,6 @@ packages: resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} dev: true - /@types/mime@3.0.4: - resolution: {integrity: sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==} - dev: true - /@types/minimist@1.2.5: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true |