Remove stub types definition

This commit is contained in:
Franck Royer 2021-08-20 12:19:01 +10:00
parent e794fe1f18
commit 8ed55c43c1
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 0 additions and 21 deletions

20
package-lock.json generated
View File

@ -28,7 +28,6 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/app-root-path": "^1.2.4",
"@types/axios": "^0.14.0",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.31",
@ -2903,16 +2902,6 @@
"integrity": "sha1-p4twMoKzKsVN52j1US7MNWmRncc=",
"dev": true
},
"node_modules/@types/axios": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",
"integrity": "sha1-7CMA++fX3d1+udOr+HmZlkyvzkY=",
"deprecated": "This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!",
"dev": true,
"dependencies": {
"axios": "*"
}
},
"node_modules/@types/bl": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@types/bl/-/bl-4.1.0.tgz",
@ -19160,15 +19149,6 @@
"integrity": "sha1-p4twMoKzKsVN52j1US7MNWmRncc=",
"dev": true
},
"@types/axios": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",
"integrity": "sha1-7CMA++fX3d1+udOr+HmZlkyvzkY=",
"dev": true,
"requires": {
"axios": "*"
}
},
"@types/bl": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@types/bl/-/bl-4.1.0.tgz",

View File

@ -69,7 +69,6 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/app-root-path": "^1.2.4",
"@types/axios": "^0.14.0",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.31",