Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cac21c8

Browse files
committed
Update dependencies
1 parent 2b6fb25 commit cac21c8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
},
2525
"dependencies": {
2626
"escape-string-regexp": "^5.0.0",
27-
"execa": "^7.1.0"
27+
"execa": "^7.1.1"
2828
},
2929
"devDependencies": {
30-
"ava": "^5.2.0",
31-
"c8": "^7.13.0",
30+
"ava": "^5.3.1",
31+
"c8": "^8.0.0",
3232
"del": "^7.0.0",
33-
"typescript": "^4.9.5",
34-
"xo": "^0.53.1"
33+
"typescript": "^5.1.3",
34+
"xo": "^0.54.2"
3535
},
3636
"c8": {
3737
"reporter": [

test/fixtures/load/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"strictNullChecks": true,
34
"module": "Node16",
45
"outDir": "compiled"
56
},

test/fixtures/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"strictNullChecks": true,
34
"outDir": "typescript/compiled"
45
},
56
"include": [

0 commit comments

Comments
 (0)