Skip to content

Commit

Permalink
fix: tsup missing @swc/core
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcherGu committed Jul 17, 2024
1 parent ac41291 commit c30d557
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 344 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
},
"devDependencies": {
"@lightwing/eslint-config": "^1.0.64",
"@types/node": "^20.14.10",
"@swc/core": "^1.6.13",
"@types/node": "^20.14.11",
"eslint": "^9.7.0",
"lint-staged": "^15.2.7",
"npm-check-updates": "^16.14.20",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.1.0",
"tsup": "^8.1.1",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
},
Expand Down
Loading

0 comments on commit c30d557

Please sign in to comment.