File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
examples/programmatic-typescript Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"devDependencies" : {
27
27
"@types/node" : " 18.17.11" ,
28
- "tsup" : " 6.7 .0"
28
+ "tsup" : " 7.2 .0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change @@ -7266,7 +7266,7 @@ esbuild@^0.17.6, esbuild@~0.17.6:
7266
7266
"@esbuild/win32-ia32" "0.17.12"
7267
7267
"@esbuild/win32-x64" "0.17.12"
7268
7268
7269
- esbuild@^0.18.10:
7269
+ esbuild@^0.18.10, esbuild@^0.18.2 :
7270
7270
version "0.18.20"
7271
7271
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.18.20.tgz#4709f5a34801b43b799ab7d6d82f7284a9b7a7a6"
7272
7272
integrity sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==
@@ -14463,7 +14463,27 @@ tslib@~2.5.0:
14463
14463
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
14464
14464
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
14465
14465
14466
- tsup@6.7.0, tsup@^6.5.0:
14466
+ tsup@7.2.0:
14467
+ version "7.2.0"
14468
+ resolved "https://registry.yarnpkg.com/tsup/-/tsup-7.2.0.tgz#bb24c0d5e436477900c712e42adc67200607303c"
14469
+ integrity sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==
14470
+ dependencies:
14471
+ bundle-require "^4.0.0"
14472
+ cac "^6.7.12"
14473
+ chokidar "^3.5.1"
14474
+ debug "^4.3.1"
14475
+ esbuild "^0.18.2"
14476
+ execa "^5.0.0"
14477
+ globby "^11.0.3"
14478
+ joycon "^3.0.1"
14479
+ postcss-load-config "^4.0.1"
14480
+ resolve-from "^5.0.0"
14481
+ rollup "^3.2.5"
14482
+ source-map "0.8.0-beta.0"
14483
+ sucrase "^3.20.3"
14484
+ tree-kill "^1.2.2"
14485
+
14486
+ tsup@^6.5.0:
14467
14487
version "6.7.0"
14468
14488
resolved "https://registry.yarnpkg.com/tsup/-/tsup-6.7.0.tgz#416f350f32a07b6ae86792ad7e52b0cafc566d64"
14469
14489
integrity sha512-L3o8hGkaHnu5TdJns+mCqFsDBo83bJ44rlK7e6VdanIvpea4ArPcU3swWGsLVbXak1PqQx/V+SSmFPujBK+zEQ==
You can’t perform that action at this time.
0 commit comments