File tree Expand file tree Collapse file tree 4 files changed +225
-146
lines changed Expand file tree Collapse file tree 4 files changed +225
-146
lines changed Original file line number Diff line number Diff line change 19
19
" Bash(npm show:*)" ,
20
20
" Bash(npm view:*)" ,
21
21
" Bash(npx tsc:*)" ,
22
+ " Bash(pnpm add:*)" ,
23
+ " Bash(pnpm audit:*)" ,
22
24
" Bash(pnpm build:*)" ,
23
25
" Bash(pnpm i18n:*)" ,
26
+ " Bash(pnpm info:*)" ,
24
27
" Bash(pnpm list:*)" ,
28
+ " Bash(pnpm remove:*)" ,
29
+ " Bash(pnpm run:*)" ,
25
30
" Bash(pnpm ts-build:*)" ,
26
31
" Bash(pnpm tsc:*)" ,
32
+ " Bash(pnpm view:*)" ,
27
33
" Bash(pnpm update:*)" ,
28
34
" Bash(pnpm why:*)" ,
29
35
" Bash(prettier -w:*)" ,
34
40
" mcp__cclsp__find_definition" ,
35
41
" mcp__cclsp__find_references" ,
36
42
" mcp__github__get_issue" ,
37
- " mcp__github__get_pull_request_comments" ,
38
- " mcp__github__get_pull_request" ,
39
43
" mcp__github__get_issue_comments" ,
44
+ " mcp__github__get_pull_request" ,
45
+ " mcp__github__get_pull_request_comments" ,
40
46
" mcp__github__get_pull_request_comments" ,
41
- " mcp__cclsp__find_definition"
47
+ " mcp__github__get_pull_request_status" ,
48
+ " mcp__github__list_workflow_runs" ,
49
+ " mcp__github__list_workflows"
42
50
],
43
51
"deny" : []
44
52
}
Original file line number Diff line number Diff line change 79
79
"lodash" : " ^4.17.21" ,
80
80
"lru-cache" : " ^7.18.3" ,
81
81
"ms" : " 2.1.2" ,
82
- "next" : " 15.3.4 " ,
82
+ "next" : " 15.5.0 " ,
83
83
"next-rest-framework" : " 6.0.0-beta.4" ,
84
84
"next-translate" : " ^2.6.2" ,
85
85
"password-hash" : " ^1.2.2" ,
102
102
"@types/node" : " ^18.16.14" ,
103
103
"@types/react" : " ^19.1.10" ,
104
104
"@uiw/react-textarea-code-editor" : " ^3.1.1" ,
105
- "next-rspack" : " ^15.4.6 " ,
105
+ "next-rspack" : " ^15.5.0 " ,
106
106
"node-mocks-http" : " ^1.14.1"
107
107
}
108
108
}
You can’t perform that action at this time.
0 commit comments