Skip to content

Commit

Permalink
feat: upgrade ts to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
acrazing committed Oct 9, 2024
1 parent 78bd674 commit 6f8e0de
Show file tree
Hide file tree
Showing 3 changed files with 1,008 additions and 888 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"upgrade": true,
"reject": ["chalk", "ora"]
"reject": ["chalk", "ora", "glob"]
}
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dpdm",
"version": "3.14.0",
"version": "3.15.0",
"description": "Analyze circular dependencies in your JavaScript/TypeScript projects.",
"keywords": [
"circular",
Expand Down Expand Up @@ -52,24 +52,24 @@
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/yargs": "^17.0.32",
"husky": "^8.0.3",
"@types/jest": "^29.5.13",
"@types/yargs": "^17.0.33",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"dependencies": {
"chalk": "^4.1.2",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"ora": "^5.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"yargs": "^17.7.2"
},
"lint-staged": {
Expand All @@ -87,5 +87,6 @@
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf"
}
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
Loading

0 comments on commit 6f8e0de

Please sign in to comment.