|
1 | 1 | { |
2 | 2 | "name": "kalm", |
3 | 3 | "private": true, |
4 | | - "version": "6.1.0", |
| 4 | + "version": "7.0.0", |
5 | 5 | "description": "The socket optimizer", |
6 | 6 | "main": "packages/kalm/bin/kalm.js", |
7 | 7 | "scripts": { |
8 | | - "lint": "eslint packages/**/*.ts packages/**/*.spec.ts tests/**/*.spec.ts", |
9 | | - "lint:fix": "yarn lint --fix", |
| 8 | + "lint": "eslint .", |
| 9 | + "lint:fix": "eslint . --fix", |
10 | 10 | "test": "yarn workspaces run test && yarn run test:integration", |
11 | 11 | "test:integration": "jest ./tests/integration --forceExit", |
12 | 12 | "build": "yarn workspaces run build", |
|
52 | 52 | } |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@types/jest": "^29.2.0", |
56 | | - "@types/node": "^18.11.0", |
57 | | - "@typescript-eslint/eslint-plugin": "^5.40.0", |
58 | | - "@typescript-eslint/parser": "^5.40.0", |
59 | | - "eslint": "^8.25.0", |
60 | | - "eslint-config-airbnb-base": "^15.0.0", |
61 | | - "eslint-plugin-import": "^2.26.0", |
| 55 | + "@types/jest": "^29.4.0", |
| 56 | + "@types/node": "^18.15.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 58 | + "@typescript-eslint/parser": "^5.55.0", |
| 59 | + "eslint": "^8.36.0", |
62 | 60 | "husky": "^8.0.0", |
63 | | - "jest": "^29.2.0", |
64 | | - "socket.io": "^4.5.0", |
65 | | - "socket.io-client": "^4.5.0", |
| 61 | + "jest": "^29.5.0", |
| 62 | + "socket.io": "^4.6.0", |
| 63 | + "socket.io-client": "^4.6.0", |
66 | 64 | "ts-jest": "^29.0.0", |
67 | | - "typescript": "^4.8.0" |
| 65 | + "typescript": "^4.9.0" |
68 | 66 | } |
69 | 67 | } |
0 commit comments