Skip to content

Commit

Permalink
chore: update turborepo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Arbibe committed Jun 20, 2024
1 parent 1ab4c73 commit 21813e9
Show file tree
Hide file tree
Showing 13 changed files with 103 additions and 120 deletions.
2 changes: 1 addition & 1 deletion examples/basic/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/external/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/home/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/performance/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sortable/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/timeaxis/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/virtual/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
56 changes: 27 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
{
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"release": "turbo release --concurrency=1",
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"husky": "^8.0.3",
"release-it": "^17.0.1",
"turbo": "^1.13.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"examples/*",
"packages/*"
]
}
"name": "dnd-timeline-monorepo",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"release": "turbo release --concurrency=1",
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"husky": "^8.0.3",
"release-it": "^17.0.1",
"turbo": "^2.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": ["examples/*", "packages/*"]
}
5 changes: 1 addition & 4 deletions packages/dnd-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"url": "https://github.com/samuelarbibe/dnd-timeline"
},
"homepage": "https://samuel-arbibe.gitbook.io/dnd-timeline/",
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"scripts": {
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-timeline/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"]
}
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 21813e9

Please sign in to comment.