File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
1010runs :
1111 using : composite
1212 steps :
13- - uses : pnpm/action-setup@v4.2.0
13+ - uses : pnpm/action-setup@v6.0.9
1414 with :
1515 run_install : false
1616
Original file line number Diff line number Diff line change 210210 "vscode-package" : " vsce package --no-dependencies"
211211 },
212212 "devDependencies" : {
213- "@babel/runtime" : " ^7.26.7 " ,
213+ "@babel/runtime" : " ^8.0.0 " ,
214214 "@milkdown/crepe" : " ^7.6.2" ,
215215 "@milkdown/kit" : " ^7.6.2" ,
216216 "@types/lodash.throttle" : " ^4.1.9" ,
217- "@types/node" : " ~24.11 .0" ,
217+ "@types/node" : " ~24.13 .0" ,
218218 "@types/vscode" : " ^1.59.0" ,
219219 "@uiw/codemirror-theme-vscode" : " ^4.23.2" ,
220220 "@vscode/vsce" : " ^3.2.2" ,
221- "concurrently" : " ^9 .0.0" ,
221+ "concurrently" : " ^10 .0.0" ,
222222 "esbuild" : " ^0.27.0" ,
223223 "glob" : " ^13.0.0" ,
224224 "lodash.throttle" : " ^4.1.1" ,
227227 "prettier" : " ^3.0.0" ,
228228 "rimraf" : " ^6.0.1" ,
229229 "tsup" : " ^8.3.6" ,
230- "typescript" : " ^5.6.2 "
230+ "typescript" : " ^6.0.0 "
231231 },
232- "packageManager" : " pnpm@10.30.3 "
232+ "packageManager" : " pnpm@11.7.0 "
233233}
You can’t perform that action at this time.
0 commit comments