Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
inherit (finalAttrs) pname version src;
pnpm = pkgs.pnpm_9;
fetcherVersion = 3;
hash = "sha256-82sVXXqj4mfe6n6BRagUiOQS0Gd+jbPOQiYzUhmrZGU=";
hash = "sha256-x3AFjyWjl2DkQFOnSuv8a90/JrZZpiweueORWaPxAbU=";
};

nativeBuildInputs = with pkgs; [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.1",
"@types/node": "^24.2.0",
"@types/node": "^26.0.1",
"@vitest/ui": "^3.2.6",
"eslint": "^10.5.0",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vitest": "^3.2.6"
},
Expand All @@ -79,7 +79,7 @@
"commander": "^14.0.0",
"cross-spawn": "7.0.6",
"fast-glob": "^3.3.3",
"ora": "^8.2.0",
"ora": "^9.4.1",
"posthog-node": "^5.46.0",
"yaml": "^2.8.3",
"zod": "^4.4.3"
Expand Down
Loading
Loading