Skip to content

Commit

Permalink
fix: remove previous changes to implement new approach
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Dec 12, 2024
1 parent a58aeee commit 862efbf
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,25 @@
"astro": "astro"
},
"dependencies": {
"@deno/astro-adapter": "^0.1.2",
"@astrojs/react": "^3.3.4",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/starlight": "^0.22.3",
"@astrojs/tailwind": "^5.1.0",
"@babel/runtime": "^7.24.5",
"@babel/runtime-corejs3": "^7.24.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@deno/astro-adapter": "^0.1.2",
"@faker-js/faker": "^8.4.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.4",
"@shadcn/ui": "^0.0.4",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/browser": "^9.0.1",
"@supabase/supabase-js": "^2.43.2",
"@tanstack/react-form": "^0.19.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"apexcharts": "^3.49.1",
"astro": "^4.8.4",
"axios": "^1.6.8",
"cookie": "^0.6.0",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"dom-to-image": "^2.6.0",
"downloadjs": "^1.4.7",
Expand Down Expand Up @@ -72,12 +74,9 @@
"tailwindcss": "^3.4.3",
"uuid": "^9.0.1",
"vite": "^5.2.11",
"yup": "^1.4.0",
"@tanstack/react-form": "^0.19.5",
"apexcharts": "^3.49.1"
"yup": "^1.4.0"
},
"devDependencies": {

"@types/cookie": "^0.6.0",
"@types/crypto-js": "^4.2.2",
"@types/dom-to-image": "^2.6.7",
Expand All @@ -100,4 +99,4 @@
"eslint-plugin-tsdoc": "^0.2.17",
"postcss": "^8.4.38"
}
}
}

1 comment on commit 862efbf

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 862efbf Dec 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@astrojs/markdown-remark" not prefixed with / or ./ or ../

Please sign in to comment.