Skip to content

Commit 6f25ae6

Browse files
committed
fix: set minimum uuid version to v10
1 parent d507747 commit 6f25ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"check": "pnpm format:check && pnpm lint && pnpm typecheck && pnpm test"
3434
},
3535
"dependencies": {
36-
"uuid": ">=8.3.0"
36+
"uuid": ">=10"
3737
},
3838
"devDependencies": {
3939
"@eslint/js": "9.26.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)