Skip to content

Commit 859ea32

Browse files
committed
chore(deps): update dependency turbo to v2.0.3 and update README
1 parent 4933793 commit 859ea32

File tree

4 files changed

+230
-109
lines changed

4 files changed

+230
-109
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Turborepo starter with Shadcn/UI & Tailwind CSS
44

5-
![Static Badge](https://img.shields.io/badge/turborepo-1.13.2-orangered?logo=turborepo&link=https%3A%2F%2Fgithub.com%2Fvercel%2Fturbo%2Freleases%2Ftag%2Fv1.13.2)
5+
![Static Badge](https://img.shields.io/badge/turborepo-2.0.3-orangered?logo=turborepo&link=https%3A%2F%2Fgithub.com%2Fvercel%2Fturbo%2Freleases%2Ftag%2Fv2.0.3)
66
![Static Badge](https://img.shields.io/badge/pnpm-8.15.6-gold?link=https%3A%2F%2Fgithub.com%2Fpnpm%2Fpnpm%2Freleases%2Ftag%2Fv8.15.6)
77
![GitHub repo size](https://img.shields.io/github/repo-size/henriqpohl/turborepo-shadcn-ui-tailwindcss?color=SeaGreen)
88
![GitHub Release](https://img.shields.io/github/v/release/henriqpohl/turborepo-shadcn-ui-tailwindcss?color=darksea)

packages/ui/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"extends": ["//"],
4-
"pipeline": {
4+
"tasks": {
55
"build": {
66
"outputs": ["dist/**"]
77
}

0 commit comments

Comments
 (0)