axios stub types removed

This commit is contained in:
VividTruthKeeper 2023-01-21 23:26:01 +05:00
parent f382ebf409
commit c0a9f556e0
2 changed files with 0 additions and 11 deletions

10
package-lock.json generated
View File

@ -8,7 +8,6 @@
"name": "hhm-client",
"version": "0.0.0",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/uuid": "^9.0.0",
"axios": "^1.2.3",
"framer-motion": "^8.5.0",
@ -1036,15 +1035,6 @@
"@svgr/core": "^6.0.0"
}
},
"node_modules/@types/axios": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",
"integrity": "sha512-KqQnQbdYE54D7oa/UmYVMZKq7CO4l8DEENzOKc4aBRwxCXSlJXGz83flFx5L7AWrOQnmuN3kVsRdt+GZPPjiVQ==",
"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!",
"dependencies": {
"axios": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",

View File

@ -9,7 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/uuid": "^9.0.0",
"axios": "^1.2.3",
"framer-motion": "^8.5.0",