Skip to content

Commit fa6d12d

Browse files
author
FalkWolsky
committed
Removing @types/axios as Axios brings its own types already
1 parent 06d68ed commit fa6d12d

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

client/packages/lowcoder-cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"vite-plugin-svgr": "^2.2.2"
3939
},
4040
"devDependencies": {
41-
"@types/axios": "^0.14.0",
4241
"typescript": "^4.8.4"
4342
},
4443
"peerDependencies": {

server/node-service/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"@google-cloud/bigquery": "^6.1.0",
4141
"@google-cloud/storage": "^6.10.1",
4242
"@supabase/supabase-js": "^2.26.0",
43-
"@types/axios": "^0.14.0",
4443
"@types/express": "^4.17.14",
4544
"@types/jsonpath": "^0.2.0",
4645
"@types/lodash": "^4.14.190",

server/node-service/yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,15 +3594,6 @@ __metadata:
35943594
languageName: node
35953595
linkType: hard
35963596

3597-
"@types/axios@npm:^0.14.0":
3598-
version: 0.14.0
3599-
resolution: "@types/axios@npm:0.14.0"
3600-
dependencies:
3601-
axios: "*"
3602-
checksum: 12a230b9404055d81804cb57fe4739b2317111b28a39e2477b2513250e8b85725e6f6ce509fc2a9494a6da60facb8d80df875fcd747f62f6c3abebc7db60ae66
3603-
languageName: node
3604-
linkType: hard
3605-
36063597
"@types/babel__core@npm:^7.1.14":
36073598
version: 7.20.5
36083599
resolution: "@types/babel__core@npm:7.20.5"
@@ -4278,7 +4269,7 @@ __metadata:
42784269
languageName: node
42794270
linkType: hard
42804271

4281-
"axios@npm:*, axios@npm:^1.4.0, axios@npm:^1.7.7":
4272+
"axios@npm:^1.4.0, axios@npm:^1.7.7":
42824273
version: 1.7.7
42834274
resolution: "axios@npm:1.7.7"
42844275
dependencies:
@@ -7727,7 +7718,6 @@ __metadata:
77277718
"@google-cloud/storage": ^6.10.1
77287719
"@supabase/supabase-js": ^2.26.0
77297720
"@types/ali-oss": ^6.16.11
7730-
"@types/axios": ^0.14.0
77317721
"@types/express": ^4.17.14
77327722
"@types/jest": ^29.2.4
77337723
"@types/jsonpath": ^0.2.0

0 commit comments

Comments
 (0)