Skip to content

Commit

Permalink
test: refactor to use explicit resource management
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 3, 2024
1 parent 7d83049 commit 3b01d6a
Show file tree
Hide file tree
Showing 12 changed files with 385 additions and 1,116 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"resolve-pkg-maps": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/node": "^20.12.8",
"@yarnpkg/pnp": "3.3.1",
"clean-pkg-json": "^1.2.0",
"execa": "^8.0.1",
"fs-fixture": "^1.2.0",
"fs-fixture": "^2.0.0",
"is-fs-case-sensitive": "^1.0.0",
"jsonc-parser": "^3.2.1",
"lintroll": "^1.5.1",
Expand All @@ -65,6 +65,6 @@
"slash": "^5.1.0",
"tsx": "^4.8.2",
"type-fest": "^4.18.1",
"typescript": "^5.0.4"
"typescript": "~5.2.0"
}
}
977 changes: 248 additions & 729 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 3b01d6a

Please sign in to comment.