-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
429a76b
commit 38f3a84
Showing
4 changed files
with
873 additions
and
839 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 |
---|---|---|
|
@@ -10,18 +10,19 @@ | |
"packages/*" | ||
], | ||
"dependencies": { | ||
"@types/node": "^20.12.7", | ||
"playwright": "^1.43.1", | ||
"turbo": "^1.13.3", | ||
"typescript": "^5.4.5", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"vitest": "^1.5.2" | ||
"@types/node": "^22.7.5", | ||
"playwright": "^1.48.0", | ||
"turbo": "^2.1.3", | ||
"typescript": "^5.6.3", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.2" | ||
}, | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "turbo run build", | ||
"dev": "turbo run dev", | ||
"clean": "turbo run clean", | ||
"tsc": "turbo run tsc" | ||
} | ||
"build": "turbo run build --concurrency 12", | ||
"dev": "turbo run dev --concurrency 12", | ||
"clean": "turbo run clean --concurrency 12", | ||
"tsc": "turbo run tsc --concurrency 12" | ||
}, | ||
"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.