Skip to content

Commit 4036b54

Browse files
committed
fix: peers
1 parent 8709c5d commit 4036b54

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pnpm-workspace.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
peerDependencyRules:
2-
allowedVersions:
3-
eslint: ^9.0.0
4-
typescript: ^5.0.0
5-
hono: ^3.0.0
2+
# `allowedVersions` is currently broken, see pnpm/pnpm#9449.
3+
allowAny:
4+
- eslint
5+
- typescript
6+
- hono
67

78
ignoreMissing:
89
- vitest

0 commit comments

Comments
 (0)