File tree Expand file tree Collapse file tree 5 files changed +157
-128
lines changed
Expand file tree Collapse file tree 5 files changed +157
-128
lines changed Original file line number Diff line number Diff line change 4949
5050 - uses : pnpm/action-setup@v4
5151 with :
52- version : 9
52+ version : 10
5353
5454 - name : Make GCC 14 the default toolchain (Linux)
5555 if : startsWith(matrix.os, 'ubuntu')
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848
4949 - uses : pnpm/action-setup@v4
5050 with :
51- version : 9
51+ version : 10
5252
5353 - uses : actions/setup-node@v4
5454 with :
5555 node-version : 18.x
5656 cache : " pnpm"
5757
58- - run : pnpm install prettier@3.5.3
58+ - run : pnpm install prettier@3.6.2
5959
6060 - uses : actions/setup-python@v5
6161 with :
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232
3333 - uses : pnpm/action-setup@v4
3434 with :
35- version : 9
35+ version : 10
3636
3737 - uses : actions/setup-node@v4
3838 with :
3939 node-version : 18.x
4040 cache : " pnpm"
4141
42- - run : pnpm install prettier@3.5.3
42+ - run : pnpm install prettier@3.6.2
4343 - name : Update version
4444 run : |
4545 ./update_version.py ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change 5151 },
5252 "devDependencies" : {
5353 "@eslint/eslintrc" : " ^3.3.1" ,
54+ "@eslint/js" : " ^9.30.1" ,
5455 "@tauri-apps/cli" : " 2.5.0" ,
5556 "@types/d3" : " ^7.4.3" ,
5657 "@types/node" : " ^22.15.30" ,
5758 "@types/react" : " ^19.1.6" ,
5859 "@types/react-dom" : " ^19.1.6" ,
59- "@typescript-eslint/eslint-plugin" : " ^8.33.1 " ,
60- "@typescript-eslint/parser" : " ^8.33.1 " ,
60+ "@typescript-eslint/eslint-plugin" : " ^8.36.0 " ,
61+ "@typescript-eslint/parser" : " ^8.36.0 " ,
6162 "@vitejs/plugin-react" : " ^4.5.1" ,
62- "eslint" : " ^9.28.0 " ,
63- "eslint-plugin-n" : " ^17.19 .0" ,
63+ "eslint" : " ^9.30.1 " ,
64+ "eslint-plugin-n" : " ^17.21 .0" ,
6465 "eslint-plugin-promise" : " ^7.2.1" ,
6566 "eslint-plugin-react" : " ^7.37.5" ,
6667 "fs" : " ^0.0.2" ,
6768 "glob" : " ^11.0.2" ,
6869 "globals" : " ^16.2.0" ,
69- "prettier" : " ^3.5.3 " ,
70+ "prettier" : " 3.6.2 " ,
7071 "typescript" : " ^5.8.3" ,
7172 "vite" : " ^6.3.5"
7273 }
You can’t perform that action at this time.
0 commit comments