Update all non-major dependencies (#12756)

* Update all non-major dependencies

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot] 2024-07-09 18:39:26 +01:00 committed by GitHub
parent 93d5d2b39b
commit 454e9346a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 131 deletions

View file

@ -35,6 +35,6 @@ describe("<SyntaxHighlight />", () => {
await waitFor(() => expect(container.querySelector(`.language-${lang}`)).toBeTruthy());
const [_lang, opts] = mock.mock.lastCall!;
expect((opts as HighlightOptions)["language"]).toBe(lang);
expect((opts as unknown as HighlightOptions)["language"]).toBe(lang);
});
});