feat(uuid-generator): add support for UUID v7 and update uuid package to version 11.0.0

This commit is contained in:
Sebastian Trincado 2024-12-13 16:25:15 -03:00
parent 63fbd3b45c
commit a22a17b19a
2 changed files with 4 additions and 3 deletions

View file

@ -93,7 +93,7 @@
"ulid": "^2.3.0",
"unicode-emoji-json": "^0.4.0",
"unplugin-auto-import": "^0.16.4",
"uuid": "^9.0.0",
"uuid": "^11.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.9.1",
"vue-router": "^4.1.6",