Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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 apps/rush-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rushstack/rush-sdk": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"@modelcontextprotocol/sdk": "~1.10.2",
"zod": "~3.24.3"
"zod": "~3.25.76"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
Expand Down
70 changes: 42 additions & 28 deletions common/autoinstallers/rush-prettier/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/mcp-server"
}
],
"packageName": "@rushstack/mcp-server",
"email": "iclanton@users.noreply.github.com"
}
7 changes: 7 additions & 0 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@
}
},

"sass-embedded": {
"dependencies": {
// The types reference this package, which is a devDependency
"source-map-js": "^1.0.2"
}
},

"scss-parser": {
"dependencies": {
"lodash": "~4.17.15"
Expand Down
Loading
Loading