Skip to content

Commit

Permalink
fix vite dep to conform to the rest of the StudioCMS Ecosystem (#37)
Browse files Browse the repository at this point in the history
* fix vite dep to conform to the rest of the StudioCMS Ecosystem

* update lockfile
  • Loading branch information
Adammatthiesen authored Jan 15, 2025
1 parent 819f21b commit 0832fd3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 393 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"fira",
"fontsource",
"frontmatter",
"heroicons",
"iconify",
"louisescher",
"Matthiesen",
Expand All @@ -27,6 +28,7 @@
"themetoggle",
"Thum",
"tsconfigs",
"vite",
"withstudiocms"
]
}
6 changes: 3 additions & 3 deletions packages/studiocms_ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"pathe": "catalog:"
},
"peerDependencies": {
"astro": "catalog:peers"
"astro": "catalog:peers",
"vite": "catalog:peers"
},
"devDependencies": {
"typescript": "catalog:",
"vite": "^6.0.7"
"typescript": "catalog:"
}
}
Loading

0 comments on commit 0832fd3

Please sign in to comment.