From d99da6b11aef0101604a42f64e7cc798ccf09489 Mon Sep 17 00:00:00 2001 From: pranalidhanavade Date: Fri, 6 Dec 2024 00:01:08 +0530 Subject: [PATCH] chore: upgrade astro to 4.16.17 version Signed-off-by: pranalidhanavade --- deno.json | 4 ++++ deno.lock | 2 +- import_map.json | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 deno.json create mode 100644 import_map.json diff --git a/deno.json b/deno.json new file mode 100644 index 00000000..de999ca5 --- /dev/null +++ b/deno.json @@ -0,0 +1,4 @@ +{ + "importMap": "./import_map.json" + } + \ No newline at end of file diff --git a/deno.lock b/deno.lock index 2567e52f..0e47d978 100644 --- a/deno.lock +++ b/deno.lock @@ -88,7 +88,7 @@ "npm:@typescript-eslint/parser@^7.9.0", "npm:apexcharts@^3.49.1", "npm:astro-eslint-parser@^1.0.2", - "npm:astro@^5.0.3", + "npm:astro@^4.16.17", "npm:autoprefixer@^10.4.19", "npm:axios@^1.6.8", "npm:babel-eslint@^10.1.0", diff --git a/import_map.json b/import_map.json new file mode 100644 index 00000000..edd73378 --- /dev/null +++ b/import_map.json @@ -0,0 +1,6 @@ +{ + "imports": { + "@astrojs/markdown-remark": "./node_modules/@astrojs/markdown-remark/index.js" + } + } + \ No newline at end of file