Skip to content

Commit d77825f

Browse files
chore(deps): update dependency tsup to v8.0.2
1 parent 5abf134 commit d77825f

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-dom": "18.2.0",
4747
"rimraf": "5.0.5",
4848
"standard-version": "9.5.0",
49-
"tsup": "8.0.1",
49+
"tsup": "8.0.2",
5050
"typescript": "5.3.3"
5151
},
5252
"peerDependencies": {

yarn.lock

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,8 +1915,16 @@ [email protected]:
19151915
stringify-package "^1.0.1"
19161916
yargs "^16.0.0"
19171917

1918-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
1919-
name string-width-cjs
1918+
"string-width-cjs@npm:string-width@^4.2.0":
1919+
version "4.2.3"
1920+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1921+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1922+
dependencies:
1923+
emoji-regex "^8.0.0"
1924+
is-fullwidth-code-point "^3.0.0"
1925+
strip-ansi "^6.0.1"
1926+
1927+
string-width@^4.1.0, string-width@^4.2.0:
19201928
version "4.2.3"
19211929
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
19221930
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1953,8 +1961,14 @@ stringify-package@^1.0.1:
19531961
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
19541962
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
19551963

1956-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1957-
name strip-ansi-cjs
1964+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1965+
version "6.0.1"
1966+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1967+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
1968+
dependencies:
1969+
ansi-regex "^5.0.1"
1970+
1971+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
19581972
version "6.0.1"
19591973
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
19601974
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2077,10 +2091,10 @@ ts-interface-checker@^0.1.9:
20772091
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
20782092
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
20792093

2080-
2081-
version "8.0.1"
2082-
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.0.1.tgz#04a0170f7bbe77e81da3b53006b0a40282291833"
2083-
integrity sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==
2094+
2095+
version "8.0.2"
2096+
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.0.2.tgz#c63192a08386515103e2c44ac5a23bdff75c5fa1"
2097+
integrity sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==
20842098
dependencies:
20852099
bundle-require "^4.0.0"
20862100
cac "^6.7.12"
@@ -2166,8 +2180,16 @@ wordwrap@^1.0.0:
21662180
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
21672181
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
21682182

2169-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2170-
name wrap-ansi-cjs
2183+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2184+
version "7.0.0"
2185+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2186+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
2187+
dependencies:
2188+
ansi-styles "^4.0.0"
2189+
string-width "^4.1.0"
2190+
strip-ansi "^6.0.0"
2191+
2192+
wrap-ansi@^7.0.0:
21712193
version "7.0.0"
21722194
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
21732195
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)