Skip to content

Commit abd2e97

Browse files
committed
Update dev dependencies
1 parent 25f1d73 commit abd2e97

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"execa": "^8.0.1"
2828
},
2929
"devDependencies": {
30-
"ava": "^6.1.2",
31-
"c8": "^9.1.0",
32-
"del": "^7.1.0",
33-
"typescript": "^5.4.5",
30+
"ava": "^6.4.0",
31+
"c8": "^10.1.3",
32+
"del": "^8.0.0",
33+
"typescript": "^5.8.3",
3434
"xo": "^1.1.0"
3535
},
3636
"c8": {

test/broken-fixtures/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"compilerOptions": {
3-
"outDir": "typescript/compiled"
3+
"outDir": "typescript/compiled",
4+
"lib": [
5+
"es2022"
6+
]
47
},
58
"include": [
69
"typescript"

test/fixtures/load/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"strictNullChecks": true,
4-
"module": "Node16",
4+
"module": "node18",
55
"outDir": "compiled"
66
},
77
"include": [

test/fixtures/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"compilerOptions": {
33
"strictNullChecks": true,
4+
"lib": [
5+
"es2022",
6+
"dom"
7+
],
48
"outDir": "typescript/compiled"
59
},
610
"include": [

test/snapshots/compilation.js.snap

0 Bytes
Binary file not shown.

test/snapshots/protocol-ava-6.js.snap

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)