feat(templates): update deps & add @ts-check in config
This commit is contained in:
parent
ef9a3c382b
commit
18416798ca
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// @ts-check
|
||||||
import { defineMcFlyConfig } from '@mcflyjs/config'
|
import { defineMcFlyConfig } from '@mcflyjs/config'
|
||||||
|
|
||||||
export default defineMcFlyConfig({
|
export default defineMcFlyConfig({
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@templates/basic",
|
"name": "basic-template",
|
||||||
"description": "McFly starter project",
|
"description": "McFly starter project",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "mcfly serve",
|
"start": "mcfly serve",
|
||||||
|
@ -10,10 +10,10 @@
|
||||||
"build:preview": "npm run build && npm run preview"
|
"build:preview": "npm run build && npm run preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5.7.3"
|
"typescript": "^5.8.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mcflyjs/config": "^0.2.8",
|
"@mcflyjs/config": "^0.2.9",
|
||||||
"@mcflyjs/core": "^0.8.5"
|
"@mcflyjs/core": "^0.8.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue