move TypeScript lint-staged and @astrojs/check to devDependencies
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 7s
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 7s
This commit is contained in:
@@ -27,16 +27,16 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.9",
|
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@webtui/css": "^0.1.7",
|
"@webtui/css": "^0.1.7",
|
||||||
"astro": "^6.1.8",
|
"astro": "^6.1.8",
|
||||||
"tailwindcss": "^4.2.4",
|
"tailwindcss": "^4.2.4"
|
||||||
"typescript": "^6.0.3"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "2.4.13",
|
"@biomejs/biome": "2.4.13",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"lint-staged": "^16.4.0"
|
"lint-staged": "^16.4.0",
|
||||||
|
"typescript": "^6.0.3",
|
||||||
|
"@astrojs/check": "^0.9.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user