Skip to content

Commit

Permalink
chore(deps): "Updated package.json and pnpm-lock.yaml: removed test s…
Browse files Browse the repository at this point in the history
…cript, added @types/node as dependency, and updated versions of ts-node, typescript, and undici-types."
  • Loading branch information
m-mdy-m committed Jul 29, 2024
1 parent bc2c890 commit 78683af
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": ""
},
"repository": {
"type": "git",
Expand All @@ -34,5 +34,8 @@
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@types/node": "^22.0.0"
}
}
24 changes: 14 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 78683af

Please sign in to comment.