Skip to content

Commit 2541df8

Browse files
committed
Update lockfile
1 parent 4399726 commit 2541df8

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node2nix/node-packages.nix

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2811,13 +2811,13 @@ let
28112811
sha512 = "y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==";
28122812
};
28132813
};
2814-
"react-19.1.0" = {
2814+
"react-19.1.1" = {
28152815
name = "react";
28162816
packageName = "react";
2817-
version = "19.1.0";
2817+
version = "19.1.1";
28182818
src = fetchurl {
2819-
url = "https://registry.npmjs.org/react/-/react-19.1.0.tgz";
2820-
sha512 = "FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==";
2819+
url = "https://registry.npmjs.org/react/-/react-19.1.1.tgz";
2820+
sha512 = "w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==";
28212821
};
28222822
};
28232823
"react-devtools-core-4.28.5" = {
@@ -3816,10 +3816,10 @@ in
38163816
"@github/copilot-language-server" = nodeEnv.buildNodePackage {
38173817
name = "_at_github_slash_copilot-language-server";
38183818
packageName = "@github/copilot-language-server";
3819-
version = "1.348.0";
3819+
version = "1.349.0";
38203820
src = fetchurl {
3821-
url = "https://registry.npmjs.org/@github/copilot-language-server/-/copilot-language-server-1.348.0.tgz";
3822-
sha512 = "CV1+hU9I29GXrZKwdRj2x7ur47IAoqa56FWwnkI/Cvs0BdTTrLigJlOseeFCQ1bglnIyr6ZLFCduBahDtqR1AQ==";
3821+
url = "https://registry.npmjs.org/@github/copilot-language-server/-/copilot-language-server-1.349.0.tgz";
3822+
sha512 = "QXpMV9DkAuGJiRAVfIH7VZxfFyAabayljqjvtafWMESSktepGn5LYPxbEEmGVhHULlv77XCzNg5QKImbRTMqzA==";
38233823
};
38243824
dependencies = [
38253825
sources."vscode-jsonrpc-8.2.0"
@@ -3839,10 +3839,10 @@ in
38393839
"@anthropic-ai/claude-code" = nodeEnv.buildNodePackage {
38403840
name = "_at_anthropic-ai_slash_claude-code";
38413841
packageName = "@anthropic-ai/claude-code";
3842-
version = "1.0.61";
3842+
version = "1.0.62";
38433843
src = fetchurl {
3844-
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.61.tgz";
3845-
sha512 = "+gjKzY1hsWfHoH52SgKR6E0ujCDPyyRsjyRShtZfS0urKd8VQq3D/DF3hvT3P4JJeW0YuWp5Dep0aSRON+/FFA==";
3844+
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.62.tgz";
3845+
sha512 = "uWjIvjtOudC/knp7QMJhICdIcvEP8Nuz+0Rj3DeZc5eYyHgtiYTsb5mVTou2P7OTsCfwc3ajFdbFbtyq/LwYSw==";
38463846
};
38473847
buildInputs = globalBuildInputs;
38483848
meta = {
@@ -4417,7 +4417,7 @@ in
44174417
];
44184418
}
44194419
)
4420-
sources."react-19.1.0"
4420+
sources."react-19.1.1"
44214421
(
44224422
sources."react-devtools-core-4.28.5"
44234423
// {

0 commit comments

Comments
 (0)