Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35e622c

Browse files
authoredFeb 27, 2025··
fix(deps): update all non-major dependencies
1 parent 769aa49 commit 35e622c

File tree

2 files changed

+187
-474
lines changed

2 files changed

+187
-474
lines changed
 

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tsup",
33
"version": "8.4.0",
4-
"packageManager": "pnpm@10.4.1",
4+
"packageManager": "pnpm@10.5.2",
55
"description": "Bundle your TypeScript library with no config, powered by esbuild",
66
"license": "MIT",
77
"homepage": "https://tsup.egoist.dev/",
@@ -67,32 +67,32 @@
6767
"source-map": "0.8.0-beta.0",
6868
"sucrase": "^3.35.0",
6969
"tinyexec": "^0.3.2",
70-
"tinyglobby": "^0.2.11",
70+
"tinyglobby": "^0.2.12",
7171
"tree-kill": "^1.2.2"
7272
},
7373
"devDependencies": {
74-
"@microsoft/api-extractor": "^7.50.0",
74+
"@microsoft/api-extractor": "^7.51.0",
7575
"@rollup/plugin-json": "6.1.0",
76-
"@swc/core": "1.10.18",
76+
"@swc/core": "1.11.4",
7777
"@types/debug": "4.1.12",
78-
"@types/node": "22.13.4",
78+
"@types/node": "22.13.5",
7979
"@types/resolve": "1.20.6",
8080
"bumpp": "^10.0.3",
8181
"flat": "6.0.1",
82-
"postcss": "8.5.2",
82+
"postcss": "8.5.3",
8383
"postcss-simple-vars": "7.0.1",
84-
"prettier": "3.5.1",
84+
"prettier": "3.5.2",
8585
"resolve": "1.22.10",
8686
"rollup-plugin-dts": "6.1.1",
87-
"sass": "1.85.0",
87+
"sass": "1.85.1",
8888
"strip-json-comments": "5.0.1",
89-
"svelte": "5.19.9",
89+
"svelte": "5.20.5",
9090
"svelte-preprocess": "6.0.3",
9191
"terser": "^5.39.0",
9292
"ts-essentials": "10.0.4",
93-
"tsup": "8.3.6",
93+
"tsup": "8.4.0",
9494
"typescript": "5.7.3",
95-
"vitest": "3.0.6",
95+
"vitest": "3.0.7",
9696
"wait-for-expect": "3.0.2"
9797
},
9898
"engines": {

‎pnpm-lock.yaml

+176-463
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.