Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.3/schema.json",
"formatter": {
"useEditorconfig": true,
"formatWithErrors": true,
Expand Down
1,224 changes: 667 additions & 557 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opfs-mock",
"version": "2.4.0",
"version": "2.5.0",
"type": "module",
"description": "Mock all origin private file system APIs for your Jest or Vitest tests",
"author": "Jure Rotar <hello@jurerotar.com>",
Expand Down Expand Up @@ -56,12 +56,13 @@
"release": "npm publish --access public"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@biomejs/biome": "2.3.4",
"@vitest/coverage-v8": "4.0.7",
"@web-std/file": "3.0.3",
"happy-dom": "20.0.5",
"jsdom": "27.0.1",
"tsdown": "0.15.7",
"happy-dom": "20.0.10",
"jsdom": "27.1.0",
"tsdown": "0.16.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.7"
}
}
Loading