File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
.github/actions/setup-bun Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
- name : Bun Install
11
11
shell : bash
12
- run : bun i --frozen-lockfile
12
+ run : bun i --frozen-lockfile --ignore-scripts
Original file line number Diff line number Diff line change 64
64
"execa" : " ^9.3.1"
65
65
},
66
66
"devDependencies" : {
67
- "@types/node" : " 22.5.0 " ,
68
- "@typescript-eslint/eslint-plugin" : " 8.3 .0" ,
69
- "@typescript-eslint/parser" : " 8.3 .0" ,
67
+ "@types/node" : " 22.5.2 " ,
68
+ "@typescript-eslint/eslint-plugin" : " 8.4 .0" ,
69
+ "@typescript-eslint/parser" : " 8.4 .0" ,
70
70
"eslint" : " 8.57.0" ,
71
71
"eslint-config-prettier" : " 9.1.0" ,
72
72
"eslint-plugin-github" : " 5.0.1" ,
73
73
"eslint-plugin-import" : " 2.29.1" ,
74
- "lefthook" : " 1.7.14 " ,
74
+ "lefthook" : " 1.7.15 " ,
75
75
"prettier" : " 3.3.3" ,
76
76
"prettier-eslint" : " 16.3.0" ,
77
77
"prettier-plugin-packagejson" : " 2.5.2" ,
You can’t perform that action at this time.
0 commit comments