Skip to content

Commit

Permalink
Merge pull request #3203 from KBVE/patch-atomic-astro-cleanup-11-10-2…
Browse files Browse the repository at this point in the history
…024-1731241824

[CI] Merge patch-atomic-astro-cleanup-11-10-2024-1731241824 into dev
  • Loading branch information
h0lybyte authored Nov 10, 2024
2 parents 936f678 + 69b8ce8 commit 52fc2fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 371 deletions.
17 changes: 16 additions & 1 deletion apps/kbve.com/src/content/journal/11-10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,19 @@ import { Adsense, Tasks } from '@kbve/astropad';
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.


- 07:30AM

**Vue**

We can take out the `vue` package as well, following the same command from the `preact` earlier.
```shell
pnpm remove @astrojs/vue vue
```

However I will run those later when I get back to the monorepo.
After we run that, we will need to make sure to clean up the cache.

```shell
pnpm nx reset
```
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/svelte": "^5.7.2",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vue": "^4.5.2",
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/runtime": "7.24.5",
Expand Down Expand Up @@ -123,8 +122,7 @@
"vite": "5.0.9",
"vite-plugin-dts": "~3.8.3",
"vite-plugin-top-level-await": "^1.4.4",
"vitest": "^1.6.0",
"vue": "^3.5.12"
"vitest": "^1.6.0"
},
"dependencies": {
"@astrojs/ts-plugin": "^1.10.3",
Expand Down
Loading

0 comments on commit 52fc2fe

Please sign in to comment.