Skip to content

Commit 87670b6

Browse files
committed
build: update deps
1 parent 8f8af80 commit 87670b6

File tree

2 files changed

+55
-56
lines changed

2 files changed

+55
-56
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lint:spell": "cspell lint --relative --no-progress '**'",
4848
"lint:ts": "eslint --cache .",
4949
"lint:type": "pnpm -r run --parallel lint:type",
50-
"lint:website": "cd website && pnpm run lint",
50+
"lint:website": "pnpm -F './website' run lint",
5151
"prepare": "husky install && pnpm run build",
5252
"test": "vitest --run --logHeapUsage",
5353
"test:ui": "vitest --ui",
@@ -63,8 +63,8 @@
6363
"@typescript-eslint/parser": "7.7.0",
6464
"@typescript-eslint/rule-tester": "^7.7.0",
6565
"@vitest/ui": "1.5.0",
66-
"bun": "1.1.3",
67-
"bun-types": "1.1.3",
66+
"bun": "1.1.4",
67+
"bun-types": "1.1.4",
6868
"code-block-writer": "13.0.1",
6969
"cspell": "8.7.0",
7070
"dedent": "1.5.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)