Skip to content

Commit 9b9661f

Browse files
fix(deps): update all non-major dependencies
1 parent 769aa49 commit 9b9661f

File tree

2 files changed

+303
-583
lines changed

2 files changed

+303
-583
lines changed

package.json

Lines changed: 13 additions & 13 deletions
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.6.1",
55
"description": "Bundle your TypeScript library with no config, powered by esbuild",
66
"license": "MIT",
77
"homepage": "https://tsup.egoist.dev/",
@@ -63,36 +63,36 @@
6363
"picocolors": "^1.1.1",
6464
"postcss-load-config": "^6.0.1",
6565
"resolve-from": "^5.0.0",
66-
"rollup": "^4.34.8",
66+
"rollup": "^4.34.9",
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.1",
7575
"@rollup/plugin-json": "6.1.0",
76-
"@swc/core": "1.10.18",
76+
"@swc/core": "1.11.8",
7777
"@types/debug": "4.1.12",
78-
"@types/node": "22.13.4",
78+
"@types/node": "22.13.9",
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.3",
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.22.6",
9090
"svelte-preprocess": "6.0.3",
9191
"terser": "^5.39.0",
9292
"ts-essentials": "10.0.4",
93-
"tsup": "8.3.6",
94-
"typescript": "5.7.3",
95-
"vitest": "3.0.6",
93+
"tsup": "8.4.0",
94+
"typescript": "5.8.2",
95+
"vitest": "3.0.8",
9696
"wait-for-expect": "3.0.2"
9797
},
9898
"engines": {

0 commit comments

Comments
 (0)