Skip to content

Commit

Permalink
chore(deps): removing preact from the package, as it is no longer nee…
Browse files Browse the repository at this point in the history
…ded.
  • Loading branch information
h0lybyte committed Nov 10, 2024
1 parent 41bd571 commit cafec84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 222 deletions.
5 changes: 4 additions & 1 deletion apps/kbve.com/src/content/journal/11-10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ import { Adsense, Tasks } from '@kbve/astropad';
**Package**

I am going to go through the package again and see if there are any libraries that we need to update or remove.
We are no longer supporting `appwrite`, so lets go ahead and remove that one.
We are no longer supporting `appwrite`, so lets go ahead and remove that one.
I believe we can also drop the `preact` libraries as well.
`"@astrojs/preact": "^3.5.3"` and `preact` both could be removed.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
Expand Down Expand Up @@ -105,7 +104,6 @@
"lit": "^3.2.1",
"nanostores": "^0.9.5",
"nx": "20.0.12",
"preact": "^10.24.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit cafec84

Please sign in to comment.