|
37 | 37 | "prebundle": "rimraf lib --glob ./*.tgz", |
38 | 38 | "bundle": "tsup && shx chmod +x lib/server.js", |
39 | 39 | "postbundle": "npm pack", |
40 | | - "lint": "npm run lint:src && npm run lint:tests", |
41 | | - "lint:src": "eslint src/ --fix && tsc --noEmit", |
42 | | - "lint:tests": "eslint tests/ --fix && tsc -p tsconfig.test.json --noEmit", |
| 40 | + "lint": "eslint src/ tests/ --fix && tsc --noEmit", |
43 | 41 | "start": "node lib/server.js", |
44 | 42 | "dev": "tsx --watch src/server.ts", |
45 | 43 | "prepare": "husky", |
46 | 44 | "test": "vitest run" |
47 | 45 | }, |
48 | 46 | "dependencies": { |
49 | | - "@modelcontextprotocol/sdk": "1.27", |
| 47 | + "@modelcontextprotocol/sdk": "^1.27.1", |
50 | 48 | "@toon-format/toon": "^2.1.0", |
51 | | - "@wdio/protocols": "^9.16.2", |
52 | | - "@xmldom/xmldom": "^0.8.11", |
53 | | - "puppeteer-core": "^24.35.0", |
| 49 | + "@wdio/protocols": "^9.27.0", |
| 50 | + "@xmldom/xmldom": "^0.8.12", |
| 51 | + "puppeteer-core": "^24.40.0", |
54 | 52 | "sharp": "^0.34.5", |
55 | | - "webdriverio": "9.24", |
| 53 | + "webdriverio": "^9.27.0", |
56 | 54 | "xpath": "^0.0.34", |
57 | | - "zod": "^4.3.5" |
| 55 | + "zod": "^4.3.6" |
58 | 56 | }, |
59 | 57 | "devDependencies": { |
60 | | - "@release-it/conventional-changelog": "^10.0.4", |
61 | | - "@types/node": "^20.11.0", |
| 58 | + "@release-it/conventional-changelog": "^10.0.6", |
| 59 | + "@types/node": "^20.19.37", |
62 | 60 | "@wdio/eslint": "^0.1.3", |
63 | | - "@wdio/types": "^9.20.0", |
64 | | - "eslint": "^9.39.2", |
65 | | - "happy-dom": "^20.7.0", |
| 61 | + "@wdio/types": "^9.27.0", |
| 62 | + "eslint": "^9.39.4", |
| 63 | + "happy-dom": "^20.8.9", |
66 | 64 | "husky": "^9.1.7", |
67 | | - "release-it": "^19.2.3", |
68 | | - "rimraf": "^6.1.2", |
| 65 | + "release-it": "^19.2.4", |
| 66 | + "rimraf": "^6.1.3", |
69 | 67 | "shx": "^0.4.0", |
70 | 68 | "tsup": "^8.5.1", |
71 | 69 | "tsx": "^4.21.0", |
72 | | - "typescript": "5.9", |
73 | | - "vitest": "^4.0.18" |
| 70 | + "typescript": "~5.9.3", |
| 71 | + "vitest": "^4.1.2" |
74 | 72 | }, |
75 | 73 | "packageManager": "[email protected]" |
76 | 74 | } |
0 commit comments