-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from timlrx/update/turborepo
update dev dependencies
- Loading branch information
Showing
3 changed files
with
136 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{ | ||
"name": "@pliny/monorepo", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
"prepare": "husky install", | ||
"build": "turbo run build --filter=!starter-blog", | ||
"dev": "turbo run dev --parallel --no-cache --filter=!starter-blog", | ||
"build": "turbo run build", | ||
"dev": "turbo run dev --parallel --no-cache", | ||
"build:starter": "turbo run build", | ||
"dev:starter": "turbo run dev --parallel --no-cache", | ||
"serve": "turbo run serve", | ||
|
@@ -32,11 +33,11 @@ | |
"@changesets/cli": "^2.26.0", | ||
"@commitlint/cli": "^17.0.0", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@types/react": "18.2.15", | ||
"@types/react": "18.3.3", | ||
"husky": "^8.0.0", | ||
"lint-staged": "^13.0.0", | ||
"prettier": "^3.0.0", | ||
"turbo": "1.13.0", | ||
"turbo": "2.0.3", | ||
"vitest": "1.4.0" | ||
}, | ||
"workspaces": { | ||
|
@@ -45,4 +46,4 @@ | |
] | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.