mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
deps: chokidar, drizzle
This commit is contained in:
parent
6e2513f276
commit
83933143ac
2 changed files with 8 additions and 0 deletions
2
packages/db/test/fixtures/glob/package.json
vendored
2
packages/db/test/fixtures/glob/package.json
vendored
|
@ -11,6 +11,8 @@
|
|||
"dependencies": {
|
||||
"@astrojs/db": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"chokidar": "^3.5.3",
|
||||
"drizzle-orm": "^0.28.6",
|
||||
"fast-glob": "^3.3.2"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
@ -3872,6 +3872,12 @@ importers:
|
|||
astro:
|
||||
specifier: workspace:*
|
||||
version: link:../../../../astro
|
||||
chokidar:
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
drizzle-orm:
|
||||
specifier: ^0.28.6
|
||||
version: 0.28.6(@libsql/client@0.4.0-pre.5)
|
||||
fast-glob:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue