diff --git a/example/package.json b/example/package.json index e4cb466..6bc1aa9 100644 --- a/example/package.json +++ b/example/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@expo/metro-runtime": "6.0.0-canary-20250713-8f814f8", + "@tailwindcss/postcss": "^4.1.11", "expo": "54.0.0-canary-20250713-8f814f8", "expo-dev-client": "5.2.4", "expo-status-bar": "~2.2.3", diff --git a/package.json b/package.json index c22ff8e..de55607 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,6 @@ "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.30.1", "@ianvs/prettier-plugin-sort-imports": "^4.4.2", - "@tailwindcss/postcss": "^4.1.11", "@testing-library/react-native": "^13.2.0", "@tsconfig/react-native": "^3.0.6", "@types/babel__core": "^7", diff --git a/yarn.lock b/yarn.lock index a020fdb..b45b8fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11013,6 +11013,7 @@ __metadata: dependencies: "@babel/core": "npm:^7.20.0" "@expo/metro-runtime": "npm:6.0.0-canary-20250713-8f814f8" + "@tailwindcss/postcss": "npm:^4.1.11" expo: "npm:54.0.0-canary-20250713-8f814f8" expo-dev-client: "npm:5.2.4" expo-status-bar: "npm:~2.2.3" @@ -11038,7 +11039,6 @@ __metadata: "@commitlint/config-conventional": "npm:^19.8.1" "@eslint/js": "npm:^9.30.1" "@ianvs/prettier-plugin-sort-imports": "npm:^4.4.2" - "@tailwindcss/postcss": "npm:^4.1.11" "@testing-library/react-native": "npm:^13.2.0" "@tsconfig/react-native": "npm:^3.0.6" "@types/babel__core": "npm:^7"