mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
Removed unused deps
This commit is contained in:
parent
53f513e3d8
commit
acab415852
1 changed files with 3 additions and 7 deletions
|
@ -45,22 +45,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "0.4.0-pre.5",
|
||||
"@types/deep-diff": "^1.0.5",
|
||||
"@types/diff": "^5.0.8",
|
||||
"@types/yargs-parser": "^21.0.3",
|
||||
"deep-diff": "^1.0.2",
|
||||
"diff": "^5.1.0",
|
||||
"drizzle-orm": "^0.28.6",
|
||||
"esbuild": "^0.19.4",
|
||||
"github-slugger": "^2.0.0",
|
||||
"kleur": "^4.1.5",
|
||||
"nanoid": "^5.0.1",
|
||||
"open": "^9.1.0",
|
||||
"prompts": "^2.4.2",
|
||||
"yargs-parser": "^21.1.1",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/deep-diff": "^1.0.5",
|
||||
"@types/diff": "^5.0.8",
|
||||
"@types/yargs-parser": "^21.0.3",
|
||||
"@types/chai": "^4.3.6",
|
||||
"@types/mocha": "^10.0.2",
|
||||
"@types/prompts": "^2.4.8",
|
||||
|
|
Loading…
Add table
Reference in a new issue