Skip to content

Commit dcecc29

Browse files
committed
feat: move to yarn monorepo
1 parent 39f540e commit dcecc29

File tree

15 files changed

+9843
-22
lines changed

15 files changed

+9843
-22
lines changed
File renamed without changes.
File renamed without changes.

apps/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"typescript": "5.0.4"
2525
},
2626
"devDependencies": {
27-
"tailwindcss-patch": "workspace:*",
28-
"unplugin-tailwindcss-mangle": "workspace:*"
27+
"tailwindcss-patch": "*",
28+
"unplugin-tailwindcss-mangle": "*"
2929
}
3030
}

apps/remix-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@types/react-dom": "^18.0.11",
2424
"eslint": "^8.38.0",
2525
"tailwindcss": "^3.3.1",
26-
"tailwindcss-patch": "workspace:*",
26+
"tailwindcss-patch": "*",
2727
"typescript": "^4.9.3",
28-
"unplugin-tailwindcss-mangle": "workspace:*"
28+
"unplugin-tailwindcss-mangle": "*"
2929
},
3030
"engines": {
3131
"node": ">=14"

apps/solid-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"autoprefixer": "^10.4.14",
1616
"postcss": "^8.4.23",
1717
"tailwindcss": "^3.3.1",
18-
"tailwindcss-patch": "workspace:*",
18+
"tailwindcss-patch": "*",
1919
"typescript": "^4.9.3",
20-
"unplugin-tailwindcss-mangle": "workspace:*",
20+
"unplugin-tailwindcss-mangle": "*",
2121
"vite": "^4.1.1",
2222
"vite-plugin-solid": "^2.5.0"
2323
},

apps/vite-lit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"autoprefixer": "^10.4.14",
2727
"postcss": "^8.4.21",
2828
"tailwindcss": "^3.3.1",
29-
"tailwindcss-patch": "workspace:*",
30-
"unplugin-tailwindcss-mangle": "workspace:*"
29+
"tailwindcss-patch": "*",
30+
"unplugin-tailwindcss-mangle": "*"
3131
}
3232
}

apps/vite-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"autoprefixer": "^10.4.14",
2121
"postcss": "^8.4.21",
2222
"tailwindcss": "^3.3.1",
23-
"tailwindcss-patch": "workspace:*",
23+
"tailwindcss-patch": "*",
2424
"typescript": "^4.9.3",
25-
"unplugin-tailwindcss-mangle": "workspace:*",
25+
"unplugin-tailwindcss-mangle": "*",
2626
"vite": "^4.2.0"
2727
}
2828
}

apps/vite-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"svelte": "^3.55.1",
1818
"svelte-check": "^2.10.3",
1919
"tailwindcss": "^3.3.1",
20-
"tailwindcss-patch": "workspace:*",
20+
"tailwindcss-patch": "*",
2121
"tslib": "^2.5.0",
2222
"typescript": "^4.9.3",
23-
"unplugin-tailwindcss-mangle": "workspace:*",
23+
"unplugin-tailwindcss-mangle": "*",
2424
"vite": "^4.2.0"
2525
}
2626
}

apps/vite-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"autoprefixer": "^10.4.14",
1616
"postcss": "^8.4.21",
1717
"tailwindcss": "^3.3.1",
18-
"tailwindcss-patch": "workspace:*",
19-
"unplugin-tailwindcss-mangle": "workspace:*"
18+
"tailwindcss-patch": "*",
19+
"unplugin-tailwindcss-mangle": "*"
2020
}
2121
}

apps/vite-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.9.3",
2121
"vite": "^4.2.0",
2222
"vue-tsc": "^1.2.0",
23-
"tailwindcss-patch": "workspace:*",
24-
"unplugin-tailwindcss-mangle": "workspace:*"
23+
"tailwindcss-patch": "*",
24+
"unplugin-tailwindcss-mangle": "*"
2525
}
2626
}

0 commit comments

Comments
 (0)