We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d05cc commit b750fb3Copy full SHA for b750fb3
4 files changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v5
12
- uses: pnpm/action-setup@v2
13
with:
14
- version: 10.33.0
+ version: 10.33.2
15
- name: Setup Node
16
uses: actions/setup-node@v6
17
package.json
@@ -19,5 +19,5 @@
19
"prettier": "^3.8.3",
20
"vitest": "^3.2.4"
21
},
22
- "packageManager": "pnpm@10.33.0"
+ "packageManager": "pnpm@10.33.2"
23
}
packages/example/package.json
@@ -21,7 +21,7 @@
"@arethetypeswrong/cli": "^0.18.2",
"@types/feedparser": "^2.3.0",
"publint": "^0.3.18",
24
- "tsdown": "^0.21.9",
+ "tsdown": "^0.21.10",
25
"typescript": "^5.9.3"
26
27
"repository": {
0 commit comments