Skip to content

Commit

Permalink
manually install dependencies to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky committed Sep 9, 2023
1 parent 97c9dbb commit 41c6a89
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 10 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/react": "^3.0.0",
"@astrojs/vercel": "^4.0.2",
"@propelauth/base-elements": "^0.0.16",
Expand Down Expand Up @@ -59,6 +60,7 @@
"postgres": "^3.3.4",
"posthog-js": "^1.69.0",
"posthog-node": "^3.1.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"rad-event-listener": "^0.2.4",
"react": "^18.0.0",
Expand All @@ -68,11 +70,12 @@
"solid-js": "^1.7.6",
"stripe": "^12.12.0",
"tsx": "^3.12.7",
"typescript": "^5.2.2",
"unthunk": "^0.0.1",
"wretch": "^2.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.3"
}
}
Loading

0 comments on commit 41c6a89

Please sign in to comment.