Skip to content

Commit

Permalink
Merge pull request #391 from jlucaso1/chore-cleanup-vinxi-devtools
Browse files Browse the repository at this point in the history
Remove unused dependencies of vinxi-devtools
  • Loading branch information
nksaraf authored Oct 22, 2024
2 parents 2dbda1d + ccb418c commit 0e41b50
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 184 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-shrimps-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vinxi/devtools": patch
---

chore: cleanup dependencies of vinxi-devtools
1 change: 0 additions & 1 deletion packages/vinxi-devtools/devtools-dev.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import unocss from "unocss/vite";
import { config } from "vinxi/plugins/config";
import solid from "vite-plugin-solid";

import { fileURLToPath } from "node:url";
Expand Down
10 changes: 0 additions & 10 deletions packages/vinxi-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"build:mount": "bun build --jsx-runtime=classic --jsx-import-source=preact --external '*?raw' --outdir out mount.jsx"
},
"dependencies": {
"@preact/preset-vite": "^2.7.0",
"@solidjs/router": "^0.8.3",
"birpc": "^0.2.14",
"solid-js": "^1.7.11",
Expand Down Expand Up @@ -51,26 +50,17 @@
"out"
],
"devDependencies": {
"@iconify/json": "^2.2.130",
"@preact/signals": "^1.2.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/themes": "^2.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@unocss/preset-icons": "^0.56.5",
"@unocss/preset-mini": "^0.56.5",
"@unocss/preset-uno": "^0.56.5",
"@unocss/reset": "^0.56.5",
"@vitejs/plugin-react": "^4.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"esbuild": "^0.18.20",
"execa": "^8.0.1",
"preact": "^10.18.1",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react-router-dom": "^6.17.0",
"tailwind-merge": "^1.14.0",
"unocss": "^0.56.5",
"unocss-preset-radix": "^2.5.5",
Expand Down
1 change: 0 additions & 1 deletion packages/vinxi-devtools/uno.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { parseColor } from "@unocss/preset-mini/utils";
import {
defineConfig,
mergeDeep,
presetIcons,
presetUno,
presetWebFonts,
Expand Down
173 changes: 1 addition & 172 deletions pnpm-lock.yaml

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

0 comments on commit 0e41b50

Please sign in to comment.