Skip to content

Commit 56df72e

Browse files
chore(deps): update all non-major dependencies (updated) (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74ad226 commit 56df72e

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ jobs:
126126
persist-credentials: true
127127

128128
- name: Setup Bun
129-
uses: oven-sh/setup-bun@v2
129+
uses: oven-sh/setup-bun@v2.0.2
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.3
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: true
164164

165165
- name: Setup Bun
166-
uses: oven-sh/setup-bun@v2
166+
uses: oven-sh/setup-bun@v2.0.2
167167

168168
- name: Install dependencies
169169
run: bun install
@@ -244,11 +244,11 @@ jobs:
244244
persist-credentials: true
245245

246246
- name: Setup Bun
247-
uses: oven-sh/setup-bun@v2
247+
uses: oven-sh/setup-bun@v2.0.2
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.3
252252
with:
253253
php-version: '8.4'
254254
tools: composer
@@ -351,7 +351,7 @@ jobs:
351351
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
352352

353353
- name: Setup Bun
354-
uses: oven-sh/setup-bun@v2
354+
uses: oven-sh/setup-bun@v2.0.2
355355

356356
- name: Install dependencies
357357
run: bun install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: oven-sh/setup-bun@v2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4
22+
uses: actions/cache@v4.2.4
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5454
"@types/bun": "^1.2.20",
5555
"@types/clean-css": "^4.2.11",
56-
"buddy-bot": "^0.7.9",
56+
"buddy-bot": "^0.7.13",
5757
"bumpp": "^10.2.3",
5858
"bun-plugin-dtsx": "0.9.5",
5959
"cac": "^6.7.14",

packages/react/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"typecheck": "bunx --bun tsc --noEmit"
2525
},
2626
"peerDependencies": {
27-
"react": "^19.1.0",
28-
"react-dom": "^19.1.0"
27+
"react": "^19.1.1",
28+
"react-dom": "^19.1.1"
2929
},
3030
"devDependencies": {
31-
"@types/react": "^19.1.2",
32-
"@types/react-dom": "^19.1.2",
31+
"@types/react": "^19.1.10",
32+
"@types/react-dom": "^19.1.7",
3333
"@vitejs/plugin-react": "^4.4.1",
34-
"react": "^19.1.0",
35-
"react-dom": "^19.1.0",
34+
"react": "^19.1.1",
35+
"react-dom": "^19.1.1",
3636
"typescript": "^5.9.0",
3737
"vite": "^6.3.2",
38-
"vite-plugin-dts": "^4.5.3"
38+
"vite-plugin-dts": "^4.5.4"
3939
}
4040
}

packages/ts-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"bun-plugin-dtsx": "^0.21.9",
9393
"bunfig": "^0.8.2",
9494
"lint-staged": "^15.5.1",
95-
"simple-git-hooks": "^2.13.0",
95+
"simple-git-hooks": "^2.13.1",
9696
"typescript": "^5.9.0"
9797
},
9898
"lint-staged": {

packages/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"@microsoft/api-extractor": "^7.52.5",
4141
"@stacksjs/docs": "^0.70.23",
4242
"@stacksjs/eslint-config": "^4.2.1-beta.1",
43-
"@types/bun": "^1.2.10",
43+
"@types/bun": "^1.2.20",
4444
"@types/google.maps": "^3.58.1",
4545
"@types/vue": "^2.0.0",
4646
"@vue/tsconfig": "^0.7.0",
47-
"bumpp": "^10.1.0",
48-
"bun-plugin-dtsx": "^0.21.9",
47+
"bumpp": "^10.2.3",
48+
"bun-plugin-dtsx": "^0.21.12",
4949
"cac": "^6.7.14",
50-
"changelogen": "^0.6.1",
50+
"changelogen": "^0.6.2",
5151
"typescript": "^5.9.0",
5252
"vue": "^3.5.18",
5353
"vue-tsc": "^2.2.10"

playground/pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: ^1.2.4
2+
bun.sh: ^1.2.20

playground/vue-samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@types/google.maps": "^3.58.1",
1313
"ts-maps-vue": "../../packages/vue",
14-
"vue": "^3.5.13"
14+
"vue": "^3.5.18"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.2.3",
18-
"typescript": "^5.8.3",
18+
"typescript": "^5.9.2",
1919
"vite": "^6.3.2",
2020
"vue-tsc": "^2.2.10"
2121
}

0 commit comments

Comments
 (0)