mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
refactor: Replace UUID dependency with window.crypto.randomUUID() (#601)
Remove the UUID dependency and replaces it with the `window.crypto.randomUUID()` method. By utilizing the native browser function, we eliminate the need for an external library.
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
"raw-loader": "^4.0.2",
|
||||
"sass": "^1.63.4",
|
||||
"sass-loader": "^13.3.2",
|
||||
"uuid": "^9.0.0",
|
||||
"vue": "^2.6.14",
|
||||
"vue-data-tables": "^3.4.5",
|
||||
"vue-i18n": "^8.28.2",
|
||||
|
||||
Reference in New Issue
Block a user