Skip to content

Commit 9df3644

Browse files
chore(deps): update dependency tsup to v7 (#9622)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c03e465 commit 9df3644

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

Diff for: examples/programmatic-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
},
2626
"devDependencies": {
2727
"@types/node": "18.17.11",
28-
"tsup": "6.7.0"
28+
"tsup": "7.2.0"
2929
}
3030
}

Diff for: yarn.lock

+22-2
Original file line numberDiff line numberDiff line change
@@ -7266,7 +7266,7 @@ esbuild@^0.17.6, esbuild@~0.17.6:
72667266
"@esbuild/win32-ia32" "0.17.12"
72677267
"@esbuild/win32-x64" "0.17.12"
72687268

7269-
esbuild@^0.18.10:
7269+
esbuild@^0.18.10, esbuild@^0.18.2:
72707270
version "0.18.20"
72717271
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.18.20.tgz#4709f5a34801b43b799ab7d6d82f7284a9b7a7a6"
72727272
integrity sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==
@@ -14463,7 +14463,27 @@ tslib@~2.5.0:
1446314463
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
1446414464
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
1446514465

14466-
[email protected], tsup@^6.5.0:
14466+
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:
1446714487
version "6.7.0"
1446814488
resolved "https://registry.yarnpkg.com/tsup/-/tsup-6.7.0.tgz#416f350f32a07b6ae86792ad7e52b0cafc566d64"
1446914489
integrity sha512-L3o8hGkaHnu5TdJns+mCqFsDBo83bJ44rlK7e6VdanIvpea4ArPcU3swWGsLVbXak1PqQx/V+SSmFPujBK+zEQ==

0 commit comments

Comments
 (0)