From ae4afbb2af686e10feb7518cd2e5f4a4e94503bf Mon Sep 17 00:00:00 2001 From: Pauline Date: Tue, 26 Dec 2023 16:44:14 +0100 Subject: chore(deps): bump and use patched lint --- packages/config/package.json | 4 ++-- packages/ui/package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'packages') diff --git a/packages/config/package.json b/packages/config/package.json index 30adebb..93eaa7a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -14,9 +14,9 @@ "@vitejs/plugin-react": "^4.2.1", "regexpp": "^3.2.0", "vite": "^5.0.10", - "vite-plugin-html": "^3.2.0", + "vite-plugin-html": "^3.2.1", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.2.2", - "vitest": "^0.34.6" + "vitest": "^1.1.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 321a5ef..dc17985 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -27,10 +27,10 @@ "clsx": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.20.0", - "sonner": "^1.2.3", + "react-router-dom": "^6.21.1", + "sonner": "^1.3.1", "tailwindcss-radix": "^2.8.0", - "ts-pattern": "^5.0.5", + "ts-pattern": "^5.0.6", "use-debounce": "^10.0.0", "zod": "^3.22.4" }, @@ -48,6 +48,6 @@ "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3", - "vitest": "^0.34.6" + "vitest": "^1.1.0" } } -- cgit