From cd07e0010087813e9f5c8e10c262981e5a3bc602 Mon Sep 17 00:00:00 2001 From: Matthew Richardson Date: Tue, 14 Apr 2026 15:04:24 +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 84b7d91..10b6bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "vitest": "3.2.3" }, "peerDependencies": { - "@tauri-apps/api": ">=2.9.0" + "@tauri-apps/api": "^2.9.0" } }, "node_modules/@asamuzakjp/css-color": { diff --git a/package.json b/package.json index 4b7293a..82e68e4 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "vitest": "3.2.3" }, "peerDependencies": { - "@tauri-apps/api": ">=2.9.0" + "@tauri-apps/api": "^2.9.0" } } From b760f272792e207eafbc5b0def54fc87cd09b8d3 Mon Sep 17 00:00:00 2001 From: Matthew Richardson Date: Tue, 14 Apr 2026 15:04:34 +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