From ec6d7dc5754c0ad01edb08d5b67d283b5994bca8 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 8 Jan 2024 12:01:10 -0600 Subject: [PATCH] chore: update package.json --- packages/db/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/db/package.json b/packages/db/package.json index 6a9ae30b02..06fd8dcd49 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -7,17 +7,17 @@ "types": "./dist/index.d.ts", "exports": { ".": { - "import": "./dist/index.js", - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "import": "./dist/index.js" }, "./components": "./components/index.ts", "./internal": { - "import": "./dist/internal.js", - "types": "./dist/internal.d.ts" + "types": "./dist/internal.d.ts", + "import": "./dist/internal.js" }, "./internal-local": { - "import": "./dist/internal-local.js", - "types": "./dist/internal-local.d.ts" + "types": "./dist/internal-local.d.ts", + "import": "./dist/internal-local.js" } }, "typesVersions": { @@ -46,9 +46,9 @@ }, "dependencies": { "@astrojs/cli-kit": "^0.3.0", - "@astrojs/markdoc": "^0.5.2", + "@astrojs/markdoc": "workspace:*", "@libsql/client": "0.4.0-pre.5", - "astro": "^3.6.0", + "astro": "workspace:*", "better-sqlite3": "^8.7.0", "circle-rhyme-yes-measure": "workspace:^", "drizzle-orm": "^0.28.6",