Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jul 1, 2024
1 parent 88e6665 commit 6499ed1
Show file tree
Hide file tree
Showing 3 changed files with 3,529 additions and 2,619 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-swc",
"version": "0.0.0",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.4.0",
"description": "SWC plugin for Vite and Rollup",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -49,20 +49,20 @@
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"load-tsconfig": "^0.2.5",
"unplugin": "^1.10.1"
"unplugin": "^1.11.0"
},
"devDependencies": {
"@hannoeru/eslint-config": "^0.9.7",
"@swc/core": "^1.4.11",
"@types/node": "^20.12.5",
"@swc/core": "^1.6.6",
"@types/node": "^20.14.9",
"defu": "^6.1.4",
"esbuild": "0.20.2",
"path-exists": "^5.0.0",
"prettier": "3.2.5",
"rollup": "^4.14.0",
"rollup": "^4.18.0",
"tsup": "8.0.2",
"typescript": "5.4.4",
"vite": "^5.2.8",
"vitest": "^0.34.6"
"vite": "^5.3.2",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 6499ed1

Please sign in to comment.