Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Nov 19, 2024
1 parent 7157ebf commit 05d479c
Show file tree
Hide file tree
Showing 6 changed files with 2,651 additions and 4,297 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ functions/[[path]].js
.envrc
.netlify
.idea
.astro
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"format": "prettier --check --write . src/**/*.astro"
},
"dependencies": {
"@fontsource/inter": "^5.0.15",
"@fortawesome/fontawesome-free": "^6.4.2",
"astro": "^3.6.0",
"cache-parser": "^1.2.4",
"prettier-plugin-astro": "^0.12.2",
"tailwind-merge": "^2.0.0"
"@fontsource/inter": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.7.0",
"astro": "^4.16.13",
"cache-parser": "^1.2.5",
"prettier-plugin-astro": "^0.14.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@astrojs/netlify": "^3.0.4",
"@astrojs/tailwind": "^5.0.2",
"@lshay/prettier-config": "^0.6.1",
"@tailwindcss/forms": "^0.5.7",
"prettier": "^3.1.0",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
"@astrojs/netlify": "^5.5.4",
"@astrojs/tailwind": "^5.1.2",
"@lshay/prettier-config": "^0.7.0",
"@tailwindcss/forms": "^0.5.9",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15"
},
"engines": {
"node": "18.x"
Expand Down
Loading

1 comment on commit 05d479c

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 05d479c Nov 19, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Module not found "file:///src/main.ts".

Please sign in to comment.