Skip to content

Commit

Permalink
Turbo2 and bump testcontainers (#990)
Browse files Browse the repository at this point in the history
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
henrikhorluck authored Aug 23, 2024
1 parent 4df2f19 commit 4ab2779
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 629 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@dotkomonline/types": "workspace:*",
"@testcontainers/postgresql": "^10.7.1",
"@testcontainers/postgresql": "^10.11.0",
"@types/node": "^20.12.7",
"@vitest/ui": "^1.3.1",
"testcontainers": "^10.7.1",
"testcontainers": "^10.11.0",
"typescript": "^5.4.5",
"vitest": "^1.3.1",
"vitest-mock-extended": "^1.3.1"
Expand Down
Loading

0 comments on commit 4ab2779

Please sign in to comment.