Skip to content

Commit

Permalink
chore: dep update (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay authored Nov 28, 2024
1 parent 74ca3ab commit ed88e59
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ common:
- deno_matrix: &deno_matrix
matrix:
# - "ubuntu"
- "ubuntu-2.0.4"
- "ubuntu-2.1.1"
plugins:
- docker#v5.10.0:
image: "denoland/deno:{{matrix}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
deno-version: [2.0.4]
deno-version: [2.1.1]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
deno-version: [2.0.4]
deno-version: [2.1.1]

steps:
- uses: google-github-actions/release-please-action@v3
Expand Down
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@cliffy/command": "jsr:@cliffy/[email protected]",
"@cliffy/testing": "jsr:@cliffy/[email protected]",
"@rebeccastevens/deepmerge": "jsr:@rebeccastevens/deepmerge@^7.1.3",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/assert": "jsr:@std/assert@^1.0.8",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
"@std/path": "jsr:@std/path@^1.0.7",
"@std/streams": "jsr:@std/streams@^1.0.7",
"@std/testing": "jsr:@std/testing@^1.0.3"
"@std/testing": "jsr:@std/testing@^1.0.5"
}
}
40 changes: 24 additions & 16 deletions deno.lock

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

0 comments on commit ed88e59

Please sign in to comment.