Add pidusage types dev dependency

This commit is contained in:
everoddandeven 2024-10-19 22:09:05 +02:00
parent 18911d7530
commit bb21a7ceb4
2 changed files with 9 additions and 1 deletions

7
package-lock.json generated
View file

@ -50,6 +50,7 @@
"@types/jest": "29.5.13",
"@types/jquery": "3.5.31",
"@types/node": "20.12.7",
"@types/pidusage": "2.0.5",
"@types/unbzip2-stream": "1.4.3",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
@ -6403,6 +6404,12 @@
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
"dev": true
},
"node_modules/@types/pidusage": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@types/pidusage/-/pidusage-2.0.5.tgz",
"integrity": "sha512-MIiyZI4/MK9UGUXWt0jJcCZhVw7YdhBuTOuqP/BjuLDLZ2PmmViMIQgZiWxtaMicQfAz/kMrZ5T7PKxFSkTeUA==",
"dev": true
},
"node_modules/@types/plist": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@types/plist/-/plist-3.0.5.tgz",

View file

@ -89,6 +89,7 @@
"@types/jest": "29.5.13",
"@types/jquery": "3.5.31",
"@types/node": "20.12.7",
"@types/pidusage": "2.0.5",
"@types/unbzip2-stream": "1.4.3",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
@ -116,4 +117,4 @@
"browserslist": [
"chrome 114"
]
}
}