File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Setup PHP and Composer (if needed)
132132 if : ${{ hashFiles('composer.json') != '' }}
133- uses : shivammathur/setup-php@v2
133+ uses : shivammathur/setup-php@2.35.5
134134 with :
135135 php-version : ' 8.4'
136136 tools : composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name : Setup PHP and Composer (if needed)
250250 if : ${{ hashFiles('composer.json') != '' }}
251- uses : shivammathur/setup-php@v2
251+ uses : shivammathur/setup-php@2.35.5
252252 with :
253253 php-version : ' 8.4'
254254 tools : composer
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 - uses : actions/checkout@v4
2222
2323 - name : Install Bun
24- uses : oven-sh/setup-bun@v2
24+ uses : oven-sh/setup-bun@v2.0.2
2525
2626 - name : Use cached node_modules
27- uses : actions/cache@v4
27+ uses : actions/cache@v4.3.0
2828 with :
2929 path : node_modules
3030 key : node-modules-${{ hashFiles('**/bun.lockb') }}
@@ -44,10 +44,10 @@ jobs:
4444 - uses : actions/checkout@v4
4545
4646 - name : Install Bun
47- uses : oven-sh/setup-bun@v2
47+ uses : oven-sh/setup-bun@v2.0.2
4848
4949 - name : Use cached node_modules
50- uses : actions/cache@v4
50+ uses : actions/cache@v4.3.0
5151 with :
5252 path : node_modules
5353 key : node-modules-${{ hashFiles('**/bun.lockb') }}
@@ -67,10 +67,10 @@ jobs:
6767 - uses : actions/checkout@v4
6868
6969 - name : Install Bun
70- uses : oven-sh/setup-bun@v2
70+ uses : oven-sh/setup-bun@v2.0.2
7171
7272 - name : Use cached node_modules
73- uses : actions/cache@v4
73+ uses : actions/cache@v4.3.0
7474 with :
7575 path : node_modules
7676 key : node-modules-${{ hashFiles('**/bun.lockb') }}
Original file line number Diff line number Diff line change 4040 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
4141
4242 - name : Attach Binaries
43- uses : softprops/action-gh-release@v2
43+ uses : softprops/action-gh-release@v2.3.3
4444 with :
4545 files : |
4646 packages/qrx/bin/qrx-linux-x64
Original file line number Diff line number Diff line change 4343 "typecheck" : " bun --bun tsc --noEmit"
4444 },
4545 "devDependencies" : {
46- "@stacksjs/bumpx" : " ^0.1.17 " ,
46+ "@stacksjs/bumpx" : " ^0.1.84 " ,
4747 "@stacksjs/docs" : " ^0.69.3" ,
4848 "@stacksjs/eslint-config" : " ^3.13.1-beta.2" ,
4949 "@stacksjs/gitlint" : " ^0.1.5" ,
50- "@stacksjs/logsmith" : " ^0.1.8 " ,
50+ "@stacksjs/logsmith" : " ^0.1.18 " ,
5151 "@stacksjs/qrx" : " workspace:*" ,
52- "@types/bun" : " ^1.1.14 " ,
52+ "@types/bun" : " ^1.2.23 " ,
5353 "buddy-bot" : " ^0.8.9" ,
5454 "bun-git-hooks" : " ^0.2.19" ,
55- "bun-plugin-dtsx" : " ^0.21.9 " ,
56- "typescript" : " ^5.7 .2" ,
57- "unocss" : " ^66.0.0 "
55+ "bun-plugin-dtsx" : " ^0.21.12 " ,
56+ "typescript" : " ^5.9 .2" ,
57+ "unocss" : " ^66.5.2 "
5858 },
5959 "overrides" : {
6060 "unconfig" : " 0.3.10"
Original file line number Diff line number Diff line change 7373 },
7474 "dependencies" : {
7575 "get-pixels" : " ^3.3.3" ,
76- "gl-matrix" : " ^3.4.3 " ,
76+ "gl-matrix" : " ^3.4.4 " ,
7777 "lodash" : " ^4.17.21" ,
7878 "ndarray" : " ^1.0.19" ,
7979 "ndarray-linear-interpolate" : " ^1.0.0"
8383 "bun-plugin-dtsx" : " ^0.21.9" ,
8484 "bunfig" : " ^0.5.2" ,
8585 "lint-staged" : " ^15.3.0" ,
86- "simple-git-hooks" : " ^2.11 .1" ,
86+ "simple-git-hooks" : " ^2.13 .1" ,
8787 "typescript" : " ^5.7.2"
8888 },
8989 "lint-staged" : {
Original file line number Diff line number Diff line change 11dependencies :
2- bun.sh : ^1.2.0
2+ bun.sh : ^1.2.20
You can’t perform that action at this time.
0 commit comments