Skip to content

Commit bb27bb1

Browse files
committed
Merge branch 'main' into refactor-mcp
# Conflicts: # src/exports/types.ts
2 parents 652b964 + 302dc2d commit bb27bb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1352
-991
lines changed

e2e/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vscode/test-cli": "^0.0.10",
1717
"@vscode/test-electron": "^2.4.0",
1818
"mocha": "^11.1.0",
19-
"typescript": "^5.4.5"
19+
"typescript": "5.8.3"
2020
}
2121
}

evals/config/eslint/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"eslint-plugin-react-hooks": "^5.2.0",
1717
"eslint-plugin-turbo": "^2.4.4",
1818
"globals": "^16.0.0",
19-
"typescript": "^5",
2019
"typescript-eslint": "^8.26.0"
2120
}
2221
}

evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prettier": "^3.5.3",
2121
"tsx": "^4.19.4",
2222
"turbo": "^2.5.2",
23-
"typescript": "^5.8.3",
23+
"typescript": "5.8.3",
2424
"typescript-eslint": "^8.31.1"
2525
}
2626
}

0 commit comments

Comments
 (0)