Skip to content

Commit 70c8c91

Browse files
committed
DEV-26939 Upgrade Deno to version 2.8.0
1 parent edc9402 commit 70c8c91

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Deno
2828
uses: denoland/setup-deno@v2
2929
with:
30-
deno-version: "2.7.2"
30+
deno-version: 2.8.0
3131

3232
- name: Run linter
3333
run: deno task lint

imports.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"imports": {
33
"@util-path": "./lib/utilities/src/path.ts",
44

5-
"eslint/config": "npm:eslint@10.0.2/config",
5+
"eslint/config": "npm:eslint@10.4.0/config",
66
"fontoxpath": "npm:fontoxpath@3.34.0",
77
"jszip": "npm:jszip@3.10.1",
88
"slimdom": "npm:slimdom@4.3.5",
9-
"std/expect": "jsr:@std/expect@1.0.18",
10-
"std/fmt/colors": "jsr:@std/fmt@1.0.9/colors",
9+
"std/expect": "jsr:@std/expect@1.0.19",
10+
"std/fmt/colors": "jsr:@std/fmt@1.0.10/colors",
1111
"std/path": "jsr:@std/path@1.1.4",
1212
"std/path/posix/basename": "jsr:@std/path@1.1.4/posix/basename",
1313
"std/path/posix/dirname": "jsr:@std/path@1.1.4/posix/dirname",
1414
"std/path/posix/join": "jsr:@std/path@1.1.4/posix/join",
1515
"std/path/posix/relative": "jsr:@std/path@1.1.4/posix/relative",
1616
"std/path/posix/resolve": "jsr:@std/path@1.1.4/posix/resolve",
17-
"std/testing/bdd": "jsr:@std/testing@1.0.17/bdd",
17+
"std/testing/bdd": "jsr:@std/testing@1.0.18/bdd",
1818

1919
"xml_renderer": "./vendor/xml_renderer/mod.ts"
2020
}

0 commit comments

Comments
 (0)