|
1 | 1 | { |
2 | 2 | "name": "steam-types", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.1.2", |
4 | 4 | "author": "BossSloth", |
5 | 5 | "description": "TypeScript type definitions for the Steam client", |
6 | 6 | "types": "dist/index.d.ts", |
|
33 | 33 | ], |
34 | 34 | "license": "MIT", |
35 | 35 | "devDependencies": { |
36 | | - "@eslint/js": "^9.23.0", |
| 36 | + "@eslint/js": "^9.24.0", |
37 | 37 | "@semantic-release/git": "^10.0.1", |
38 | 38 | "@stylistic/eslint-plugin": "^4.2.0", |
39 | 39 | "@types/chrome-remote-interface": "^0.31.14", |
40 | 40 | "@types/diff": "^7.0.2", |
41 | | - "@types/node": "^22.13.14", |
42 | | - "@vitest/coverage-v8": "^3.0.9", |
| 41 | + "@types/node": "^22.14.1", |
| 42 | + "@vitest/coverage-v8": "^3.1.1", |
43 | 43 | "ansi-regex": "^6.1.0", |
44 | 44 | "chalk": "^5.4.1", |
45 | 45 | "chrome-remote-interface": "^0.33.3", |
46 | 46 | "commander": "^13.1.0", |
47 | 47 | "dedent": "^1.5.3", |
48 | 48 | "diff": "^7.0.0", |
49 | | - "esbuild": "^0.25.1", |
50 | | - "eslint": "^9.23.0", |
51 | | - "eslint-plugin-perfectionist": "^4.10.1", |
| 49 | + "esbuild": "^0.25.2", |
| 50 | + "eslint": "^9.24.0", |
| 51 | + "eslint-plugin-perfectionist": "^4.11.0", |
52 | 52 | "globals": "^16.0.0", |
53 | | - "knip": "^5.46.3", |
| 53 | + "knip": "^5.50.2", |
54 | 54 | "semantic-release": "^24.2.3", |
55 | 55 | "ts-morph": "^25.0.1", |
56 | | - "typescript": "^5.8.2", |
57 | | - "typescript-eslint": "^8.28.0", |
58 | | - "vitest": "^3.0.9" |
| 56 | + "typescript": "^5.8.3", |
| 57 | + "typescript-eslint": "^8.29.1", |
| 58 | + "vitest": "^3.1.1" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | | - "@types/react-dom": "^19.1.1", |
| 61 | + "@types/react-dom": "^19.1.2", |
62 | 62 | "long": "^5.3.1", |
63 | 63 | "mobx": "^6.13.7" |
64 | 64 | }, |
|
0 commit comments