|
48 | 48 | "compile": "tsc --build tsconfig.build.json", |
49 | 49 | "test": "run-s test:*", |
50 | 50 | "test:lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
51 | | - "test:unit": "vitest", |
| 51 | + "test:unit": "vitest --run", |
52 | 52 | "test:types": "node test-types/copy && npm run ts && npm run clean:tests", |
53 | 53 | "ts": "run-s ts:*", |
54 | 54 | "ts:default": "cd test-types/default && tsc -p ./tsconfig.json --incremental", |
|
61 | 61 | "@types/debug": "^4.1.12", |
62 | 62 | "@types/jest": "^29.5.11", |
63 | 63 | "@types/lodash.isequal": "^4.5.8", |
64 | | - "@types/node": "^20.10.6", |
65 | | - "@typescript-eslint/eslint-plugin": "^6.17.0", |
66 | | - "@typescript-eslint/parser": "^6.17.0", |
67 | | - "@vitest/coverage-v8": "^1.1.3", |
68 | | - "c8": "^9.0.0", |
| 64 | + "@types/node": "^20.11.14", |
| 65 | + "@typescript-eslint/eslint-plugin": "^6.20.0", |
| 66 | + "@typescript-eslint/parser": "^6.20.0", |
| 67 | + "@vitest/coverage-v8": "^1.2.2", |
| 68 | + "c8": "^9.1.0", |
69 | 69 | "eslint": "^8.56.0", |
70 | 70 | "eslint-plugin-import": "^2.29.1", |
71 | 71 | "eslint-plugin-unicorn": "^50.0.1", |
72 | | - "husky": "^9.0.6", |
| 72 | + "husky": "^9.0.7", |
73 | 73 | "npm-run-all": "^4.1.5", |
74 | | - "release-it": "^17.0.1", |
| 74 | + "release-it": "^17.0.3", |
75 | 75 | "rimraf": "^5.0.5", |
76 | 76 | "shelljs": "^0.8.5", |
77 | 77 | "typescript": "^5.3.3", |
78 | 78 | "vitest": "1.2.2", |
79 | 79 | "webdriverio": "8.29.1" |
80 | 80 | }, |
81 | 81 | "optionalDependencies": { |
82 | | - "@wdio/globals": "^8.27.0", |
83 | | - "@wdio/logger": "^8.24.12", |
84 | | - "webdriverio": "^8.27.0" |
| 82 | + "@wdio/globals": "^8.29.3", |
| 83 | + "@wdio/logger": "^8.28.0", |
| 84 | + "webdriverio": "^8.29.3" |
85 | 85 | }, |
86 | 86 | "dependencies": { |
87 | | - "@vitest/snapshot": "^1.2.1", |
| 87 | + "@vitest/snapshot": "^1.2.2", |
88 | 88 | "expect": "^29.7.0", |
89 | 89 | "jest-matcher-utils": "^29.7.0", |
90 | 90 | "lodash.isequal": "^4.5.0" |
|
0 commit comments