remove nanoid from deps

This commit is contained in:
Georges-Antoine Assi
2025-09-25 11:39:27 -04:00
parent 11541e74cc
commit f64f3e35e1
2 changed files with 0 additions and 20 deletions

View File

@@ -18,7 +18,6 @@
"lodash": "^4.17.21",
"md-editor-v3": "^5.8.4",
"mitt": "^3.0.1",
"nanoid": "^5.1.4",
"pinia": "^3.0.1",
"qrcode": "^1.5.4",
"semver": "^7.6.2",
@@ -7176,24 +7175,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/nanoid": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.4.tgz",
"integrity": "sha512-GTFcMIDgR7tqji/LpSY8rtg464VnJl/j6ypoehYnuGb+Y8qZUdtKB8WVCXon0UEZgFDbuUxpIl//6FHLHgXSNA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^18 || >=20"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",