Skip to content

Commit

Permalink
fix: revert #168 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey authored Nov 25, 2024
1 parent fa0b657 commit d0f5cd2
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 90 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-emus-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/vite": patch
---

Revert #168 which was causing non idempotent builds.
132 changes: 66 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.15.0",
"@marko/compiler": "^5.38.0",
"@marko/compiler": "^5.38.1",
"@marko/fixture-snapshots": "^2.2.1",
"@marko/testing-library": "^6.2.0",
"@types/babel__core": "^7.20.5",
Expand All @@ -38,9 +38,9 @@
"globals": "^15.12.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"less": "^4.2.0",
"less": "^4.2.1",
"lint-staged": "^15.2.10",
"marko": "^5.36.0",
"marko": "^5.36.1",
"mocha": "^10.8.2",
"mocha-snap": "^5.0.0",
"nyc": "^17.1.0",
Expand All @@ -49,7 +49,7 @@
"serve-handler": "^6.1.6",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11"
},
"files": [
Expand Down
Loading

0 comments on commit d0f5cd2

Please sign in to comment.