Merge pull request #205 from jkingsman/dependabot/npm_and_yarn/frontend/npm_and_yarn-916abd5bfa

Bump the npm_and_yarn group across 1 directory with 4 updates
This commit is contained in:
Jack Kingsman
2026-04-19 18:43:06 -07:00
committed by GitHub
3 changed files with 189 additions and 1196 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@
"tailwindcss": "^3.4.19",
"typescript": "^5.6.3",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.3",
"vitest": "^2.1.0"
"vite": "^6.4.2",
"vitest": "^4.1.4"
}
}

View File

@@ -70,6 +70,7 @@ describe('fetchJson (via api methods)', () => {
});
function installMockFetch() {
mockFetch.mockReset();
global.fetch = mockFetch;
}