move typescript to devDependencies
This commit is contained in:
parent
3ad9979964
commit
638096a8d4
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
"astro-vtbot": "^1.7.23",
|
||||
"figlet": "^1.7.0",
|
||||
"modern-normalize": "^2.0.0",
|
||||
"postcss-preset-env": "^9.5.14",
|
||||
"typescript": "^5.4.5"
|
||||
"postcss-preset-env": "^9.5.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/figlet": "^1.5.8",
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-astro": "^1.2.0",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript-eslint": "^7.13.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue