Remove unnecessary @types/nanoid dependency

This commit is contained in:
Koen Vlaswinkel
2024-10-23 14:24:40 +02:00
parent 4b522ef335
commit bdc96662d9
2 changed files with 0 additions and 12 deletions

View File

@@ -81,7 +81,6 @@
"@types/gulp-replace": "^1.1.0",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.6",
"@types/nanoid": "^3.0.0",
"@types/node": "20.16.*",
"@types/proper-lockfile": "^4.1.4",
"@types/react": "^18.3.1",
@@ -6314,16 +6313,6 @@
"@types/node": "*"
}
},
"node_modules/@types/nanoid": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/nanoid/-/nanoid-3.0.0.tgz",
"integrity": "sha512-UXitWSmXCwhDmAKe7D3hNQtQaHeHt5L8LO1CB8GF8jlYVzOv5cBWDNqiJ+oPEWrWei3i3dkZtHY/bUtd0R/uOQ==",
"deprecated": "This is a stub types definition. nanoid provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"nanoid": "*"
}
},
"node_modules/@types/node": {
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",

View File

@@ -2039,7 +2039,6 @@
"@types/gulp-replace": "^1.1.0",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.6",
"@types/nanoid": "^3.0.0",
"@types/node": "20.16.*",
"@types/proper-lockfile": "^4.1.4",
"@types/react": "^18.3.1",