-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turbo2 and bump testcontainers (#990)
Closes: #... ## Checklist - [ ] I have written tests - [ ] I have provided documentation ## Changelog - A bullet list of what you've done to make the life of the reviewer easier. ## How to test A consise description of how to test the newly implemented functionality.
- Loading branch information
1 parent
4df2f19
commit 4ab2779
Showing
4 changed files
with
637 additions
and
629 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 |
---|---|---|
|
@@ -2,7 +2,11 @@ | |
"name": "monorepo", | ||
"version": "1.0.0", | ||
"description": "Monoweb is the next-generation web application for Online. This is the monorepo source.", | ||
"keywords": ["online", "ntnu", "student-association"], | ||
"keywords": [ | ||
"online", | ||
"ntnu", | ||
"student-association" | ||
], | ||
"homepage": "https://online.ntnu.no", | ||
"author": "Dotkom <[email protected]> (https://online.ntnu.no)", | ||
"bugs": { | ||
|
@@ -49,7 +53,7 @@ | |
}, | ||
"devDependencies": { | ||
"dotenv-cli": "^7.3.0", | ||
"turbo": "^1.10.16", | ||
"turbo": "^2.0.14", | ||
"turbo-ignore": "^2.0.0", | ||
"typescript": "^5.4.5" | ||
} | ||
|
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.