mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
deps: esbuild dev types
This commit is contained in:
parent
a8e9682d29
commit
8c7e0d851a
2 changed files with 6 additions and 2 deletions
|
@ -64,16 +64,17 @@
|
|||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.6",
|
||||
"@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",
|
||||
"@types/yargs-parser": "^21.0.3",
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"chai": "^4.3.10",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"esbuild": "^0.19.6",
|
||||
"mocha": "^10.2.0",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.11"
|
||||
|
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
@ -3845,6 +3845,9 @@ importers:
|
|||
cheerio:
|
||||
specifier: 1.0.0-rc.12
|
||||
version: 1.0.0-rc.12
|
||||
esbuild:
|
||||
specifier: ^0.19.6
|
||||
version: 0.19.11
|
||||
mocha:
|
||||
specifier: ^10.2.0
|
||||
version: 10.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue