Skip to content

Commit 37acf10

Browse files
committed
chore: update dependencies
1 parent 8501dc6 commit 37acf10

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"release": "pnpm build && changeset publish",
1717
"start": "pnpm build && cd packages/create-solid && pnpm start",
1818
"format": "prettier --write .",
19-
"watch:build": "turbo watch build"
19+
"watch:build": "turbo watch build",
20+
"update-deps": "ncu -u --packageFile packages/**/package.json"
2021
},
2122
"contributors": [
2223
{

packages/utils/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@
7171
"@types/node": "22.15.3",
7272
"magicast": "^0.3.5",
7373
"tsup": "^8.4.0",
74-
"typescript": "^5.8.3",
75-
"vitest": "^3.1.2"
74+
"typescript": "^5.8.3"
7675
},
7776
"publishConfig": {
7877
"access": "public"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)