Skip to content

Commit fd44c72

Browse files
committed
feat(UUID Generator): add v6 and v7 versions
1 parent 08d977b commit fd44c72

File tree

6 files changed

+6462
-8090
lines changed

6 files changed

+6462
-8090
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@regexper/render": "^1.0.0",
4343
"@sindresorhus/slugify": "^2.2.1",
4444
"@tabler/icons-vue": "^3.20.0",
45-
"@tiptap/pm": "2.1.6",
46-
"@tiptap/starter-kit": "2.1.6",
47-
"@tiptap/vue-3": "2.0.3",
45+
"@tiptap/pm": "2.11.0",
46+
"@tiptap/starter-kit": "2.11.0",
47+
"@tiptap/vue-3": "2.11.0",
4848
"@types/figlet": "^1.5.8",
4949
"@types/markdown-it": "^13.0.7",
5050
"@vicons/material": "^0.12.0",
@@ -94,7 +94,7 @@
9494
"ulid": "^2.3.0",
9595
"unicode-emoji-json": "^0.4.0",
9696
"unplugin-auto-import": "^0.16.4",
97-
"uuid": "^9.0.0",
97+
"uuid": "^11.0.3",
9898
"vue": "^3.3.4",
9999
"vue-i18n": "^9.9.1",
100100
"vue-router": "^4.1.6",
@@ -123,7 +123,7 @@
123123
"@types/node-forge": "^1.3.2",
124124
"@types/qrcode": "^1.5.0",
125125
"@types/ua-parser-js": "^0.7.36",
126-
"@types/uuid": "^9.0.0",
126+
"@types/uuid": "^10.0.0",
127127
"@unocss/eslint-config": "^0.57.0",
128128
"@vitejs/plugin-vue": "^4.3.2",
129129
"@vitejs/plugin-vue-jsx": "^3.0.2",

0 commit comments

Comments
 (0)