From f4f3fb77f58bcee30c94f85888b160b3ded44697 Mon Sep 17 00:00:00 2001 From: James O'Claire Date: Sun, 20 Oct 2024 12:42:29 +0800 Subject: [PATCH] Minor version bumps --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f57b0bc..3a4a843 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "@types/eslint": "^9.6.1", - "@types/node": "22.7.5", + "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^8.8.1", "@typescript-eslint/parser": "^8.8.1", "@vincjo/datatables": "^1.14.10", @@ -34,7 +34,7 @@ "prettier-plugin-svelte": "^3.1.2", "svelte": "^4.2.7", "svelte-check": "^4.0.5", - "tailwindcss": "3.4.13", + "tailwindcss": "^3.4.13", "typescript-eslint": "^8.0.0", "tslib": "^2.4.1", "typescript": "^5.0.0",