Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"globals": "^17.6.0",
"typescript": "^5.7.0",
"typescript-eslint": "^8.0.0",
"vitest": "^3.1.0"
"vitest": "^3.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions understand-anything-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node -e \"console.log('skill tests live at <repo-root>/tests/skill — run via root \\`pnpm test\\`')\""
"test": "node -e \"console.log('skill tests live at <repo-root>/tests/skill — run via root \`pnpm test\`')\""
},
"dependencies": {
"@understand-anything/core": "workspace:*",
Expand All @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0",
"vitest": "^3.1.0"
"vitest": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion understand-anything-plugin/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "3.2.4",
"typescript": "^5.7.0",
"vitest": "^3.1.0"
"vitest": "^3.2.0"
},
"dependencies": {
"@tree-sitter-grammars/tree-sitter-kotlin": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion understand-anything-plugin/packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^6.4.2",
"vitest": "^3.1.0"
"vitest": "^3.2.0"
}
}