Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: oven-sh/setup-bun@v2.2.0

- name: Use cached node_modules
uses: actions/cache@v5.0.4
uses: actions/cache@v5.0.5
with:
path: node_modules
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
Expand All @@ -50,7 +50,7 @@ jobs:
uses: oven-sh/setup-bun@v2.2.0

- name: Use cached node_modules
uses: actions/cache@v5.0.4
uses: actions/cache@v5.0.5
with:
path: node_modules
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
Expand All @@ -75,7 +75,7 @@ jobs:
uses: oven-sh/setup-bun@v2.2.0

- name: Use cached node_modules
uses: actions/cache@v5.0.4
uses: actions/cache@v5.0.5
with:
path: node_modules
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Setup Pantry
uses: home-lang/pantry/packages/action@v0.8.16
uses: home-lang/pantry/packages/action@v0.9.35

- name: Install Dependencies
run: bun install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.11 as base
FROM oven/bun:1.3.14 as base
WORKDIR /app

# Install dependencies
Expand Down
68 changes: 46 additions & 22 deletions bun.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"typecheck": "bunx tsc --noEmit"
},
"dependencies": {
"@cwcss/crosswind": "^0.1.6",
"@cwcss/crosswind": "^0.2.4",
"@stacksjs/bun-router": "^0.0.14",
"@stacksjs/stx": "^0.2.10",
"bun-plugin-stx": "^0.2.10",
"bun-query-builder": "^0.1.13",
"@stacksjs/stx": "^0.2.64",
"bun-plugin-stx": "^0.2.65",
"bun-query-builder": "^0.1.21",
"dynamodb-tooling": "^0.3.2",
"ts-countries": "^0.1.2"
},
Expand Down
57 changes: 32 additions & 25 deletions packages/error-sdk/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/error-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"src"
],
"dependencies": {
"@nuxt/kit": "^4.4.2"
"@nuxt/kit": "^4.4.6"
},
"peerDependencies": {
"nuxt": "^4.4.2",
"vue": "^3.5.30"
"nuxt": "^4.4.6",
"vue": "^3.5.34"
},
"peerDependenciesMeta": {
"nuxt": {
Expand Down
Loading