|
19 | 19 | "lint:ts": "eslint -c './.eslintrc-ts.js' '**/*.ts'",
|
20 | 20 | "lint": "yarn lint:js; yarn lint:ts",
|
21 | 21 | "lint:fix": "yarn lint:js --fix; yarn lint:ts --fix",
|
22 |
| - "start:docs": "docsify serve docs" |
| 22 | + "start:docs": "docsify serve docs", |
| 23 | + "prepare": "husky install" |
23 | 24 | },
|
24 | 25 | "dependencies": {
|
25 | 26 | "crypto-browserify": "^3.12.0",
|
26 | 27 | "node-fetch": "^2.6.1",
|
27 |
| - "qs": "^6.9.4", |
28 |
| - "snake-case": "^3.0.3", |
| 28 | + "qs": "^6.10.1", |
| 29 | + "snake-case": "^3.0.4", |
29 | 30 | "url-safe-base64": "^1.1.1"
|
30 | 31 | },
|
31 | 32 | "devDependencies": {
|
32 |
| - "@commitlint/cli": "^11.0.0", |
33 |
| - "@commitlint/config-conventional": "^11.0.0", |
34 |
| - "@testing-library/jest-dom": "^5.11.4", |
35 |
| - "@types/jest": "^26.0.15", |
36 |
| - "@types/node-fetch": "^2.5.4", |
37 |
| - "@types/qs": "^6.9.5", |
| 33 | + "@commitlint/cli": "^12.1.4", |
| 34 | + "@commitlint/config-conventional": "^12.1.4", |
| 35 | + "@testing-library/jest-dom": "^5.12.0", |
| 36 | + "@types/jest": "^26.0.23", |
| 37 | + "@types/node-fetch": "^2.5.10", |
| 38 | + "@types/qs": "^6.9.6", |
38 | 39 | "@types/url-safe-base64": "^1.1.0",
|
39 | 40 | "@types/uuid": "^8.3.0",
|
40 |
| - "@typescript-eslint/eslint-plugin": "^4.5.0", |
41 |
| - "@typescript-eslint/parser": "^4.5.0", |
42 |
| - "conventional-changelog-cli": "^2.1.0", |
43 |
| - "docsify-cli": "^4.4.1", |
44 |
| - "eslint": "^7.11.0", |
45 |
| - "eslint-config-prettier": "^6.14.0", |
46 |
| - "eslint-plugin-prettier": "^3.1.4", |
47 |
| - "husky": "^4.3.0", |
48 |
| - "jest": "^26.6.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^4.23.0", |
| 42 | + "@typescript-eslint/parser": "^4.23.0", |
| 43 | + "conventional-changelog-cli": "^2.1.1", |
| 44 | + "docsify-cli": "^4.4.3", |
| 45 | + "eslint": "^7.26.0", |
| 46 | + "eslint-config-prettier": "^8.3.0", |
| 47 | + "eslint-plugin-prettier": "^3.4.0", |
| 48 | + "husky": "^6.0.0", |
| 49 | + "jest": "^26.6.3", |
49 | 50 | "jest-fetch-mock": "^3.0.3",
|
50 |
| - "prettier": "^2.1.2", |
51 |
| - "ts-jest": "^26.4.1", |
| 51 | + "prettier": "^2.3.0", |
| 52 | + "ts-jest": "^26.5.6", |
52 | 53 | "ts-loader": "^8.0.6",
|
53 |
| - "typescript": "^4.0.3", |
| 54 | + "typescript": "^4.2.4", |
54 | 55 | "webpack": "^4.44.2",
|
55 |
| - "webpack-cli": "^4.1.0" |
| 56 | + "webpack-cli": "^4.7.0" |
56 | 57 | }
|
57 | 58 | }
|
0 commit comments