|
1 | 1 | { |
2 | 2 | "name": "kalm", |
3 | 3 | "private": true, |
4 | | - "version": "5.0.0", |
| 4 | + "version": "6.0.0", |
5 | 5 | "description": "The socket optimizer", |
6 | 6 | "main": "packages/kalm/bin/kalm.js", |
7 | 7 | "scripts": { |
8 | | - "lint": "eslint **/*.ts **/*.spec.ts", |
| 8 | + "lint": "eslint packages/**/*.ts packages/**/*.spec.ts tests/**/*.spec.ts", |
9 | 9 | "lint:fix": "yarn lint --fix", |
10 | 10 | "test": "yarn workspaces run test && yarn run test:integration", |
11 | 11 | "test:integration": "jest ./tests/integration --forceExit", |
|
51 | 51 | } |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@types/jest": "^25.1.0", |
55 | | - "@types/node": "^13.9.0", |
56 | | - "@typescript-eslint/eslint-plugin": "^2.24.0", |
57 | | - "@typescript-eslint/parser": "^2.24.0", |
58 | | - "eslint": "^6.8.0", |
59 | | - "eslint-config-airbnb-base": "^14.1.0", |
60 | | - "eslint-plugin-import": "^2.20.0", |
61 | | - "husky": "^4.2.0", |
62 | | - "jest": "^25.1.0", |
63 | | - "socket.io": "^2.3.0", |
64 | | - "socket.io-client": "^2.3.0", |
65 | | - "ts-jest": "^25.2.0", |
66 | | - "typescript": "^3.8.0" |
| 54 | + "@types/jest": "^26.0.0", |
| 55 | + "@types/node": "^14.14.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.22.0", |
| 57 | + "@typescript-eslint/parser": "^4.22.0", |
| 58 | + "eslint": "^7.24.0", |
| 59 | + "eslint-config-airbnb-base": "^14.2.0", |
| 60 | + "eslint-plugin-import": "^2.22.0", |
| 61 | + "husky": "^6.0.0", |
| 62 | + "jest": "^26.6.0", |
| 63 | + "socket.io": "^4.0.0", |
| 64 | + "socket.io-client": "^4.0.0", |
| 65 | + "ts-jest": "^26.5.0", |
| 66 | + "typescript": "^4.2.0" |
67 | 67 | } |
68 | 68 | } |
0 commit comments