Skip to content

Commit eaef139

Browse files
authored
chore: update dependencies (#155)
1 parent 6f6c708 commit eaef139

5 files changed

Lines changed: 568 additions & 629 deletions

File tree

dist/index.js

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "git",
1818
"url": "https://github.com/fast-actions/setup-dotnet"
1919
},
20-
"packageManager": "pnpm@10.33.4",
20+
"packageManager": "pnpm@11.5.1",
2121
"scripts": {
2222
"build": "tsc && vite build",
2323
"test": "vitest run",
@@ -30,20 +30,20 @@
3030
"validate": "pnpm format && pnpm lint && pnpm knip && pnpm build && pnpm test"
3131
},
3232
"dependencies": {
33-
"@actions/cache": "6.0.0",
33+
"@actions/cache": "6.0.1",
3434
"@actions/core": "3.0.1",
3535
"@actions/exec": "3.0.0",
3636
"@actions/io": "3.0.2",
3737
"@actions/tool-cache": "4.0.0",
3838
"jsonc-parser": "3.3.1"
3939
},
4040
"devDependencies": {
41-
"@biomejs/biome": "2.4.15",
42-
"@types/node": "24.12.4",
43-
"knip": "6.6.2",
41+
"@biomejs/biome": "2.4.16",
42+
"@types/node": "25.9.1",
43+
"knip": "6.15.0",
4444
"prettier": "3.8.3",
45-
"typescript": "5.9.3",
46-
"vite": "8.0.12",
47-
"vitest": "4.1.6"
45+
"typescript": "6.0.3",
46+
"vite": "8.0.16",
47+
"vitest": "4.1.8"
4848
}
4949
}

0 commit comments

Comments
 (0)