Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#51)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix: don't unwrap

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Dec 2, 2024
1 parent 56eb923 commit 43111a6
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 375 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsdown",
"version": "0.3.1",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"description": "An even faster bundler powered by Rolldown.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -60,24 +60,24 @@
"rolldown": "nightly",
"tinyglobby": "^0.2.10",
"unconfig": "^0.6.0",
"unplugin-isolated-decl": "^0.8.1",
"unplugin-isolated-decl": "^0.9.1",
"unplugin-unused": "^0.2.3"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.4.1",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/debug": "^4.1.12",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"execa": "^9.5.1",
"fdir": "^6.4.2",
"oxc-transform": "^0.37.0",
"prettier": "^3.3.3",
"oxc-transform": "^0.38.0",
"prettier": "^3.4.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 43111a6

Please sign in to comment.