Skip to content

Commit 48f27a0

Browse files
committed
refactor(useFormKitSection): replace uuid with crypto.randomUUID for ID generation
1 parent 9e49e70 commit 48f27a0

File tree

3 files changed

+240
-1034
lines changed

3 files changed

+240
-1034
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@
9494
"@intlify/core": "^11.1.5",
9595
"primeicons": "^7.0.0",
9696
"primevue": "^4.3.5",
97-
"uuid": "^11.1.0",
9897
"vue-i18n": "^11.1.5"
9998
},
10099
"devDependencies": {
101-
"@antfu/eslint-config": "^4.13.2",
100+
"@antfu/eslint-config": "^4.13.3",
102101
"@formkit/core": "^1.6.9",
103102
"@formkit/drag-and-drop": "^0.5.3",
104103
"@primeuix/themes": "^1.1.1",
@@ -121,7 +120,7 @@
121120
"cookie": "^1.0.2",
122121
"esbuild": "^0.25.5",
123122
"eslint": "^9.28.0",
124-
"happy-dom": "^17.6.1",
123+
"happy-dom": "^17.6.3",
125124
"json-editor-vue": "^0.18.1",
126125
"mkdist": "^2.3.0",
127126
"quill": "^2.0.3",

0 commit comments

Comments
 (0)