File tree Expand file tree Collapse file tree 4 files changed +282
-249
lines changed
Expand file tree Collapse file tree 4 files changed +282
-249
lines changed Original file line number Diff line number Diff line change 4343 - name : Setup Node.js
4444 uses : actions/setup-node@v4
4545 with :
46- node-version : 20
46+ node-version : 20.19.5
4747 cache : " pnpm"
4848
4949 # Update npm to the latest version to enable OIDC
Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : 20
29+ node-version : 20.19.5
3030 cache : " pnpm"
3131
3232 - name : Install Dependencies
Original file line number Diff line number Diff line change 3838 },
3939 "devDependencies" : {
4040 "@biomejs/biome" : " ^1.9.4" ,
41- "@rslib/core" : " ^0.15.1 " ,
42- "@rspack/core" : " ^1.5.8 " ,
43- "@rstest/core" : " ^0.5.3 " ,
44- "@types/node" : " ^22.17.0 " ,
45- "bumpp" : " ^10.2.3 " ,
41+ "@rslib/core" : " ^0.17.0 " ,
42+ "@rspack/core" : " ^1.6.0 " ,
43+ "@rstest/core" : " ^0.6.1 " ,
44+ "@types/node" : " ^22.18.13 " ,
45+ "bumpp" : " ^10.3.1 " ,
4646 "cac" : " ^6.7.14" ,
47- "cross-env" : " ^10.0 .0" ,
47+ "cross-env" : " ^10.1 .0" ,
4848 "execa" : " 9.6.0" ,
49- "fs-extra" : " 11.3.0 " ,
49+ "fs-extra" : " 11.3.2 " ,
5050 "nano-staged" : " ^0.8.0" ,
51- "react-refresh" : " ^0.17 .0" ,
52- "semver" : " 7.7.2 " ,
51+ "react-refresh" : " ^0.18 .0" ,
52+ "semver" : " 7.7.3 " ,
5353 "simple-git-hooks" : " ^2.13.1" ,
5454 "ts-node" : " ^10.9.2" ,
55- "typescript" : " 5.9.2 "
55+ "typescript" : " 5.9.3 "
5656 },
5757 "dependencies" : {
5858 "error-stack-parser" : " ^2.1.4" ,
6767 "optional" : true
6868 }
6969 },
70- "packageManager" : " pnpm@10.14 .0" ,
70+ "packageManager" : " pnpm@10.20 .0" ,
7171 "publishConfig" : {
7272 "access" : " public" ,
7373 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments