feat(UUID Generator): add v6 and v7 versions

This commit is contained in:
ShareVB 2025-01-01 18:26:54 +01:00
parent 08d977b8cd
commit fd44c72fc5
6 changed files with 6336 additions and 7964 deletions

View file

@ -42,9 +42,9 @@
"@regexper/render": "^1.0.0",
"@sindresorhus/slugify": "^2.2.1",
"@tabler/icons-vue": "^3.20.0",
"@tiptap/pm": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@tiptap/vue-3": "2.0.3",
"@tiptap/pm": "2.11.0",
"@tiptap/starter-kit": "2.11.0",
"@tiptap/vue-3": "2.11.0",
"@types/figlet": "^1.5.8",
"@types/markdown-it": "^13.0.7",
"@vicons/material": "^0.12.0",
@ -94,7 +94,7 @@
"ulid": "^2.3.0",
"unicode-emoji-json": "^0.4.0",
"unplugin-auto-import": "^0.16.4",
"uuid": "^9.0.0",
"uuid": "^11.0.3",
"vue": "^3.3.4",
"vue-i18n": "^9.9.1",
"vue-router": "^4.1.6",
@ -123,7 +123,7 @@
"@types/node-forge": "^1.3.2",
"@types/qrcode": "^1.5.0",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.0",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^0.57.0",
"@vitejs/plugin-vue": "^4.3.2",
"@vitejs/plugin-vue-jsx": "^3.0.2",