Skip to content

Commit

Permalink
feat(UUID Generator): add v6 and v7 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Jan 1, 2025
1 parent 08d977b commit f259a28
Show file tree
Hide file tree
Showing 6 changed files with 6,462 additions and 8,090 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit f259a28

Please sign in to comment.