Skip to content

Commit

Permalink
[ci] update lockfile (withastro#2240)
Browse files Browse the repository at this point in the history
* [ci] update lockfile

* fix package dependency issue

* Create heavy-pianos-obey.md

Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
2 people authored and vineryap committed Dec 22, 2021
1 parent 2792d05 commit 58f9891
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 160 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-pianos-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Pin vite to v2.6, since that is the version that we have vendored.
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"strip-ansi": "^7.0.1",
"supports-esm": "^1.0.0",
"tsconfig-resolver": "^3.0.1",
"vite": "^2.6.10",
"vite": "~2.6.10",
"yargs-parser": "^21.0.0",
"zod": "^3.8.1"
},
Expand All @@ -126,7 +126,7 @@
"chai": "^4.3.4",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.1.3",
"vite": "^2.6.10"
"vite": "~2.6.10"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
Expand Down
Loading

0 comments on commit 58f9891

Please sign in to comment.