Skip to content

Commit

Permalink
clients/astro: move tsconfig to devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Mar 4, 2024
1 parent 395314f commit c121ba1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
5 changes: 5 additions & 0 deletions clients/.changeset/rude-ravens-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@polar-sh/astro": patch
---

Fix tsconfig dependency
2 changes: 1 addition & 1 deletion clients/packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"eslint-plugin-astro": "^0.31.4",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.13.0",
"tsconfig": "workspace:*",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand All @@ -34,7 +35,6 @@
},
"dependencies": {
"@astrojs/check": "^0.5.4",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "5.3.3"
},
Expand Down
29 changes: 26 additions & 3 deletions clients/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c121ba1

Please sign in to comment.