File tree Expand file tree Collapse file tree 2 files changed +167
-167
lines changed
Expand file tree Collapse file tree 2 files changed +167
-167
lines changed Original file line number Diff line number Diff line change 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"
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments