File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esbuild-node-tsc" ,
3
3
"description" : " Build your Typescript Node.js projects using blazing fast esbuild" ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 1.4.2 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"bin" : {
7
7
"esbuild-node-tsc" : " dist/index.js" ,
22
22
" typescript"
23
23
],
24
24
"devDependencies" : {
25
- "@types/node" : " ^14.14.37 " ,
25
+ "@types/node" : " ^14.14.39 " ,
26
26
"@types/rimraf" : " ^3.0.0" ,
27
27
"@types/yargs" : " ^16.0.1" ,
28
28
"typescript" : " ^4.0.2"
29
29
},
30
30
"dependencies" : {
31
31
"cpy" : " ^8.1.2" ,
32
- "esbuild" : " ^0.11.10 " ,
32
+ "esbuild" : " ^0.11.11 " ,
33
33
"rimraf" : " ^3.0.2" ,
34
34
"yargs" : " ^16.2.0"
35
35
},
Original file line number Diff line number Diff line change 28
28
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21"
29
29
integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==
30
30
31
- " @types/node@*" , "@types/node@^14.14.37" :
31
+ " @types/node@* " :
32
32
version "14.14.37"
33
33
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
34
34
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
35
35
36
+ " @types/node@^14.14.39 " :
37
+ version "14.14.39"
38
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.39.tgz#9ef394d4eb52953d2890e4839393c309aa25d2d1"
39
+ integrity sha512-Qipn7rfTxGEDqZiezH+wxqWYR8vcXq5LRpZrETD19Gs4o8LbklbmqotSUsMU+s5G3PJwMRDfNEYoxrcBwIxOuw==
40
+
36
41
" @types/rimraf@^3.0.0 " :
37
42
version "3.0.0"
38
43
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.0.tgz#b9d03f090ece263671898d57bb7bb007023ac19f"
@@ -312,10 +317,10 @@ emoji-regex@^8.0.0:
312
317
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
313
318
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
314
319
315
- esbuild@^0.11.10 :
316
- version "0.11.10 "
317
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.10 .tgz#f5d39e4d9cc130b78d751664fef1b663240f5545 "
318
- integrity sha512-XvGbf+UreVFA24Tlk6sNOqNcvF2z49XAZt4E7A4H80+yqn944QOLTTxaU0lkdYNtZKFiITNea+VxmtrfjvnLPA ==
320
+ esbuild@^0.11.11 :
321
+ version "0.11.11 "
322
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.11 .tgz#8f235e0a1a34253a47fd80d51f12084dd98074bd "
323
+ integrity sha512-iq5YdV63vY/nUAFIvY92BXVkYjMbOchnofLKoLKMPZIa4uuIJAJG9WRA+ZRjQBZbrsORUwvZcANeG2d3p46PJQ ==
319
324
320
325
escalade@^3.1.1 :
321
326
version "3.1.1"
You can’t perform that action at this time.
0 commit comments