Skip to content

Commit 809c57a

Browse files
committed
chore: upgrade tsup & deps
1 parent d6bc450 commit 809c57a

File tree

4 files changed

+103
-129
lines changed

4 files changed

+103
-129
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"consola": "^3.2.3",
5757
"debug": "^4.3.5",
5858
"esbuild": "^0.23.0",
59-
"execa": "^5.0.0",
60-
"globby": "^11.0.3",
59+
"execa": "^5.1.1",
60+
"globby": "^11.1.0",
6161
"joycon": "^3.1.1",
6262
"postcss-load-config": "^6.0.1",
6363
"resolve-from": "^5.0.0",
@@ -67,7 +67,7 @@
6767
"tree-kill": "^1.2.2"
6868
},
6969
"devDependencies": {
70-
"@microsoft/api-extractor": "^7.47.1",
70+
"@microsoft/api-extractor": "^7.47.2",
7171
"@rollup/plugin-json": "6.1.0",
7272
"@swc/core": "1.6.13",
7373
"@types/debug": "4.1.12",
@@ -88,7 +88,7 @@
8888
"svelte-preprocess": "5.0.3",
8989
"terser": "^5.31.3",
9090
"ts-essentials": "10.0.1",
91-
"tsup": "8.1.0",
91+
"tsup": "8.1.2",
9292
"typescript": "5.5.3",
9393
"vitest": "2.0.3",
9494
"wait-for-expect": "3.0.2"

pnpm-lock.yaml

Lines changed: 31 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-dom": "18.3.1",
1212
"react-select": "5.8.0",
1313
"tailwindcss": "3.4.6",
14-
"vue": "3.4.31",
14+
"vue": "3.4.32",
1515
"vue-router": "4.4.0"
1616
},
1717
"tsup": {}

0 commit comments

Comments
 (0)