Skip to content

Commit

Permalink
Merge pull request #17 from felixranesberger/vite-v5
Browse files Browse the repository at this point in the history
feat: support Vite v5
  • Loading branch information
SubZtep authored Sep 29, 2024
2 parents 58f7634 + a43ab97 commit 4ec941b
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 237 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
},
"homepage": "https://github.com/SubZtep/vite-plugin-pug#readme",
"dependencies": {
"pug": "^3.0.2",
"picocolors": "~1"
"picocolors": "~1",
"pug": "^3.0.2"
},
"devDependencies": {
"@types/pug": "^2.0.6",
"tsup": "^6.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite": "^5.0.12",
"vitest": "^0.25.1"
}
}
Loading

0 comments on commit 4ec941b

Please sign in to comment.