fix: manually install sharp so the pipeline doesn't get mad
This commit is contained in:
parent
88def88e88
commit
af03f1c906
2 changed files with 6 additions and 8 deletions
|
@ -18,6 +18,7 @@
|
|||
"@fortawesome/free-solid-svg-icons": "^6.7.1",
|
||||
"astro": "^5.0.5",
|
||||
"preact": "^10.25.2",
|
||||
"sharp": "^0.33.5",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
|
|
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
|
@ -35,6 +35,9 @@ importers:
|
|||
preact:
|
||||
specifier: ^10.25.2
|
||||
version: 10.25.2
|
||||
sharp:
|
||||
specifier: ^0.33.5
|
||||
version: 0.33.5
|
||||
tailwindcss:
|
||||
specifier: ^3.4.16
|
||||
version: 3.4.16
|
||||
|
@ -3372,13 +3375,11 @@ snapshots:
|
|||
dependencies:
|
||||
color-name: 1.1.4
|
||||
simple-swizzle: 0.2.2
|
||||
optional: true
|
||||
|
||||
color@4.2.3:
|
||||
dependencies:
|
||||
color-convert: 2.0.1
|
||||
color-string: 1.9.1
|
||||
optional: true
|
||||
|
||||
comma-separated-tokens@2.0.3: {}
|
||||
|
||||
|
@ -3418,8 +3419,7 @@ snapshots:
|
|||
|
||||
dequal@2.0.3: {}
|
||||
|
||||
detect-libc@2.0.3:
|
||||
optional: true
|
||||
detect-libc@2.0.3: {}
|
||||
|
||||
deterministic-object-hash@2.0.2:
|
||||
dependencies:
|
||||
|
@ -3727,8 +3727,7 @@ snapshots:
|
|||
|
||||
import-meta-resolve@4.1.0: {}
|
||||
|
||||
is-arrayish@0.3.2:
|
||||
optional: true
|
||||
is-arrayish@0.3.2: {}
|
||||
|
||||
is-binary-path@2.1.0:
|
||||
dependencies:
|
||||
|
@ -4531,7 +4530,6 @@ snapshots:
|
|||
'@img/sharp-wasm32': 0.33.5
|
||||
'@img/sharp-win32-ia32': 0.33.5
|
||||
'@img/sharp-win32-x64': 0.33.5
|
||||
optional: true
|
||||
|
||||
shebang-command@2.0.0:
|
||||
dependencies:
|
||||
|
@ -4553,7 +4551,6 @@ snapshots:
|
|||
simple-swizzle@0.2.2:
|
||||
dependencies:
|
||||
is-arrayish: 0.3.2
|
||||
optional: true
|
||||
|
||||
sisteransi@1.0.5: {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue