Skip to content

Commit 435e431

Browse files
committed
Upgrade turborepo
1 parent e9e1c73 commit 435e431

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "cache-tag",
3-
"description": "Cache Tag Cloudflare Workers",
4-
"license": "AGPL-3.0-or-later",
5-
"scripts": {
6-
"prepare": "husky",
7-
"test": "turbo test",
8-
"cf-typegen": "turbo cf-typegen",
9-
"typecheck": "turbo typecheck",
10-
"lint": "turbo lint",
11-
"tail": "turbo tail"
12-
},
13-
"devDependencies": {
14-
"husky": "^9.1.4",
15-
"lint-staged": "^15.2.7",
16-
"prettier": "^3.3.3",
17-
"turbo": "^2.0.12"
18-
},
19-
"lint-staged": {
20-
"**/*": "prettier --write --ignore-unknown"
21-
},
22-
"packageManager": "pnpm@9.7.0"
2+
"name": "cache-tag",
3+
"description": "Cache Tag Cloudflare Workers",
4+
"license": "AGPL-3.0-or-later",
5+
"scripts": {
6+
"prepare": "husky",
7+
"test": "turbo test",
8+
"cf-typegen": "turbo cf-typegen",
9+
"typecheck": "turbo typecheck",
10+
"lint": "turbo lint",
11+
"tail": "turbo tail"
12+
},
13+
"devDependencies": {
14+
"husky": "^9.1.4",
15+
"lint-staged": "^15.2.7",
16+
"prettier": "^3.3.3",
17+
"turbo": "^2.1.0"
18+
},
19+
"lint-staged": {
20+
"**/*": "prettier --write --ignore-unknown"
21+
},
22+
"packageManager": "pnpm@9.7.0"
2323
}

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)