Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 7290ec1 commit db30161
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@semantic-release/npm": "11.0.2",
"@types/minimist": "1.2.5",
"minimist": "1.2.8",
"prettier": "3.2.4",
"prettier": "3.2.5",
"semantic-release": "23.0.0",
"ts-node": "10.9.2"
},
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "ts-node/node16/tsconfig.json",
"ts-node": {
"files": true,
"files": true
},
"compilerOptions": {
"moduleResolution": "Node16",
"moduleResolution": "Node16"
},
"include": ["scripts"],
"include": ["scripts"]
}

0 comments on commit db30161

Please sign in to comment.