From fedf36c8800111fd3495e490bba6dd8c5db8d38c Mon Sep 17 00:00:00 2001 From: Matthew Richardson Date: Tue, 14 Apr 2026 15:06:39 +0100 Subject: [PATCH 1/2] fix: replace @tauri-apps/api peer dep with minimum version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d458f8..b0cc2b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "vitest": "3.2.3" }, "peerDependencies": { - "@tauri-apps/api": "2.9.1" + "@tauri-apps/api": "^2.9.0" } }, "node_modules/@asamuzakjp/css-color": { diff --git a/package.json b/package.json index e5ae598..6bc0723 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "vitest": "3.2.3" }, "peerDependencies": { - "@tauri-apps/api": "2.9.1" + "@tauri-apps/api": "^2.9.0" } } From d193b7243381772d327509ea6c46c7d9503e49f5 Mon Sep 17 00:00:00 2001 From: Matthew Richardson Date: Tue, 14 Apr 2026 15:06:47 +0100 Subject: [PATCH 2/2] chore: add .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf