|
71 | 71 | "nocheck-chevrotain-types": "tsx ./scripts/nocheck-chevrotain-types.ts", |
72 | 72 | "copy": "copy-files-from-to", |
73 | 73 | "postbuild": "tsc --project ./tsconfig.production.json && conc \"pnpm:add-glob-import-types\" \"pnpm:nocheck-chevrotain-types\" \"pnpm:copy\"", |
| 74 | + "test:ci": "vitest --run", |
74 | 75 | "test": "vitest", |
75 | 76 | "test:ui": "vitest --ui", |
76 | 77 | "process-readme": "tsx ./scripts/process-readme", |
|
81 | 82 | "bump-biome:nightly": "pnpm add -DE @biomejs/biome@nightly" |
82 | 83 | }, |
83 | 84 | "devDependencies": { |
84 | | - "@biomejs/biome": "2.3.9", |
| 85 | + "@biomejs/biome": "2.3.10", |
85 | 86 | "@changesets/cli": "^2.29.8", |
86 | 87 | "@commitlint/cli": "^20.2.0", |
87 | 88 | "@commitlint/config-conventional": "^20.2.0", |
|
90 | 91 | "@prettier/plugin-ruby": "^4.0.4", |
91 | 92 | "@prettier/plugin-xml": "^3.4.2", |
92 | 93 | "@stedi/prettier-plugin-jsonata": "^2.1.8", |
93 | | - "@types/node": "^25.0.2", |
94 | | - "@vitest/coverage-istanbul": "^4.0.15", |
95 | | - "@vitest/ui": "^4.0.15", |
| 94 | + "@types/node": "^25.0.3", |
| 95 | + "@vitest/coverage-istanbul": "^4.0.16", |
| 96 | + "@vitest/ui": "^4.0.16", |
96 | 97 | "@xml-tools/parser": "^1.0.11", |
97 | 98 | "chevrotain": "7.1.1", |
98 | 99 | "concurrently": "^9.2.1", |
|
118 | 119 | "tsx": "^4.21.0", |
119 | 120 | "typescript": "^5.9.3", |
120 | 121 | "vite": "^7.3.0", |
121 | | - "vitest": "^4.0.15" |
| 122 | + "vitest": "^4.0.16" |
122 | 123 | }, |
123 | 124 | "dependencies": { |
124 | 125 | "@types/estree": "^1.0.8", |
125 | | - "dedent": "^1.7.0", |
| 126 | + "dedent": "^1.7.1", |
126 | 127 | "micro-memoize": "^5.1.1", |
127 | 128 | "package-up": "^5.0.0", |
128 | 129 | "tiny-jsonc": "^1.0.2", |
|
0 commit comments