Skip to content

Commit

Permalink
chore: update vitest to v2.1.8
Browse files Browse the repository at this point in the history
do not know why dependabot is not updating this dep
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Dec 4, 2024
1 parent 5a69592 commit 14ad345
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 111 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@eslint/compat": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"commitlint": "^19.6.0",
"concurrently": "^9.1.0",
Expand All @@ -73,7 +73,7 @@
"typescript": "5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^5.4.11",
"vitest": "^2.0.5"
"vitest": "^2.1.8"
},
"workspaces": {
"packages": [
Expand Down
3 changes: 1 addition & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"description": "Display GPU promotion banner",
"hidden": true
}

}
},
"icons": {
Expand Down Expand Up @@ -125,6 +124,6 @@
"@types/supertest": "^6.0.2",
"openapi-typescript": "^7.4.4",
"supertest": "^7.0.0",
"vitest": "^2.0.5"
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"svelte-markdown": "^0.4.1",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.16",
"vitest": "^2.0.5"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 14ad345

Please sign in to comment.