Skip to content

Commit 2394d0b

Browse files
committed
Bumped min typescript to 5.5
1 parent 046c61b commit 2394d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 22
1919
- run: npm install
20-
- run: npm install typescript@5.0.2
20+
- run: npm install typescript@5.5.2
2121
- run: npm run build
2222
- run: npm run test
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/timocov/ts-transformer-properties-rename",
2828
"peerDependencies": {
29-
"typescript": ">=5.0.2"
29+
"typescript": ">=5.5"
3030
},
3131
"devDependencies": {
3232
"@types/chai": "~5.0.1",

0 commit comments

Comments
 (0)