Skip to content

Commit 2fdc1e8

Browse files
committed
remove axios
1 parent c958faf commit 2fdc1e8

File tree

4 files changed

+0
-6180
lines changed

4 files changed

+0
-6180
lines changed

js-src/Websocket.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {Channel} from "./Channel";
2-
import {AxiosResponse} from "axios";
32

43
export type Options = { authEndpoint: string, host: string };
54
export type MessageBody = { event: string, channel?: string, data: object };

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@types/node": "^12.7.5",
4545
"@typescript-eslint/eslint-plugin": "^3.7.0",
4646
"@typescript-eslint/parser": "^3.7.0",
47-
"axios": "^0.21.1",
4847
"eslint": "^7.5.0",
4948
"jest": "^24.9.0",
5049
"jest-websocket-mock": "^2.2.0",

typings/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
declare const axios: import('axios').AxiosStatic;
21
declare const Pusher: any;
32
declare const io: any;
43
declare const Vue: any;

0 commit comments

Comments
 (0)