Skip to content

Commit

Permalink
chore: update third party + toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Oct 19, 2024
1 parent f317bef commit c650b6d
Show file tree
Hide file tree
Showing 7 changed files with 459 additions and 211 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
inputs.nixpkgs.follows = "nixpkgs";
};
};

Expand Down
6 changes: 3 additions & 3 deletions third-party/node/rover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "rover",
"version": "1.0.0",
"dependencies": {
"@apollo/rover": "^0.21.0"
"@apollo/rover": "^0.26.2"
},
"engines": {
"node": "20",
"pnpm": ">=8 <9"
"pnpm": "9"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@9.12.1"
}
Loading

0 comments on commit c650b6d

Please sign in to comment.