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": {
|
"dependencies": {
|
||||||
"@astrojs/db": "workspace:*",
|
"@astrojs/db": "workspace:*",
|
||||||
"astro": "workspace:*",
|
"astro": "workspace:*",
|
||||||
|
"chokidar": "^3.5.3",
|
||||||
|
"drizzle-orm": "^0.28.6",
|
||||||
"fast-glob": "^3.3.2"
|
"fast-glob": "^3.3.2"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
@ -3872,6 +3872,12 @@ importers:
|
||||||
astro:
|
astro:
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../../../astro
|
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:
|
fast-glob:
|
||||||
specifier: ^3.3.2
|
specifier: ^3.3.2
|
||||||
version: 3.3.2
|
version: 3.3.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue