|
34 | 34 | "lint": "virmator lint fix", |
35 | 35 | "publish": "virmator publish npm run test:all", |
36 | 36 | "test": "npm run compile && test-as-package virmator test node", |
37 | | - "test:all": "npm run compile && concurrently --colors --kill-others-on-fail -c auto --names tests,spelling,format,deps,lint \"npm test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:deps\" \"npm run test:lint\"", |
| 37 | + "test:all": "npm run compile && runstorm --names tests,spelling,format,deps,lint \"npm test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:deps\" \"npm run test:lint\"", |
38 | 38 | "test:deps": "virmator deps check", |
39 | 39 | "test:docs": "virmator docs check", |
40 | 40 | "test:format": "virmator format check", |
|
43 | 43 | "test:update": "npm run test update" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@augment-vir/common": "^31.10.1", |
| 46 | + "@augment-vir/common": "^31.54.1", |
47 | 47 | "proxy-vir": "^2.0.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@augment-vir/assert": "^31.10.1", |
51 | | - "@augment-vir/test": "^31.10.1", |
52 | | - "@eslint/eslintrc": "^3.3.0", |
53 | | - "@eslint/js": "^9.20.0", |
54 | | - "@stylistic/eslint-plugin": "^4.2.0", |
55 | | - "@stylistic/eslint-plugin-ts": "^4.2.0", |
| 50 | + "@augment-vir/assert": "^31.54.1", |
| 51 | + "@augment-vir/test": "^31.54.1", |
| 52 | + "@eslint/eslintrc": "^3.3.3", |
| 53 | + "@eslint/js": "^9.39.1", |
| 54 | + "@stylistic/eslint-plugin": "^5.6.1", |
| 55 | + "@stylistic/eslint-plugin-ts": "^4.4.1", |
56 | 56 | "@types/esprima": "^4.0.6", |
57 | | - "@types/estree": "^1.0.6", |
58 | | - "@types/node": "^22.13.10", |
59 | | - "@typescript-eslint/eslint-plugin": "^8.26.1", |
| 57 | + "@types/estree": "^1.0.8", |
| 58 | + "@types/node": "^24.10.1", |
| 59 | + "@typescript-eslint/eslint-plugin": "^8.48.0", |
60 | 60 | "c8": "^10.1.3", |
61 | | - "cross-env": "^7.0.3", |
62 | | - "cspell": "^8.17.5", |
63 | | - "dependency-cruiser": "^16.10.0", |
64 | | - "esbuild": "^0.25.1", |
65 | | - "eslint": "^9.20.1", |
66 | | - "eslint-config-prettier": "^10.1.1", |
67 | | - "eslint-plugin-jsdoc": "^50.6.6", |
| 61 | + "cross-env": "^10.1.0", |
| 62 | + "cspell": "^9.3.2", |
| 63 | + "dependency-cruiser": "^17.3.1", |
| 64 | + "esbuild": "^0.27.0", |
| 65 | + "eslint": "^9.39.1", |
| 66 | + "eslint-config-prettier": "^10.1.8", |
| 67 | + "eslint-plugin-jsdoc": "^61.4.1", |
68 | 68 | "eslint-plugin-monorepo-cop": "^1.0.2", |
69 | | - "eslint-plugin-playwright": "^2.2.0", |
70 | | - "eslint-plugin-prettier": "^5.2.3", |
| 69 | + "eslint-plugin-playwright": "^2.3.0", |
| 70 | + "eslint-plugin-prettier": "^5.5.4", |
71 | 71 | "eslint-plugin-require-extensions": "^0.1.3", |
72 | | - "eslint-plugin-sonarjs": "^3.0.2", |
73 | | - "eslint-plugin-unicorn": "^57.0.0", |
| 72 | + "eslint-plugin-sonarjs": "^3.0.5", |
| 73 | + "eslint-plugin-unicorn": "^62.0.0", |
74 | 74 | "istanbul-smart-text-reporter": "^1.1.5", |
75 | 75 | "markdown-code-example-inserter": "^3.0.3", |
76 | | - "npm-check-updates": "^17.1.15", |
| 76 | + "npm-check-updates": "^19.1.2", |
77 | 77 | "prettier": "~3.3.3", |
78 | 78 | "prettier-plugin-interpolated-html-tags": "^2.0.1", |
79 | | - "prettier-plugin-jsdoc": "^1.3.2", |
80 | | - "prettier-plugin-multiline-arrays": "^4.0.2", |
81 | | - "prettier-plugin-organize-imports": "^4.1.0", |
82 | | - "prettier-plugin-packagejson": "^2.5.10", |
| 79 | + "prettier-plugin-jsdoc": "^1.7.0", |
| 80 | + "prettier-plugin-multiline-arrays": "^4.0.3", |
| 81 | + "prettier-plugin-organize-imports": "^4.3.0", |
| 82 | + "prettier-plugin-packagejson": "^2.5.20", |
83 | 83 | "prettier-plugin-sort-json": "^4.1.1", |
84 | | - "prettier-plugin-toml": "^2.0.2", |
85 | | - "test-as-package": "^2.0.1", |
86 | | - "type-fest": "^4.37.0", |
87 | | - "typedoc": "^0.27.9", |
88 | | - "typescript": "^5.8.2", |
89 | | - "typescript-eslint": "^8.26.1", |
90 | | - "virmator": "^13.13.1" |
| 84 | + "prettier-plugin-toml": "^2.0.6", |
| 85 | + "runstorm": "^0.6.2", |
| 86 | + "test-as-package": "^2.0.4", |
| 87 | + "type-fest": "^5.2.0", |
| 88 | + "typedoc": "^0.28.15", |
| 89 | + "typescript": "^5.9.3", |
| 90 | + "typescript-eslint": "^8.48.0", |
| 91 | + "virmator": "^14.3.1" |
91 | 92 | }, |
92 | 93 | "peerDependencies": { |
93 | 94 | "prettier": ">=3.0.0" |
|
0 commit comments