File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@2.35.5
133+ uses : shivammathur/setup-php@2.37.1
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@2.35.5
251+ uses : shivammathur/setup-php@2.37.1
252252 with :
253253 php-version : ' 8.4'
254254 tools : composer
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v6
2222
2323 - name : Install Bun
24- uses : oven-sh/setup-bun@v2.0.2
24+ uses : oven-sh/setup-bun@v2.2.0
2525
2626 - name : Use cached node_modules
2727 uses : actions/cache@v5
4444 - uses : actions/checkout@v6
4545
4646 - name : Install Bun
47- uses : oven-sh/setup-bun@v2.0.2
47+ uses : oven-sh/setup-bun@v2.2.0
4848
4949 - name : Use cached node_modules
5050 uses : actions/cache@v5
6767 - uses : actions/checkout@v6
6868
6969 - name : Install Bun
70- uses : oven-sh/setup-bun@v2.0.2
70+ uses : oven-sh/setup-bun@v2.2.0
7171
7272 - name : Use cached node_modules
7373 uses : actions/cache@v5
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6.0.1
18+ uses : actions/checkout@v6.0.2
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 5555 },
5656 "devDependencies" : {
5757 "@types/clean-css" : " ^4.2.11" ,
58- "@types/google.maps" : " ^3.58 .1" ,
59- "better-dx" : " ^0.2.7 "
58+ "@types/google.maps" : " ^3.64 .1" ,
59+ "better-dx" : " ^0.2.13 "
6060 },
6161 "git-hooks" : {
6262 "pre-commit" : {
Original file line number Diff line number Diff line change 4747 "prepublishOnly" : " bun run build"
4848 },
4949 "devDependencies" : {
50- "bun-plugin-dtsx" : " ^0.21.12 " ,
51- "bunfig" : " ^0.15.0 " ,
52- "lint-staged" : " ^16.2.3 " ,
50+ "bun-plugin-dtsx" : " ^0.21.17 " ,
51+ "bunfig" : " ^0.15.13 " ,
52+ "lint-staged" : " ^16.4.0 " ,
5353 "simple-git-hooks" : " ^2.13.1" ,
5454 "typescript" : " ^5.9.3"
5555 },
Original file line number Diff line number Diff line change 4141 },
4242 "peerDependencies" : {
4343 "ts-inputs" : " workspace:*" ,
44- "vue" : " ^3.5.22 "
44+ "vue" : " ^3.5.34 "
4545 },
4646 "devDependencies" : {
47- "@microsoft/api-extractor" : " ^7.52.15 " ,
48- "@types/google.maps" : " ^3.58 .1" ,
49- "@vitejs/plugin-vue" : " ^5.2.1 " ,
50- "@vue/tsconfig" : " ^0.8 .1" ,
51- "bumpp" : " ^10.2.3 " ,
52- "bun-plugin-dtsx" : " ^0.21.12 " ,
47+ "@microsoft/api-extractor" : " ^7.58.7 " ,
48+ "@types/google.maps" : " ^3.64 .1" ,
49+ "@vitejs/plugin-vue" : " ^5.2.4 " ,
50+ "@vue/tsconfig" : " ^0.9 .1" ,
51+ "bumpp" : " ^10.4.1 " ,
52+ "bun-plugin-dtsx" : " ^0.21.17 " ,
5353 "changelogen" : " ^0.6.2" ,
5454 "clean-css" : " ^5.3.3" ,
5555 "date-fns" : " ^4.1.0" ,
5656 "ts-datetime" : " ^0.0.3" ,
57- "vite" : " ^6.0.7 " ,
58- "vue" : " ^3.5.22 " ,
59- "vue-tsc" : " ^2.2.0 "
57+ "vite" : " ^6.4.2 " ,
58+ "vue" : " ^3.5.34 " ,
59+ "vue-tsc" : " ^2.2.12 "
6060 }
6161}
You can’t perform that action at this time.
0 commit comments