Skip to content

Commit 231ffc2

Browse files
committed
bump esbuild
1 parent 37ecd56 commit 231ffc2

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 3 additions & 3 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": "1.4.1",
4+
"version": "1.4.2",
55
"main": "./dist/index.js",
66
"bin": {
77
"esbuild-node-tsc": "dist/index.js",
@@ -22,14 +22,14 @@
2222
"typescript"
2323
],
2424
"devDependencies": {
25-
"@types/node": "^14.14.37",
25+
"@types/node": "^14.14.39",
2626
"@types/rimraf": "^3.0.0",
2727
"@types/yargs": "^16.0.1",
2828
"typescript": "^4.0.2"
2929
},
3030
"dependencies": {
3131
"cpy": "^8.1.2",
32-
"esbuild": "^0.11.10",
32+
"esbuild": "^0.11.11",
3333
"rimraf": "^3.0.2",
3434
"yargs": "^16.2.0"
3535
},

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@
2828
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21"
2929
integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==
3030

31-
"@types/node@*", "@types/node@^14.14.37":
31+
"@types/node@*":
3232
version "14.14.37"
3333
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
3434
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
3535

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+
3641
"@types/rimraf@^3.0.0":
3742
version "3.0.0"
3843
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.0.tgz#b9d03f090ece263671898d57bb7bb007023ac19f"
@@ -312,10 +317,10 @@ emoji-regex@^8.0.0:
312317
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
313318
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
314319

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==
319324

320325
escalade@^3.1.1:
321326
version "3.1.1"

0 commit comments

Comments
 (0)