Skip to content

Commit a86a121

Browse files
committed
add depdeps to utils
1 parent 0f9f769 commit a86a121

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/devtools-utils/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@
8888
"react": {
8989
"optional": true
9090
},
91-
"solid-js": {
92-
"optional": true
93-
},
9491
"vue": {
9592
"optional": true
9693
}
@@ -110,6 +107,7 @@
110107
"build": "vite build && vite build --config vite.config.preact.ts && vite build --config vite.config.vue.ts && vite build --config vite.config.solid-class.ts && tsup"
111108
},
112109
"devDependencies": {
110+
"solid-js": "^1.9.9",
113111
"tsup": "^8.5.0",
114112
"tsup-preset-solid": "^2.2.0",
115113
"vite-plugin-solid": "^2.11.8"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)