mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-06 01:42:11 +02:00
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:
Generated
+186
-1194
File diff suppressed because it is too large
Load Diff
@@ -66,7 +66,7 @@
|
|||||||
"tailwindcss": "^3.4.19",
|
"tailwindcss": "^3.4.19",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
"typescript-eslint": "^8.19.0",
|
"typescript-eslint": "^8.19.0",
|
||||||
"vite": "^6.0.3",
|
"vite": "^6.4.2",
|
||||||
"vitest": "^2.1.0"
|
"vitest": "^4.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ describe('fetchJson (via api methods)', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function installMockFetch() {
|
function installMockFetch() {
|
||||||
|
mockFetch.mockReset();
|
||||||
global.fetch = mockFetch;
|
global.fetch = mockFetch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user