Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
7b8b4c8f45 chore(deps): update yarn (4.12.0 → 4.13.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-22 16:50:22 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[tools]
node = "24.14.0"
python = "3.14.3"
python = "3.13.12"
go = "1.26.1"

View File

@@ -27,7 +27,7 @@ experimental = true
[tools]
# Language runtimes
node = "lts"
python = "3.14.3"
python = "3.13"
go = "1.26.1"
rust = "stable"

View File

@@ -45,5 +45,5 @@
"resolutions": {
"minimatch": "^10.2.4"
},
"packageManager": "yarn@4.12.0"
"packageManager": "yarn@4.13.0"
}