Skip to content

Commit

Permalink
Update unbuild (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Nov 27, 2024
1 parent cdb2e1f commit ec0f7c3
Show file tree
Hide file tree
Showing 3 changed files with 1,076 additions and 882 deletions.
7 changes: 7 additions & 0 deletions .changeset/tender-roses-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@joshwooding/vite-plugin-react-docgen-typescript": minor
---

- Update build tooling
- Fix typescript and path imports
- Refactor loops to improve performance
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
"@types/react": "^18.0.0",
"react": "^18.0.0",
"typescript": "^4.3.0",
"unbuild": "^1.0.2",
"unbuild": "^2.0.0",
"vite": "^6.0.0",
"vitest": "^2.0.0"
},
"resolutions": {
"@joshwooding/vite-plugin-react-docgen-typescript": "workspace:*"
"@joshwooding/vite-plugin-react-docgen-typescript": "workspace:*",
"esbuild": "^0.24.0"
},
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit ec0f7c3

Please sign in to comment.