|
39 | 39 | "rebuild": "npm run clean; npm run build", |
40 | 40 | "dev": "npm run build -- --watch", |
41 | 41 | "prepare": "npm run rebuild", |
42 | | - "test": "mocha --exit --timeout 1m \"./test/**/*-specs.js\"", |
| 42 | + "test": "mocha --exit --timeout 1m \"./test/**/*-specs.ts\"", |
43 | 43 | "lint": "eslint .", |
44 | 44 | "watch": "npm run dev" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@appium/eslint-config-appium-ts": "^2.0.5", |
48 | | - "@appium/tsconfig": "^0.x", |
| 48 | + "@appium/tsconfig": "^1.0.0", |
49 | 49 | "@semantic-release/changelog": "^6.0.1", |
50 | 50 | "@semantic-release/git": "^10.0.1", |
51 | 51 | "@types/bluebird": "^3.5.37", |
| 52 | + "@types/chai": "^5.2.3", |
52 | 53 | "@types/lodash": "^4.14.189", |
| 54 | + "@types/mocha": "^10.0.10", |
53 | 55 | "@types/node": "^20.4.7", |
54 | | - "chai": "^4.2.0", |
55 | | - "chai-as-promised": "^7.1.1", |
| 56 | + "chai": "^6.2.1", |
| 57 | + "chai-as-promised": "^8.0.2", |
56 | 58 | "conventional-changelog-conventionalcommits": "^9.0.0", |
57 | 59 | "eslint": "^9.39.1", |
58 | 60 | "mocha": "^10.0.0", |
59 | 61 | "semantic-release": "^25.0.2", |
60 | | - "sinon": "^16.0.0", |
| 62 | + "sinon": "^21.0.0", |
61 | 63 | "ts-node": "^10.9.1", |
62 | 64 | "typescript": "^5.1.6" |
63 | 65 | }, |
|
0 commit comments