mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
deps: make esbuild standard dep
This commit is contained in:
parent
8c7e0d851a
commit
eb13dd3a4b
2 changed files with 5 additions and 5 deletions
|
@ -61,7 +61,8 @@
|
|||
"nanoid": "^5.0.1",
|
||||
"prompts": "^2.4.2",
|
||||
"yargs-parser": "^21.1.1",
|
||||
"zod": "^3.22.4"
|
||||
"zod": "^3.22.4",
|
||||
"esbuild": "^0.19.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.6",
|
||||
|
@ -74,7 +75,6 @@
|
|||
"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"
|
||||
|
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
@ -3799,6 +3799,9 @@ importers:
|
|||
drizzle-orm:
|
||||
specifier: ^0.28.6
|
||||
version: 0.28.6(@libsql/client@0.4.3)
|
||||
esbuild:
|
||||
specifier: ^0.19.6
|
||||
version: 0.19.11
|
||||
kleur:
|
||||
specifier: ^4.1.5
|
||||
version: 4.1.5
|
||||
|
@ -3845,9 +3848,6 @@ 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