We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046c61b commit 2394d0bCopy full SHA for 2394d0b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 22
19
- run: npm install
20
- - run: npm install typescript@5.0.2
+ - run: npm install typescript@5.5.2
21
- run: npm run build
22
- run: npm run test
23
package.json
@@ -26,7 +26,7 @@
26
},
27
"homepage": "https://github.com/timocov/ts-transformer-properties-rename",
28
"peerDependencies": {
29
- "typescript": ">=5.0.2"
+ "typescript": ">=5.5"
30
31
"devDependencies": {
32
"@types/chai": "~5.0.1",
0 commit comments