Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit a037287

Browse files
committed
Bump most frontend dependencies
1 parent c676a2e commit a037287

File tree

5 files changed

+2426
-3048
lines changed

5 files changed

+2426
-3048
lines changed

crates/spa/src/vite.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ use thiserror::Error;
2020
#[derive(serde::Deserialize, Debug, Clone)]
2121
#[serde(rename_all = "camelCase", deny_unknown_fields)]
2222
pub struct ManifestEntry {
23+
#[allow(dead_code)]
24+
name: Option<String>,
25+
2326
#[allow(dead_code)]
2427
src: Option<Utf8PathBuf>,
2528

frontend/.storybook/preview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import i18n from "../src/i18n";
2222
import localazyMetadata from "./locales";
2323

2424
export const parameters: Parameters = {
25-
actions: { argTypesRegex: "^on[A-Z].*" },
2625
controls: {
2726
matchers: {
2827
color: /(background|color)$/i,

0 commit comments

Comments
 (0)