Skip to content

Commit

Permalink
update dts plugin for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Jul 16, 2024
1 parent 7c9263e commit a0bc838
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 236 deletions.
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build"
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/node": "^18.16.1",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-dts": "^2.3.0"
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
"@types/react": "^18.3.3"
Expand Down
Loading

0 comments on commit a0bc838

Please sign in to comment.