|
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | 25 | "crypto-browserify": "^3.12.0", |
26 | | - "qs": "^6.9.1", |
| 26 | + "node-fetch": "^2.6.1", |
| 27 | + "qs": "^6.9.4", |
27 | 28 | "snake-case": "^3.0.3", |
28 | 29 | "url-safe-base64": "^1.1.1", |
29 | | - "uuid": "^8.1.0" |
| 30 | + "uuid": "^8.3.1" |
30 | 31 | }, |
31 | 32 | "devDependencies": { |
32 | | - "@commitlint/cli": "^8.2.0", |
33 | | - "@commitlint/config-conventional": "^8.2.0", |
34 | | - "@testing-library/jest-dom": "^5.11.0", |
35 | | - "@types/jest": "^24.0.23", |
| 33 | + "@commitlint/cli": "^11.0.0", |
| 34 | + "@commitlint/config-conventional": "^11.0.0", |
| 35 | + "@testing-library/jest-dom": "^5.11.4", |
| 36 | + "@types/jest": "^26.0.15", |
36 | 37 | "@types/node-fetch": "^2.5.4", |
37 | | - "@types/qs": "^6.9.0", |
| 38 | + "@types/qs": "^6.9.5", |
38 | 39 | "@types/url-safe-base64": "^1.1.0", |
39 | | - "@types/uuid": "^8.0.0", |
40 | | - "@typescript-eslint/eslint-plugin": "^3.0.2", |
41 | | - "@typescript-eslint/parser": "^3.0.2", |
42 | | - "conventional-changelog-cli": "^2.0.28", |
| 40 | + "@types/uuid": "^8.3.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^4.5.0", |
| 42 | + "@typescript-eslint/parser": "^4.5.0", |
| 43 | + "conventional-changelog-cli": "^2.1.0", |
43 | 44 | "docsify-cli": "^4.4.1", |
44 | | - "eslint": "^7.1.0", |
45 | | - "eslint-config-prettier": "^6.11.0", |
46 | | - "eslint-plugin-prettier": "^3.1.3", |
47 | | - "husky": "^3.1.0", |
48 | | - "jest": "^26.1.0", |
| 45 | + "eslint": "^7.11.0", |
| 46 | + "eslint-config-prettier": "^6.14.0", |
| 47 | + "eslint-plugin-prettier": "^3.1.4", |
| 48 | + "husky": "^4.3.0", |
| 49 | + "jest": "^26.6.0", |
49 | 50 | "jest-fetch-mock": "^3.0.3", |
50 | | - "node-fetch": "^2.5.0", |
51 | | - "prettier": "^2.0.5", |
52 | | - "ts-jest": "^26.1.1", |
53 | | - "ts-loader": "^6.2.1", |
54 | | - "typescript": "^3.7.3", |
55 | | - "webpack": "^4.41.2", |
56 | | - "webpack-cli": "^3.3.10" |
| 51 | + "prettier": "^2.1.2", |
| 52 | + "ts-jest": "^26.4.1", |
| 53 | + "ts-loader": "^8.0.6", |
| 54 | + "typescript": "^4.0.3", |
| 55 | + "webpack": "^4.44.2", |
| 56 | + "webpack-cli": "^4.1.0" |
57 | 57 | } |
58 | 58 | } |
0 commit comments