Skip to content

Commit d37fe76

Browse files
chore(deps): update all non-major dependencies
1 parent 068c46d commit d37fe76

File tree

6 files changed

+101
-181
lines changed

6 files changed

+101
-181
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Create GitHub Release
4848
id: create_release
49-
uses: stacksjs/action-releaser@v1.1.0
49+
uses: stacksjs/action-releaser@v1.2.7
5050
with:
5151
files: |
5252
./packages/rpx/bin/rpx-linux-x64.zip

bun.lock

Lines changed: 87 additions & 167 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@
5555
"fix-certs": "bun scripts/fix-certs.js"
5656
},
5757
"devDependencies": {
58-
"@stacksjs/bumpx": "^0.1.84",
59-
"@stacksjs/clarity": "^0.3.23",
58+
"@stacksjs/bumpx": "^0.2.2",
59+
"@stacksjs/clarity": "^0.3.24",
6060
"@stacksjs/docs": "^0.70.23",
6161
"@stacksjs/eslint-config": "^4.14.0-beta.3",
6262
"@stacksjs/gitlint": "^0.1.5",
63-
"@stacksjs/logsmith": "^0.1.18",
63+
"@stacksjs/logsmith": "^0.2.1",
6464
"@stacksjs/tlsx": "^0.10.0",
65-
"@types/bun": "^1.2.23",
66-
"buddy-bot": "^0.9.7",
67-
"bun-git-hooks": "^0.2.19",
68-
"bun-plugin-dtsx": "^0.21.12",
69-
"bunfig": "^0.15.0",
65+
"@types/bun": "^1.3.1",
66+
"buddy-bot": "^0.9.9",
67+
"bun-git-hooks": "^0.3.1",
68+
"bun-plugin-dtsx": "^0.21.15",
69+
"bunfig": "^0.15.6",
7070
"cac": "^6.7.14",
7171
"consola": "^3.4.2",
7272
"typescript": "^5.9.3",
73-
"unocss": "^66.5.2",
73+
"unocss": "^66.5.4",
7474
"vite-plugin-rpx": "workspace:*"
7575
},
7676
"overrides": {

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stacksjs/rpx": "workspace:*"
5151
},
5252
"devDependencies": {
53-
"bun-plugin-dtsx": "^0.21.12"
53+
"bun-plugin-dtsx": "^0.21.15"
5454
},
5555
"simple-git-hooks": {
5656
"pre-commit": "bunx lint-staged"

packages/rpx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
},
6868
"devDependencies": {
6969
"@stacksjs/tlsx": "^0.10.0",
70-
"bun-plugin-dtsx": "^0.21.12",
71-
"bunfig": "^0.15.0",
70+
"bun-plugin-dtsx": "^0.21.15",
71+
"bunfig": "^0.15.6",
7272
"cac": "^6.7.14",
7373
"consola": "^3.4.2",
7474
"typescript": "^5.9.3"

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@stacksjs/tlsx": "^0.10.0"
5252
},
5353
"devDependencies": {
54-
"bun-plugin-dtsx": "^0.21.12"
54+
"bun-plugin-dtsx": "^0.21.15"
5555
},
5656
"simple-git-hooks": {
5757
"pre-commit": "bunx lint-staged"

0 commit comments

Comments
 (0)