Add @types/node as a devDependency in cursor-local package

This commit is contained in:
JonCSykes
2026-03-06 23:15:45 -05:00
parent 6f16fc0a93
commit f44efce265
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/node": "^24.6.0",
"typescript": "^5.7.3"
}
}

3
pnpm-lock.yaml generated
View File

@@ -126,6 +126,9 @@ importers:
specifier: ^1.1.1
version: 1.1.1
devDependencies:
'@types/node':
specifier: ^24.6.0
version: 24.12.0
typescript:
specifier: ^5.7.3
version: 5.9.3