Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jun 25, 2023
1 parent e6cb2da commit e96d67e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"dependencies": {
"escape-string-regexp": "^5.0.0",
"execa": "^7.1.0"
"execa": "^7.1.1"
},
"devDependencies": {
"ava": "^5.2.0",
"c8": "^7.13.0",
"ava": "^5.3.1",
"c8": "^8.0.0",
"del": "^7.0.0",
"typescript": "^4.9.5",
"xo": "^0.53.1"
"typescript": "^5.1.3",
"xo": "^0.54.2"
},
"c8": {
"reporter": [
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/load/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"strictNullChecks": true,
"module": "Node16",
"outDir": "compiled"
},
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"strictNullChecks": true,
"outDir": "typescript/compiled"
},
"include": [
Expand Down

0 comments on commit e96d67e

Please sign in to comment.