Skip to content

Commit 07b8631

Browse files
authored
Upgrade dependencies (#57)
* bump deps * 2.0.5 * cleanup
1 parent 55ba52a commit 07b8631

File tree

2 files changed

+167
-167
lines changed

2 files changed

+167
-167
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-node-tsc",
33
"description": "Build your Typescript Node.js projects using blazing fast esbuild",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/a7ul/esbuild-node-tsc.git"
@@ -10,7 +10,7 @@
1010
"bugs": {
1111
"url": "https://github.com/a7ul/esbuild-node-tsc/issues"
1212
},
13-
"homepage": "https://github.com/a7ul/esbuild-node-tsc#readme"
13+
"homepage": "https://github.com/a7ul/esbuild-node-tsc#readme",
1414
"main": "./dist/index.js",
1515
"bin": {
1616
"esbuild-node-tsc": "dist/index.js",
@@ -32,13 +32,13 @@
3232
"typescript"
3333
],
3434
"devDependencies": {
35-
"@types/node": "^18.7.21",
36-
"@types/yargs": "^17.0.13",
37-
"esbuild": "^0.15.9",
38-
"typescript": "^4.8.3"
35+
"@types/node": "^18.11.18",
36+
"@types/yargs": "^17.0.19",
37+
"esbuild": "^0.16.14",
38+
"typescript": "^4.9.4"
3939
},
4040
"dependencies": {
41-
"yargs": "^17.5.1"
41+
"yargs": "^17.6.2"
4242
},
4343
"peerDependencies": {
4444
"esbuild": ">=0.13.0",

0 commit comments

Comments
 (0)