build: drop deprecated @types/ink

Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
Chapman Pendery
2023-10-07 21:41:27 -07:00
parent 9e75770ea5
commit ebeca47cc0
2 changed files with 1 additions and 22 deletions
+1 -21
View File
@@ -21,7 +21,6 @@
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/ink": "^2.0.3",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.24",
"@withfig/autocomplete-types": "^1.28.0",
@@ -1526,16 +1525,6 @@
"@types/node": "*"
}
},
"node_modules/@types/ink": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@types/ink/-/ink-2.0.3.tgz",
"integrity": "sha512-DYKIKEJqhsGfQ/jgX0t9BzfHmBJ/9dBBT2MDsHAQRAfOPhEe7LZm5QeNBx1J34/e108StCPuJ3r4bh1y38kCJA==",
"deprecated": "This is a stub types definition. ink provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"ink": "*"
}
},
"node_modules/@types/istanbul-lib-coverage": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
@@ -6649,15 +6638,6 @@
"@types/node": "*"
}
},
"@types/ink": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@types/ink/-/ink-2.0.3.tgz",
"integrity": "sha512-DYKIKEJqhsGfQ/jgX0t9BzfHmBJ/9dBBT2MDsHAQRAfOPhEe7LZm5QeNBx1J34/e108StCPuJ3r4bh1y38kCJA==",
"dev": true,
"requires": {
"ink": "*"
}
},
"@types/istanbul-lib-coverage": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
@@ -9509,4 +9489,4 @@
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA=="
}
}
}
}
-1
View File
@@ -38,7 +38,6 @@
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/ink": "^2.0.3",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.24",
"@withfig/autocomplete-types": "^1.28.0",