Skip to content

Commit

Permalink
chore: upgrade tsup & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 17, 2024
1 parent 0355b03 commit c78bfae
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 129 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"consola": "^3.2.3",
"debug": "^4.3.5",
"esbuild": "^0.23.0",
"execa": "^5.0.0",
"globby": "^11.0.3",
"execa": "^5.1.1",
"globby": "^11.1.0",
"joycon": "^3.1.1",
"postcss-load-config": "^6.0.1",
"resolve-from": "^5.0.0",
Expand All @@ -67,7 +67,7 @@
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.1",
"@microsoft/api-extractor": "^7.47.2",
"@rollup/plugin-json": "6.1.0",
"@swc/core": "1.6.13",
"@types/debug": "4.1.12",
Expand All @@ -88,7 +88,7 @@
"svelte-preprocess": "5.0.3",
"terser": "^5.31.3",
"ts-essentials": "10.0.1",
"tsup": "8.1.0",
"tsup": "8.1.2",
"typescript": "5.5.3",
"vitest": "2.0.3",
"wait-for-expect": "3.0.2"
Expand Down
88 changes: 31 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "18.3.1",
"react-select": "5.8.0",
"tailwindcss": "3.4.6",
"vue": "3.4.31",
"vue": "3.4.32",
"vue-router": "4.4.0"
},
"tsup": {}
Expand Down
Loading

0 comments on commit c78bfae

Please sign in to comment.