astro/packages/integrations/image/test/fixtures/basic-image/package.json
Erika e5bd084c01
fix: fix sharp semver range to allow for 0.32.0 (#6952)
* fix: fix sharp semver range to allow for 0.3é20

* fix: revert back to 0.31.0
2023-05-01 17:32:50 +02:00

11 lines
224 B
JSON

{
"name": "@test/basic-image",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/image": "workspace:*",
"@astrojs/node": "workspace:*",
"astro": "workspace:*",
"sharp": "^0.32.1"
}
}