Skip to content

Commit

Permalink
fix vite dep to conform to the rest of the StudioCMS Ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Jan 15, 2025
1 parent be70bf5 commit 977fcfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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:"
}
}
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ catalog:
catalogs:
peers:
astro: ^4.5 || ^5.0.0-beta.0
vite: ^5.0.0 || ^6.0.0

0 comments on commit 977fcfb

Please sign in to comment.