diff --git a/package-lock.json b/package-lock.json index 6d66e94..367b5ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12330,12 +12330,10 @@ "version": "0.0.0", "license": "MIT", "devDependencies": { + "astro": "^3.5.5", "semantic-release": "^22.0.8", "semantic-release-monorepo": "^7.0.5", "typescript": "^5.2.2" - }, - "peerDependencies": { - "astro": "^3.5.5" } }, "packages/context/node_modules/typescript": { diff --git a/packages/context/package.json b/packages/context/package.json index ea8dc7d..4503246 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -40,11 +40,9 @@ "./Context.astro": "./Context.astro" }, "devDependencies": { + "astro": "^3.5.5", "semantic-release": "^22.0.8", "semantic-release-monorepo": "^7.0.5", "typescript": "^5.2.2" - }, - "peerDependencies": { - "astro": "^3.5.5" } } diff --git a/packages/context/src/index.ts b/packages/context/src/index.ts index 851a6dd..44b6f94 100644 --- a/packages/context/src/index.ts +++ b/packages/context/src/index.ts @@ -1,4 +1,4 @@ -import { AstroGlobal } from "astro"; +import {AstroGlobal} from 'astro'; declare global { export namespace App { @@ -30,4 +30,4 @@ export async function asyncContext(promise: () => Promise, astro: ContextA contextHistory.pop(); return response; -} \ No newline at end of file +} diff --git a/packages/context/tsconfig.json b/packages/context/tsconfig.json index a332414..ce60da7 100644 --- a/packages/context/tsconfig.json +++ b/packages/context/tsconfig.json @@ -11,7 +11,8 @@ "allowSyntheticDefaultImports": true, "outDir": "dist", "rootDir": "src", - "declaration": true + "declaration": true, + "skipLibCheck": true }, "include": [ "src/**/*.ts" diff --git a/packages/formidable/tsconfig.json b/packages/formidable/tsconfig.json index 88c8ac1..3d8acdd 100644 --- a/packages/formidable/tsconfig.json +++ b/packages/formidable/tsconfig.json @@ -11,7 +11,8 @@ "allowSyntheticDefaultImports": true, "outDir": "dist", "rootDir": "src", - "declaration": true + "declaration": true, + "skipLibCheck": true }, "include": [ "src/**/*.ts" @@ -20,4 +21,4 @@ "src/**/*.spec.ts", "node_modules" ] - } \ No newline at end of file + } diff --git a/packages/forms/tsconfig.json b/packages/forms/tsconfig.json index d23189f..52c9b16 100644 --- a/packages/forms/tsconfig.json +++ b/packages/forms/tsconfig.json @@ -11,7 +11,8 @@ "allowSyntheticDefaultImports": true, "outDir": "dist", "rootDir": "src", - "declaration": true + "declaration": true, + "skipLibCheck": true }, "include": [ "src/**/*.ts"