Astro image cache dependency fix scottaw66 (#4944)
* Moves http-cache-semantics from dev dependency to dependency * Pull request for astro image http-cache-semantics dependency
This commit is contained in:
parent
5565782d70
commit
a8f1a91e7e
3 changed files with 7 additions and 3 deletions
5
.changeset/clever-lies-reflect.md
Normal file
5
.changeset/clever-lies-reflect.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/image': patch
|
||||
---
|
||||
|
||||
Moves http-cache-semantics from dev dependency to dependency
|
|
@ -43,6 +43,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@altano/tiny-async-pool": "^1.0.2",
|
||||
"http-cache-semantics": "^4.1.0",
|
||||
"image-size": "^1.0.2",
|
||||
"magic-string": "^0.25.9",
|
||||
"mime": "^3.0.0",
|
||||
|
@ -56,7 +57,6 @@
|
|||
"astro-scripts": "workspace:*",
|
||||
"chai": "^4.3.6",
|
||||
"cheerio": "^1.0.0-rc.11",
|
||||
"http-cache-semantics": "^4.1.0",
|
||||
"kleur": "^4.1.4",
|
||||
"mocha": "^9.2.2",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
|
|
@ -2507,6 +2507,7 @@ importers:
|
|||
web-streams-polyfill: ^3.2.1
|
||||
dependencies:
|
||||
'@altano/tiny-async-pool': 1.0.2
|
||||
http-cache-semantics: 4.1.0
|
||||
image-size: 1.0.2
|
||||
magic-string: 0.25.9
|
||||
mime: 3.0.0
|
||||
|
@ -2519,7 +2520,6 @@ importers:
|
|||
astro-scripts: link:../../../scripts
|
||||
chai: 4.3.6
|
||||
cheerio: 1.0.0-rc.12
|
||||
http-cache-semantics: 4.1.0
|
||||
kleur: 4.1.5
|
||||
mocha: 9.2.2
|
||||
rollup-plugin-copy: 3.4.0
|
||||
|
@ -13124,7 +13124,6 @@ packages:
|
|||
|
||||
/http-cache-semantics/4.1.0:
|
||||
resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==}
|
||||
dev: true
|
||||
|
||||
/http-errors/2.0.0:
|
||||
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
|
||||
|
|
Loading…
Reference in a new issue