From e83bf1c806c4b706288a3a69a89b33c1f3c85f71 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Mon, 29 Jan 2024 00:06:03 +0100 Subject: [PATCH] test --- apps/mobile/package.json | 8 ++++---- package.json | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 47644ef..cd7a254 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -17,8 +17,8 @@ "@testing-library/jest-native": "*", "@testing-library/react-native": "*", "@types/react": "*", - "class-variance-authority": "^0.7.0", - "clsx": "^2.1.0", + "class-variance-authority": "*", + "clsx": "*", "eslint-plugin-react": "*", "eslint-plugin-react-hooks": "*", "expo": "*", @@ -46,8 +46,8 @@ "react-native-svg-transformer": "*", "react-native-web": "^0.19.10", "react-test-renderer": "*", - "tailwind-merge": "^2.2.1", - "tailwindcss": "3.3.2", + "tailwind-merge": "*", + "tailwindcss": "*", "typescript": "*" }, "scripts": { diff --git a/package.json b/package.json index 6c98728..15abd5b 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,8 @@ "typescript": "~5.2.2" }, "dependencies": { + "class-variance-authority": "^0.7.0", + "clsx": "^2.1.0", "@expo/metro-config": "~0.10.7", "expo": "49.0.16", "expo-splash-screen": "~0.20.5", @@ -59,6 +61,8 @@ "react-native-svg": "13.9.0", "react-native-svg-transformer": "1.3.0", "react-native-web": "~0.19.9", + "tailwind-merge": "^2.2.1", + "tailwindcss": "3.3.2", "tslib": "^2.3.0" }, "pnpm": {