Skip to content

Commit 5c3f4e2

Browse files
committed
feat: update package.json and make sure works as expected
1 parent 4032a31 commit 5c3f4e2

File tree

3 files changed

+78
-556
lines changed

3 files changed

+78
-556
lines changed

nix/package.nix

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ pkgs.stdenv.mkDerivation {
1111
pkgs.nodejs
1212
pkgs.pnpm.configHook
1313
pkgs.typescript
14+
];
15+
16+
buildInputs = [
1417
pkgs.vips
15-
pkgs.pkg-config
1618
];
19+
1720
buildPhase = ''
1821
pnpm build
1922
'';
@@ -26,6 +29,6 @@ pkgs.stdenv.mkDerivation {
2629

2730
pnpmDeps = pkgs.pnpm.fetchDeps {
2831
inherit pname version src;
29-
hash = "sha256-2OXwnhc6rN3j7vWB5UBardWt38u+X6wfH+9wOfseIXY=";
32+
hash = "sha256-2iefCqirTWGjjavmnjYByjDxXzXKaxJzIReKTy2CybM=";
3033
};
3134
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.32.0",
14-
"astro": "^5.1.5",
13+
"@astrojs/starlight": "^0.32.1",
14+
"astro": "^5.3.0",
1515
"astro-embed": "^0.9.0",
16-
"sharp": "^0.32.5",
16+
"sharp": "^0.33.5",
1717
"starlight-links-validator": "^0.14.3"
1818
}
1919
}

0 commit comments

Comments
 (0)