Skip to content

Commit

Permalink
Upgrade dependencies (#57)
Browse files Browse the repository at this point in the history
* bump deps

* 2.0.5

* cleanup
  • Loading branch information
a7ul authored Jan 6, 2023
1 parent 55ba52a commit 07b8631
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 167 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-node-tsc",
"description": "Build your Typescript Node.js projects using blazing fast esbuild",
"version": "2.0.4",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/a7ul/esbuild-node-tsc.git"
Expand All @@ -10,7 +10,7 @@
"bugs": {
"url": "https://github.com/a7ul/esbuild-node-tsc/issues"
},
"homepage": "https://github.com/a7ul/esbuild-node-tsc#readme"
"homepage": "https://github.com/a7ul/esbuild-node-tsc#readme",
"main": "./dist/index.js",
"bin": {
"esbuild-node-tsc": "dist/index.js",
Expand All @@ -32,13 +32,13 @@
"typescript"
],
"devDependencies": {
"@types/node": "^18.7.21",
"@types/yargs": "^17.0.13",
"esbuild": "^0.15.9",
"typescript": "^4.8.3"
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.19",
"esbuild": "^0.16.14",
"typescript": "^4.9.4"
},
"dependencies": {
"yargs": "^17.5.1"
"yargs": "^17.6.2"
},
"peerDependencies": {
"esbuild": ">=0.13.0",
Expand Down
Loading

0 comments on commit 07b8631

Please sign in to comment.