feat(templates): update deps & add @ts-check in config

This commit is contained in:
Ayo Ayco 2025-03-26 20:38:09 +01:00
parent ef9a3c382b
commit 18416798ca
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,4 @@
// @ts-check
import { defineMcFlyConfig } from '@mcflyjs/config'
export default defineMcFlyConfig({

View file

@ -1,5 +1,5 @@
{
"name": "@templates/basic",
"name": "basic-template",
"description": "McFly starter project",
"scripts": {
"start": "mcfly serve",
@ -10,10 +10,10 @@
"build:preview": "npm run build && npm run preview"
},
"devDependencies": {
"typescript": "^5.7.3"
"typescript": "^5.8.2"
},
"dependencies": {
"@mcflyjs/config": "^0.2.8",
"@mcflyjs/core": "^0.8.5"
"@mcflyjs/config": "^0.2.9",
"@mcflyjs/core": "^0.8.6"
}
}