Skip to content

Commit

Permalink
fix(fixtures): update fixtures (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Mar 11, 2024
1 parent a697a84 commit 3b7123e
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 548 deletions.
11 changes: 6 additions & 5 deletions fixtures/package.json
Expand Up @@ -8,14 +8,15 @@
"lint": "eslint . --fix"
},
"keywords": [],
"author": "Makuza Mugabo Verite <mugaboverite@gmail.com> (https://veritemugabo.com/)",
"author": "Mugabo Verite <mugaboverite@gmail.com> (https://veritemugabo.com/)",
"license": "MIT",
"dependencies": {
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-vitest": "^0.3.24",
"vitest": "^1.1.0"
"eslint-plugin-vitest": "^0.3.25",
"vitest": "^1.3.1"
},
"devDependencies": {
"eslint": "^8.56.0"
"@vitest/ui": "^1.3.1",
"eslint": "^8.57.0"
}
}
}

0 comments on commit 3b7123e

Please sign in to comment.